From 9c4d7ec3bd9f0bcd2bfaed8ee7b39e153dd34fc9 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 13 Jun 2010 16:27:31 +0000 Subject: [PATCH] anchordocking: fpdoc git-svn-id: trunk@26096 - --- examples/anchordocking/doc/anchordocking.xml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/examples/anchordocking/doc/anchordocking.xml b/examples/anchordocking/doc/anchordocking.xml index c223ec93df..a642f3cba6 100644 --- a/examples/anchordocking/doc/anchordocking.xml +++ b/examples/anchordocking/doc/anchordocking.xml @@ -20,6 +20,38 @@ Add control to the internal list only once and delay autosizing + + Returns number of dockable controls, added via MakeDockable or MakeDockSite or OnCreateControl + + + the list of dockable controls, starting at 0 + + + Index of control with Name is aName in the list of dockable controls (case insensitive) + + + returns a dockable control with Name is aName (case insensitive) + + + Returns true if control is a site (TAnchorDockHostSite) or custom site (MakeDockSite) + + + returns true if AControl is a custom dock site (MakeDockSite) + + + returns the site (TAnchorDockHostSite) of AControl + + + returns the shared popupmenu used by all headers and pages. + The popup menu is cleared on popup and filled by the headers and pages on Popup. + + + + Utility function to easily add a menu item to the popupmenu. + + + Utility function to add or remove a menu item to/from the popupmenu. +