Geany  dev
Data Fields
ScintillaFuncs Struct Reference

See http://scintilla.org for the full documentation. More...

Data Fields

GtkWidget *(* scintilla_new )(void)
 Create a new ScintillaObject widget. More...
 
long int(* scintilla_send_message )(struct _ScintillaObject *sci, unsigned int iMessage, long unsigned int wParam, long int lParam)
 Send Scintilla a message. More...
 

Detailed Description

See http://scintilla.org for the full documentation.

Field Documentation

GtkWidget*(* ScintillaFuncs::scintilla_new)(void)

Create a new ScintillaObject widget.

long int(* ScintillaFuncs::scintilla_send_message)(struct _ScintillaObject *sci, unsigned int iMessage, long unsigned int wParam, long int lParam)

Send Scintilla a message.