X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9745cf4d6ca2370d71763b8e5f6e446ca2881571..fe45b493dcc42fea4ad4f781a4fb7844d2e95fd0:/wxPython/src/_control.i diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index c0ae644c43..b0de16d9a3 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -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);