#include "textadept.h"
Defines | |
#define | sp(k, v) SSS(sci, SCI_SETPROPERTY, k, v) |
#define | color(r, g, b) r | (g << 8) | (b << 16) |
Functions | |
static long | SSS (ScintillaObject *sci, unsigned int msg, const char *wParam=0, const char *lParam=0) |
void | set_default_editor_properties (ScintillaObject *sci) |
void | set_default_buffer_properties (ScintillaObject *sci) |
#define color | ( | r, | |||
g, | |||||
b | ) | r | (g << 8) | (b << 16) |
#define sp | ( | k, | |||
v | ) | SSS(sci, SCI_SETPROPERTY, k, v) |
void set_default_buffer_properties | ( | ScintillaObject * | sci | ) |
Sets the default properties for a Scintilla document.
sci | The Scintilla window containing the document to set default properties for. |
void set_default_editor_properties | ( | ScintillaObject * | sci | ) |
Sets the default properties for a Scintilla window.
sci | The Scintilla window to set default properties for. |
static long SSS | ( | ScintillaObject * | sci, | |
unsigned int | msg, | |||
const char * | wParam = 0 , |
|||
const char * | lParam = 0 | |||
) | [static] |