Searched defs:SCNotification (Results 1 – 1 of 1) sorted by relevance
1220 typedef struct SCNotification SCNotification; typedef1232 struct SCNotification { struct1233 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 …]