Home
last modified time | relevance | path

Searched defs:SCNotification (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/include/
H A DScintilla.h1220 typedef struct SCNotification SCNotification; typedef
1232 struct SCNotification { struct
1233 Sci_NotifyHeader nmhdr;
1234 Sci_Position position;
1241 int ch;
1244 int modifiers;
1248 int modificationType; /* SCN_MODIFIED */
1249 const char *text;
1252 Sci_Position length; /* SCN_MODIFIED */
1253 Sci_Position linesAdded; /* SCN_MODIFIED */
[all …]