]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbar.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / toolbar.h
index 8d316c2a4553749cd59decc5e3a50e8d5fa6ee30..3a495576dc5c52fa7e7839bdeec6f476f02aa9b4 100644 (file)
@@ -60,7 +60,9 @@ enum
     wxTB_BOTTOM       = 0x2000,
 
     // lay out toolbar at the right edge of the window
     wxTB_BOTTOM       = 0x2000,
 
     // lay out toolbar at the right edge of the window
-    wxTB_RIGHT        = 0x4000
+    wxTB_RIGHT        = 0x4000,
+
+    wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT
 };
 
 #if wxUSE_TOOLBAR
 };
 
 #if wxUSE_TOOLBAR