reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -469,10 +469,10 @@ wxString wxNativeFontInfo___str__(wxNativeFontInfo *self){
|
||||
}
|
||||
|
||||
wxNativeEncodingInfo* wxGetNativeFontEncoding(wxFontEncoding encoding)
|
||||
{ PyErr_SetNone(PyExc_NotImplementedError); return NULL; }
|
||||
{ wxPyRaiseNotImplemented(); return NULL; }
|
||||
|
||||
bool wxTestFontEncoding(const wxNativeEncodingInfo& info)
|
||||
{ PyErr_SetNone(PyExc_NotImplementedError); return False; }
|
||||
{ wxPyRaiseNotImplemented(); return False; }
|
||||
|
||||
PyObject *wxFontMapper_GetAltForEncoding(wxFontMapper *self,wxFontEncoding encoding,wxString const &facename,bool interactive){
|
||||
wxFontEncoding alt_enc;
|
||||
|
Reference in New Issue
Block a user