From 17af3be92be11e283e998b0e276b9726de05ea30 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 9 Apr 2006 20:47:29 +0000 Subject: [PATCH] improved documentation about TToolBar from Graeme git-svn-id: trunk@9106 - --- docs/xml/lcl/comctrls.xml | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 9050e65f80..8f99c3e844 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -7201,11 +7201,13 @@ To add, change or delete a column use the Columns property. TToolbar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions.

TToolbar is a container for tool buttons (TToolButton). it provides an easy way to arrange and manage visual controls.

-

* All tool buttons on a toolbar maintain a uniform width and height.

-

* Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.

-

* Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.

-

* The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.

-

* Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.

+

Typically, the tool buttons correspond to items in an application's menu and gives the user more direct access to the application's commands.

@@ -8026,10 +8028,22 @@ To add, change or delete a column use the Columns property. - - - - + TToolbar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions. + +

TToolbar is a container for tool buttons (TToolButton). it provides an easy way to arrange and manage visual controls.

+
    +
  • All tool buttons on a toolbar maintain a uniform width and height.
  • +
  • Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.
  • +
  • Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.
  • +
  • The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.
  • +
  • Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.
  • +
+

Typically, the tool buttons correspond to items in an application's menu and gives the user more direct access to the application's commands.

+
+ + + +