]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_accel.i
Warning fixes after char->wxChar in wxVariant.
[wxWidgets.git] / wxPython / src / _accel.i
index 85f441e0b60a94e90475399f5d92939ad58d017d..5f0bee9ed2fb2fae9529fab810cb1ff5972e8dd5 100644 (file)
@@ -70,6 +70,12 @@ public:
 //     void SetMenuItem(wxMenuItem *item);
 //     wxMenuItem *GetMenuItem() const;
 
+    %newobject Create;
+    DocDeclStr(
+        static wxAcceleratorEntry *, Create(const wxString& str),
+        "Create accelerator corresponding to the specified string, or None if
+it coulnd't be parsed.", "");
+    
     DocDeclStr(
         int , GetFlags(),
         "Get the AcceleratorEntry's flags.", "");