[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 3935
type TGdkEventSelection = record |
||
type_: TGdkEventType; |
|
|
window: PGdkWindow; |
|
|
send_event: gint8; |
|
|
selection: TGdkAtom; |
|
|
target: TGdkAtom; |
|
|
property_: TGdkAtom; |
|
|
time: guint32; |
|
|
requestor: PGdkWindow; |
|
|
end; |