]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
some minor fixes to the docs (bugs 13271[56])
[wxWidgets.git] / wxPython / src / windows.i
index 1b2abd073793fe23f18a23a65c85aea9a4a56bb0..502e8d2d66f4025494238f96afc360c246210693 100644 (file)
@@ -709,6 +709,10 @@ public:
     wxAcceleratorEntry *GetAccel();
     void SetAccel(wxAcceleratorEntry *accel);
 
+    static wxString GetLabelFromText(const wxString& text);
+
+    // TODO:  Add wxOwnerDrawn methods, also look at other ownerdrawn classes...
+
 };
 
 //---------------------------------------------------------------------------