]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_functions.i
move the include of collpane.h to the main header
[wxWidgets.git] / wxPython / src / _functions.i
index 533a0aa9577f7a7cb7798f951e1538c2fc6941ee..7b5d74e13340a822e30fdb69143897d67c3f5395 100644 (file)
@@ -50,7 +50,19 @@ enum wxStockLabelQueryFlag
 // for wxID_OK):
 wxString wxGetStockLabel(wxWindowID id,
                          long flags = wxSTOCK_WITH_MNEMONIC);
+
+
+enum wxStockHelpStringClient
+{
+    wxSTOCK_MENU        // help string to use for menu items
+};
+
+// Returns an help string for the given stock UI element and for the given "context".
+wxString wxGetStockHelpString(wxWindowID id,
+                              wxStockHelpStringClient client = wxSTOCK_MENU);
+
+
+
 
 MustHaveApp(wxBell);
 void wxBell();