]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
Fixed a rare wxAuiFloatingFrame dtor crash on MSW using a registration mechanism...
[wxWidgets.git] / include / wx / wizard.h
index 77a5a73883a65cc8a1f8092e2282e672e548797c..0ec7ffd222f7f35ede8c0f9d34def41f56787186 100644 (file)
 // Extended style to specify a help button
 #define wxWIZARD_EX_HELPBUTTON   0x00000010
 
+// Placement flags
+#define wxWIZARD_VALIGN_TOP       0x01
+#define wxWIZARD_VALIGN_CENTRE    0x02
+#define wxWIZARD_VALIGN_BOTTOM    0x04
+#define wxWIZARD_HALIGN_LEFT      0x08
+#define wxWIZARD_HALIGN_CENTRE    0x10
+#define wxWIZARD_HALIGN_RIGHT     0x20
+#define wxWIZARD_TILE             0x40
+
 // forward declarations
 class WXDLLIMPEXP_FWD_ADV wxWizard;