]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_control.i
Add wxCONTROL_FLAT
[wxWidgets.git] / wxPython / src / _control.i
index c0ae644c43f30b4461ded830a9d5d300f2af9633..b0de16d9a369e590ed7566c7e24ba21b9cffbd11 100644 (file)
@@ -99,7 +99,19 @@ __init__ as a plain old wx.Control is not very useful.", "");
 
 // :see: `GetAdjustMinSizeFlag`
 // ");
+
+    DocDeclStr(
+        static wxString , RemoveMnemonics(const wxString& str),
+        "removes the mnemonics characters", "");
+
+    
+// Link error...
+//     DocDeclStr(
+//         static wxString , EscapeMnemonics(const wxString& str),
+//         "escapes the mnemonics characters ('&') by doubling them", "");
     
+     
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);