X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b6378fcb2fade6cb360254beeccf2bc81f4a36..bacd54f604fe87c622d4ab57070759ad6f1791a7:/include/wx/toolbar.h?ds=sidebyside diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index d66f010f17..b7b8cc3f29 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -49,7 +49,10 @@ enum // show the text and the icons alongside, not vertically stacked (Win32/GTK) wxTB_HORZ_LAYOUT = 0x0800, - wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT + wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT, + + // don't show the toolbar short help tooltips + wxTB_NO_TOOLTIPS = 0x1000 }; #if wxUSE_TOOLBAR