summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmenubar-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmenubar-h.html')
-rw-r--r--doc/html/tqmenubar-h.html10
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);