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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Sci_Position.h File Reference

Define the Sci_Position type used in Scintilla's external interfaces. More...

#include <stddef.h>
Include dependency graph for Sci_Position.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Macro Definition Documentation

◆ SCI_METHOD

#define SCI_METHOD

Definition at line 26 of file Sci_Position.h.

Typedef Documentation

◆ Sci_Position

typedef ptrdiff_t Sci_Position

Definition at line 15 of file Sci_Position.h.

◆ Sci_PositionCR

typedef long Sci_PositionCR

Definition at line 21 of file Sci_Position.h.

◆ Sci_PositionU

typedef size_t Sci_PositionU

Definition at line 18 of file Sci_Position.h.