summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistbox-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqlistbox-h.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistbox-h.html')
-rw-r--r--doc/html/tqlistbox-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqlistbox-h.html b/doc/html/tqlistbox-h.html
index 55bb17a5b..e0797110d 100644
--- a/doc/html/tqlistbox-h.html
+++ b/doc/html/tqlistbox-h.html
@@ -205,9 +205,9 @@ public:
void viewportPaintEvent( TQPaintEvent * );
#ifndef TQT_NO_COMPAT
- bool dragSelect() const { return TRUE; }
+ bool dragSelect() const { return true; }
void setDragSelect( bool ) {}
- bool autoScroll() const { return TRUE; }
+ bool autoScroll() const { return true; }
void setAutoScroll( bool ) {}
bool autoScrollBar() const { return vScrollBarMode() == Auto; }
void setAutoScrollBar( bool enable ) { setVScrollBarMode( enable ? Auto : AlwaysOff ); }
@@ -217,9 +217,9 @@ public:
void setAutoBottomScrollBar( bool enable ) { setHScrollBarMode( enable ? Auto : AlwaysOff ); }
bool bottomScrollBar() const { return hScrollBarMode() != AlwaysOff; }
void setBottomScrollBar( bool enable ) { setHScrollBarMode( enable ? AlwaysOn : AlwaysOff ); }
- bool smoothScrolling() const { return FALSE; }
+ bool smoothScrolling() const { return false; }
void setSmoothScrolling( bool ) {}
- bool autoUpdate() const { return TRUE; }
+ bool autoUpdate() const { return true; }
void setAutoUpdate( bool ) {}
void setFixedVisibleLines( int lines ) { setRowMode( lines ); }
int inSort( const TQListBoxItem * );
@@ -238,7 +238,7 @@ public:
TQListBoxItem *firstItem() const;
- void sort( bool ascending = TRUE );
+ void sort( bool ascending = true );
public slots:
void clear();
@@ -331,7 +331,7 @@ private:
void drawRubber();
void doRubberSelection( const TQRect &amp;old, const TQRect &amp;rubber );
void handleItemChange( TQListBoxItem *old, bool shift, bool control );
- void selectRange( TQListBoxItem *from, TQListBoxItem *to, bool invert, bool includeFirst, bool clearSel = FALSE );
+ void selectRange( TQListBoxItem *from, TQListBoxItem *to, bool invert, bool includeFirst, bool clearSel = false );
void emitChangedSignal( bool );