]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbar.h
added NZST and NZDT time zones (request 617912)
[wxWidgets.git] / include / wx / toolbar.h
index b7b8cc3f292fd75c5df024f5b21a33e3cc66a150..398ebf8a01810a55d36d18ed422d5b9cef1a37ac 100644 (file)
@@ -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