X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b6378fcb2fade6cb360254beeccf2bc81f4a36..4f13428c4f852674c8f8fc99af26d9486bf907db:/include/wx/toolbar.h 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