mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:41:42 +02:00
MG: fixed window jumping
git-svn-id: trunk@910 -
This commit is contained in:
parent
e0078b9192
commit
37205ef5c5
@ -35,6 +35,7 @@ interface
|
|||||||
|
|
||||||
{$DEFINE ClientRectBugFix}
|
{$DEFINE ClientRectBugFix}
|
||||||
{$IFDEF ClientRectBugFix}
|
{$IFDEF ClientRectBugFix}
|
||||||
|
{ $DEFINE VerboseFormPositioning}
|
||||||
{ $DEFINE VerboseClientRectBugFix}
|
{ $DEFINE VerboseClientRectBugFix}
|
||||||
{ $DEFINE VerboseResizeChild}
|
{ $DEFINE VerboseResizeChild}
|
||||||
{ $DEFINE VerboseSizeMsg}
|
{ $DEFINE VerboseSizeMsg}
|
||||||
@ -119,6 +120,8 @@ type
|
|||||||
procedure SetResizeRequest(Widget: PGtkWidget);
|
procedure SetResizeRequest(Widget: PGtkWidget);
|
||||||
procedure UnsetResizeRequest(Widget: PGtkWidget);
|
procedure UnsetResizeRequest(Widget: PGtkWidget);
|
||||||
|
|
||||||
|
procedure SetWindowSizeAndPosition(Window: PGtkWindow;
|
||||||
|
AWinControl: TWinControl);
|
||||||
procedure SendCachedLCLMessages;
|
procedure SendCachedLCLMessages;
|
||||||
function LCLtoGtkMessagePending: boolean;
|
function LCLtoGtkMessagePending: boolean;
|
||||||
procedure SendCachedGtkMessages;
|
procedure SendCachedGtkMessages;
|
||||||
@ -384,6 +387,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.49 2002/06/09 07:08:43 lazarus
|
||||||
|
MG: fixed window jumping
|
||||||
|
|
||||||
Revision 1.48 2002/06/08 17:16:04 lazarus
|
Revision 1.48 2002/06/08 17:16:04 lazarus
|
||||||
MG: added close buttons and images to TNoteBook and close buttons to source editor
|
MG: added close buttons and images to TNoteBook and close buttons to source editor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user