mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 05:29:15 +02:00
MG: gtk HandleEvents will now process all pending events
git-svn-id: trunk@905 -
This commit is contained in:
parent
24bd0b08a8
commit
5b5e615aab
@ -117,6 +117,7 @@ type
|
||||
{$ENDIF}
|
||||
|
||||
procedure SendCachedLCLMessages;
|
||||
function LCLtoGtkMessagePending: boolean;
|
||||
procedure SendCachedGtkMessages;
|
||||
procedure SetCallback(Msg : LongInt; Sender : TObject); override;
|
||||
procedure RemoveCallbacks(Sender : TObject); override;
|
||||
@ -392,6 +393,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.47 2002/06/07 06:40:18 lazarus
|
||||
MG: gtk HandleEvents will now process all pending events
|
||||
|
||||
Revision 1.46 2002/06/06 07:23:24 lazarus
|
||||
MG: small fixes to reduce form repositioing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user