Hi,

This patch removes all duplicates from the comctrls.xml file  (bug #1962)
Apply this patch from the root Lazarus directory.

Regards,
 - Graeme -



--
There's no place like 127.0.0.1
Index: docs/xml/lcl/comctrls.xml
===================================================================
--- docs/xml/lcl/comctrls.xml	(revision 9763)
+++ docs/xml/lcl/comctrls.xml	(working copy)
@@ -195,13 +195,6 @@
       <element name="TStatusPanelBevel.pbRaised">
         <short/>
       </element>
-      <!-- object Visibility: default -->
-      <element name="TStatusBar">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
       <!-- enumeration type Visibility: default -->
       <element name="TPanelPart">
         <short/>
@@ -774,13 +767,6 @@
         <descr/>
         <seealso/>
       </element>
-      <!-- object Visibility: default -->
-      <element name="TPageControl">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
       <!-- enumeration type Visibility: default -->
       <element name="TTabStyle">
         <short/>
@@ -1395,13 +1381,6 @@
         <seealso/>
       </element>
       <!-- object Visibility: default -->
-      <element name="TCustomTabControl">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
-      <!-- object Visibility: default -->
       <element name="TTabControlStrings">
         <short/>
         <descr/>
@@ -3267,17 +3246,6 @@
         <short>A subset of TCustomDrawStateFlag</short>
         <descr>TCustomDrawState determines how a item will be drawn.</descr>
       </element>
-      <!-- object Visibility: default -->
-      <element name="TListItems">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
-      <!-- object Visibility: default -->
-      <element name="TCustomListView">
-        <short>A forward declaration</short>
-      </element>
       <!-- enumeration type Visibility: default -->
       <element name="TSortType">
         <short/>
@@ -7219,25 +7187,6 @@
         <seealso/>
       </element>
       <!-- object Visibility: default -->
-      <element name="TToolBar">
-        <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>
-      <!-- object Visibility: default -->
       <element name="TToolButton">
         <short>TToolButton is a button control in a TToolBar object.</short>
         <descr>
@@ -9749,27 +9698,6 @@
         <descr/>
         <seealso/>
       </element>
-      <!-- object Visibility: default -->
-      <element name="TCustomTreeView">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
-      <!-- object Visibility: default -->
-      <element name="TTreeNodes">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
-      <!-- object Visibility: default -->
-      <element name="TTreeNode">
-        <short/>
-        <descr/>
-        <errors/>
-        <seealso/>
-      </element>
       <!-- enumeration type Visibility: default -->
       <element name="TNodeState">
         <short/>

Reply via email to