geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Define the Sci_Position type used in Scintilla's external interfaces. More...
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | SCI_METHOD |
Typedefs | |
typedef ptrdiff_t | Sci_Position |
typedef size_t | Sci_PositionU |
typedef long | Sci_PositionCR |
Define the Sci_Position type used in Scintilla's external interfaces.
These need to be available to clients written in C so are not in a C++ namespace.
Definition in file Sci_Position.h.
#define SCI_METHOD |
Definition at line 26 of file Sci_Position.h.
typedef ptrdiff_t Sci_Position |
Definition at line 15 of file Sci_Position.h.
typedef long Sci_PositionCR |
Definition at line 21 of file Sci_Position.h.
typedef size_t Sci_PositionU |
Definition at line 18 of file Sci_Position.h.