diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 20:48:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 20:48:26 +0900 |
commit | 4161606c301841f973f0319f46e6853c4a3fe906 (patch) | |
tree | 192d1b081650aa96c7b69dcb38cc9e5d6415bfa4 /doc/html/tqlistview.html | |
parent | 6964feed838dec70e7743ea90b390e4ae706d3c9 (diff) | |
download | tqt3-4161606c301841f973f0319f46e6853c4a3fe906.tar.gz tqt3-4161606c301841f973f0319f46e6853c4a3fe906.zip |
Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistview.html')
-rw-r--r-- | doc/html/tqlistview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html index 5c6894577..3f80b746d 100644 --- a/doc/html/tqlistview.html +++ b/doc/html/tqlistview.html @@ -280,7 +280,7 @@ need to change the list view's state in response to a signal, use a <a href="tqtimer.html#singleShot">single shot timer</a> with a time out of 0, and connect this timer to a slot that modifies the list view's state. -<p> In <a href="motif-extension.html#Motif">Motif</a> style, TQListView deviates fairly strongly from the look +<p> In Motif style, TQListView deviates fairly strongly from the look and feel of the Motif hierarchical tree view. This is done mostly to provide a usable keyboard interface and to make the list view look better with a white background. @@ -1186,7 +1186,7 @@ undefined. <h3 class=fn>bool <a name="rootIsDecorated-prop"></a>rootIsDecorated</h3> <p>This property holds whether the list view shows open/close signs on root items. <p>Open/close signs are small <b>+</b> or <b>-</b> symbols in windows -style, or arrows in <a href="motif-extension.html#Motif">Motif</a> style. The default is FALSE. +style, or arrows in Motif style. The default is FALSE. <p>Set this property's value with <a href="#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="#rootIsDecorated">rootIsDecorated</a>(). <h3 class=fn><a href="tqlistview.html#SelectionMode-enum">SelectionMode</a> <a name="selectionMode-prop"></a>selectionMode</h3> |