X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b6378fcb2fade6cb360254beeccf2bc81f4a36..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/toolbar.h diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index d66f010f17..398ebf8a01 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -49,7 +49,13 @@ 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, + + // lay out toolbar at the bottom of the window + wxTB_BOTTOM = 0x2000 }; #if wxUSE_TOOLBAR