]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
added missing wx/sizer.h header
[wxWidgets.git] / include / wx / bookctrl.h
index 2bdf599224611932d5f80228cbe9bd3710eaba04..4cea68ba31230c34f62e8833596c8277466017e6 100644 (file)
@@ -222,6 +222,12 @@ protected:
     // Lay out controls
     void DoSize();
 
+#if wxUSE_HELP
+    // Show the help for the corresponding page
+    void OnHelp(wxHelpEvent& event);
+#endif // wxUSE_HELP
+
+
     // the array of all pages of this control
     wxArrayPages m_pages;