]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
minor clean up
[wxWidgets.git] / include / wx / wizard.h
index d80d8ba8fe708e87ade94362c57c866073151835..4a357556fcd42e71ed140028e3918e002e36806a 100644 (file)
@@ -26,6 +26,9 @@
     #include "wx/event.h"       // wxEVT_XXX constants
 #endif // WX_PRECOMP
 
+// Extended style to specify a help button
+#define wxWIZARD_EX_HELPBUTTON   0x00000010
+
 // forward declarations
 class WXDLLEXPORT wxWizard;