X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9745cf4d6ca2370d71763b8e5f6e446ca2881571..171284c29acb551868f81bd6e5c2fb0b3d069062:/wxPython/src/_control.i?ds=inline 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);