improved documentation about TToolBar from Graeme

git-svn-id: trunk@9106 -
This commit is contained in:
mattias 2006-04-09 20:47:29 +00:00
parent ef1ae4f537
commit 17af3be92b

View File

@ -7201,11 +7201,13 @@ To add, change or delete a column use the Columns property.</descr>
<short>TToolbar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions.</short>
<descr>
<p>TToolbar is a container for tool buttons (TToolButton). it provides an easy way to arrange and manage visual controls.</p>
<p>* All tool buttons on a toolbar maintain a uniform width and height. </p>
<p>* Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.</p>
<p>* Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.</p>
<p>* The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.</p>
<p>* Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.</p>
<ul>
<li>All tool buttons on a toolbar maintain a uniform width and height. </li>
<li>Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.</li>
<li>Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.</li>
<li>The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.</li>
<li>Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.</li>
</ul>
<p>Typically, the tool buttons correspond to items in an application's menu and gives the user more direct access to the application's commands.</p>
</descr>
<seealso>
@ -8026,10 +8028,22 @@ To add, change or delete a column use the Columns property.</descr>
</element>
<!-- object Visibility: default -->
<element name="TToolBar">
<short/>
<descr/>
<errors/>
<seealso/>
<short>TToolbar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions.</short>
<descr>
<p>TToolbar is a container for tool buttons (TToolButton). it provides an easy way to arrange and manage visual controls.</p>
<ul>
<li>All tool buttons on a toolbar maintain a uniform width and height. </li>
<li>Other controls can sit on a toolbar. These controls (which are held in place by invisible tool buttons) maintain a uniform height.</li>
<li>Controls can automatically wrap around and start a new row when they do not fit horizontally on the toolbar.</li>
<li>The Flat property allows the background to show through the toolbar and gives pop-up borders to the tool buttons.</li>
<li>Spaces and dividers (which are in fact specially configured tool buttons) can group controls on the toolbar both visually and functionally.</li>
</ul>
<p>Typically, the tool buttons correspond to items in an application's menu and gives the user more direct access to the application's commands.</p>
</descr>
<seealso>
<link id="TToolButton"/>
</seealso>
<example file="comctrls/ttoolbutton.pas"/>
</element>
<!-- variable Visibility: private -->
<element name="TToolBar.FButtonHeight">