[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: gtkglobals.pp line 75
type TLastMouseClick = record |
Down: Boolean; |
TheTime: TDateTime; |
ClickCount: Integer; |
Component: TComponent; |
Window: PGdkWindow; |
WindowPoint: TPoint; |
end; |