[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 99
type TSCNotification = record |
||
nmhdr: TSci_NotifyHeader; |
|
|
position: TSci_Position; |
|
|
ch: LongInt; |
|
|
modifiers: LongInt; |
|
|
modificationType: LongInt; |
|
|
text: Pchar; |
|
|
length: TSci_Position; |
|
|
linesAdded: TSci_Position; |
|
|
message: LongInt; |
|
|
wParam: culonglong; |
|
|
lParam: coff_t; |
|
|
line: TSci_Position; |
|
|
foldLevelNow: LongInt; |
|
|
foldLevelPrev: LongInt; |
|
|
margin: LongInt; |
|
|
listType: LongInt; |
|
|
x: LongInt; |
|
|
y: LongInt; |
|
|
token: LongInt; |
|
|
annotationLinesAdded: TSci_Position; |
|
|
updated: LongInt; |
|
|
listCompletionMethod: LongInt; |
|
|
characterSource: LongInt; |
|
|
end; |