mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
MG: added include comments
git-svn-id: trunk@983 -
This commit is contained in:
parent
7d70eae4d6
commit
8c0fb480dc
@ -26,9 +26,7 @@ end;
|
|||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
Procedure TWinControl.AdjustClientRect(var Rect: TRect);
|
Procedure TWinControl.AdjustClientRect(var Rect: TRect);
|
||||||
Begin
|
Begin
|
||||||
|
//Not used. It's a virtual procedure that should be overriden.
|
||||||
// ToDo: ask the interface to adjust the client rectangle
|
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
@ -411,14 +409,6 @@ Begin
|
|||||||
Assert(False, Format('Trace:[TWinControl.GetClientOrigin] %s --> (%d, %d)', [Classname, Result.X, Result.Y]));
|
Assert(False, Format('Trace:[TWinControl.GetClientOrigin] %s --> (%d, %d)', [Classname, Result.X, Result.Y]));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TWinControl.GetClientRect: TRect;
|
|
||||||
begin
|
|
||||||
|
|
||||||
// ToDo: ask the interface for the clientrect
|
|
||||||
|
|
||||||
inherited GetClientRect;
|
|
||||||
end;
|
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
{ TWinControl ReCreateWnd }
|
{ TWinControl ReCreateWnd }
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
@ -2028,7 +2018,7 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.57 2002/04/18 08:09:03 lazarus
|
Revision 1.58 2002/04/18 08:13:36 lazarus
|
||||||
MG: added include comments
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.56 2002/04/04 12:25:01 lazarus
|
Revision 1.56 2002/04/04 12:25:01 lazarus
|
||||||
|
Loading…
Reference in New Issue
Block a user