src/properties.h File Reference

#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 Documentation

#define color ( r,
g,
 )     r | (g << 8) | (b << 16)

#define sp ( k,
 )     SSS(sci, SCI_SETPROPERTY, k, v)


Function Documentation

void set_default_buffer_properties ( ScintillaObject *  sci  ) 

Sets the default properties for a Scintilla document.

Parameters:
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.

Parameters:
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]


Generated on Sun Jun 15 14:38:30 2008 for Textadept by  doxygen 1.5.6