mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 10:52:33 +02:00
made Form.Close more Delphish, added some windows compatibility functions
git-svn-id: trunk@2204 -
This commit is contained in:
parent
5d34a4e031
commit
03fff6698e
@ -386,6 +386,14 @@ begin
|
||||
FOnConstrainedResize(Self, MinWidth, MinHeight, MaxWidth, MaxHeight);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
function TControl.GetPalette: HPalette;
|
||||
------------------------------------------------------------------------------}
|
||||
function TControl.GetPalette: HPalette;
|
||||
begin
|
||||
Result:=0;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
procedure TControl.DoBeforeMouseMessage;
|
||||
------------------------------------------------------------------------------}
|
||||
@ -2057,6 +2065,9 @@ end;
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.109 2002/12/25 10:21:05 mattias
|
||||
made Form.Close more Delphish, added some windows compatibility functions
|
||||
|
||||
Revision 1.108 2002/02/09 01:48:23 mattias
|
||||
renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user