From a8c508fd61ad961549b22aa7c6e386af77d9c04b Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Sun, 2 Dec 2007 08:39:08 +0000 Subject: [PATCH] LazDoc - updates to TToolBar and TToolButton in Comctrls.xml git-svn-id: trunk@13113 - --- docs/xml/lcl/comctrls.xml | 90 +++++++++++++++------------------------ 1 file changed, 35 insertions(+), 55 deletions(-) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index b0c396db2e..1f3947af9f 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -450,7 +450,7 @@

TStatusBar - a strip along the bottom of a form for displaying information on current status

The bar may consist of a single SimplePanel, in which case the displayed text is contained in SimpleText.

However if SimplePanel is false, then there can be multiple panels or sub-sections of the status bar, whose properties are described in Panels.

-

The property SimpleString can be assigned programatically to display the value of some variable, such as the position of the Splitter in the example

+

The property SimpleText can be assigned programatically to display the value of some variable, such as the position of the Splitter in the example

@@ -629,9 +629,11 @@ - - - + Panels - the list of strings to be placed in the sub-panels of TStatusBar + +

If SimplePanel is false, the contents of Panels is displayed.

+

Contents can be adjusted with a stringlist editor that pops up when the ellipsis (...) next to Panels in the Object Inspector is selected and allows insertion orf arbitrary number of sub-panels with their own strings

+
@@ -643,7 +645,7 @@ - SimplePanel - boolean. Is there just one continuous panel, or several sub-panels? + SimplePanel - boolean. Is there just one continuous panel, or several sub-panels?

SimplePanel - boolean. Is there just one continuous panel, or several sub-panels?

If true, the value of SimpleText is displayed; if false, the contents of Panels is displayed.

@@ -6808,9 +6810,7 @@ To add, change or delete a column use the Columns property.
- - - + Index - the sequence number of the current button in the list of buttons @@ -6838,9 +6838,7 @@ To add, change or delete a column use the Columns property. - - - + Is this button Down (ie has it been selected)? Default false @@ -6862,9 +6860,11 @@ To add, change or delete a column use the Columns property. - - - + A DropDownMenu that appears when this button is selected + +

A DropDownMenu that appears when this button is selected

+

It uses the same code as a TPopupMenu, and offers a series of additional menu choices.

+
@@ -6874,9 +6874,11 @@ To add, change or delete a column use the Columns property. - - - + Is this button a member of a group? Default false + +

Is this button a member of a group?

+

This would mean behaviour similar to the radio buttons in a TRadioGroup, where only one button in the group can be selected, or the check boxes in a TCheckGroup where more than one item can be selected but the members of the group interact in some way.

+
@@ -6886,9 +6888,7 @@ To add, change or delete a column use the Columns property. - - - +

ImageIndex

- the index value of the image from the imagelist to be used with this button
@@ -6898,15 +6898,15 @@ To add, change or delete a column use the Columns property. - - - + Is this button Marked (ie has it been selected)? Default false - - - + The item on the Main Menu with which this tool button is associated + +

The item on the Main Menu with which this tool button is associated

+

Typically, the buttons on the toolbar would each point to an entry on the menu action list, which could also be accessed by using the Main Menu

+
@@ -6922,9 +6922,7 @@ To add, change or delete a column use the Columns property. - - - + Has this button been wrapped to the next row? @@ -6946,11 +6944,7 @@ To add, change or delete a column use the Columns property. - - - - - + @@ -7670,9 +7664,7 @@ To add, change or delete a column use the Columns property. - - - + The Images on the Image List that are NOT selected for display @@ -7718,9 +7710,7 @@ To add, change or delete a column use the Columns property. - - - + Should the toolbuttons be displayed Flat (rather than in relief)? Default false @@ -7736,27 +7726,19 @@ To add, change or delete a column use the Columns property. - - - + The Images on the Image list that are selected for display - - - + The Images to be displayed on the buttons - - - + Indent - the amount by which the buttons should be indented Default is 1 - - - + Should the contents of the toolbar be displayed as a List? Default false @@ -7820,9 +7802,7 @@ To add, change or delete a column use the Columns property. - - - + Wrapable - enables wrapping buttons to the next row if there are too many for the current row