X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a1b3ead3fd406e870042014eb7bd117586f4fff..ff1dadae388b2f408874b80251d64d16d9d46280:/include/wx/toolbar.h?ds=sidebyside diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index b7b8cc3f29..398ebf8a01 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -52,7 +52,10 @@ enum wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT, // don't show the toolbar short help tooltips - wxTB_NO_TOOLTIPS = 0x1000 + wxTB_NO_TOOLTIPS = 0x1000, + + // lay out toolbar at the bottom of the window + wxTB_BOTTOM = 0x2000 }; #if wxUSE_TOOLBAR