]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_functions.i
Add more art IDs
[wxWidgets.git] / wxPython / src / _functions.i
index 31e312426c6f9abb4de4a4b4c92677d19cc7c5c0..704f56eea8cd60edbd7e05c7881036b1800bc491 100644 (file)
@@ -40,7 +40,9 @@ bool wxIsStockLabel(wxWindowID id, const wxString& label);
 
 // Returns label that should be used for given stock UI element (e.g. "&OK"
 // for wxID_OK):
-wxString wxGetStockLabel(wxWindowID id);
+wxString wxGetStockLabel(wxWindowID id,
+                         bool withCodes = true,
+                         wxString accelerator = wxPyEmptyString);
  
 
 MustHaveApp(wxBell);