diff options
Diffstat (limited to 'doc/html/tqlistbox-h.html')
-rw-r--r-- | doc/html/tqlistbox-h.html | 12 |
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 &old, const TQRect &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 ); |