X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..b85a6d855bc7df5b2727c467a18c5e55f1f6754f:/include/wx/wizard.h?ds=inline diff --git a/include/wx/wizard.h b/include/wx/wizard.h index d80d8ba8fe..3e36959f8d 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -22,10 +22,14 @@ #ifndef WX_PRECOMP #include "wx/dialog.h" // the base class + #include "wx/panel.h" // ditto #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;