Geany  dev
Data Fields
SciFuncs Struct Reference

Wrapper functions for Scintilla messages. More...

Data Fields

long int(* sci_send_message )(struct _ScintillaObject *sci, unsigned int iMessage, long unsigned int wParam, long int lParam)
 

Detailed Description

Wrapper functions for Scintilla messages.

See sciwrappers.h for the list of functions.

Field Documentation

long int(* SciFuncs::sci_send_message)(struct _ScintillaObject *sci, unsigned int iMessage, long unsigned int wParam, long int lParam)
Deprecated:
Use scintilla_send_message() instead.