mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:00:34 +02:00
added comments for docking
git-svn-id: trunk@7312 -
This commit is contained in:
parent
2e08e62328
commit
c55cac6e1a
@ -2942,7 +2942,12 @@ end;
|
|||||||
function TControl.ManualDock(NewDockSite: TWinControl; DropControl: TControl;
|
function TControl.ManualDock(NewDockSite: TWinControl; DropControl: TControl;
|
||||||
ControlSide: TAlign): Boolean;
|
ControlSide: TAlign): Boolean;
|
||||||
|
|
||||||
|
Docks this control to DropControl or on NewDockSite.
|
||||||
|
If DropControl is not nil, ControlSide defines on which side of DropControl
|
||||||
|
this control is docked. (alNone for stacked in pages). DropControl will
|
||||||
|
become part of a TDockManager.
|
||||||
|
If DropControl is nil, then DropControl becomes a normal child of NewDockSite
|
||||||
|
and ControlSide is ignored.
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
function TControl.ManualDock(NewDockSite: TWinControl; DropControl: TControl;
|
function TControl.ManualDock(NewDockSite: TWinControl; DropControl: TControl;
|
||||||
ControlSide: TAlign): Boolean;
|
ControlSide: TAlign): Boolean;
|
||||||
@ -3548,6 +3553,9 @@ end;
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.263 2005/07/02 09:12:38 mattias
|
||||||
|
added comments for docking
|
||||||
|
|
||||||
Revision 1.262 2005/06/30 19:39:04 mattias
|
Revision 1.262 2005/06/30 19:39:04 mattias
|
||||||
added AutoSizeDelayed check for controls without form parents
|
added AutoSizeDelayed check for controls without form parents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user