diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqmenubar-h.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-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/tqmenubar-h.html')
-rw-r--r-- | doc/html/tqmenubar-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqmenubar-h.html b/doc/html/tqmenubar-h.html index 561f053cb..1d9d0761a 100644 --- a/doc/html/tqmenubar-h.html +++ b/doc/html/tqmenubar-h.html @@ -169,10 +169,10 @@ private: bool tryMouseEvent( TQPopupMenu *, TQMouseEvent * ); void tryKeyEvent( TQPopupMenu *, TQKeyEvent * ); - void goodbye( bool cancelled = FALSE ); + void goodbye( bool cancelled = false ); void openActPopup(); - void setActiveItem( int index, bool show = TRUE, bool activate_first_item = TRUE ); + void setActiveItem( int index, bool show = true, bool activate_first_item = true ); void setAltMode( bool ); int calculateRects( int max_width = -1 ); @@ -210,16 +210,16 @@ private: #endif virtual void macWidgetChangedWindow(); bool syncPopups(MenuRef ret, TQPopupMenu *d); - MenuRef createMacPopup(TQPopupMenu *d, int id, bool =FALSE); + MenuRef createMacPopup(TQPopupMenu *d, int id, bool =false); bool updateMenuBar(); #if !defined(TQMAC_QMENUBAR_NO_MERGE) - uint isCommand(TQMenuItem *, bool just_check=FALSE); + uint isCommand(TQMenuItem *, bool just_check=false); #endif uint mac_eaten_menubar : 1; class MacPrivate; MacPrivate *mac_d; - static bool activate(MenuRef, short, bool highlight=FALSE, bool by_accel=FALSE); + static bool activate(MenuRef, short, bool highlight=false, bool by_accel=false); static bool activateCommand(uint cmd); static bool macUpdateMenuBar(); static bool macUpdatePopupVisible(MenuRef, bool); |