wxwidgets.cfg: Added support for wxLocale::GetSystemLanguage().
This commit is contained in:
parent
f51ae2ee5b
commit
ecc83e9f3b
|
@ -4648,6 +4648,13 @@
|
|||
<use-retval/>
|
||||
<returnValue type="int"/>
|
||||
</function>
|
||||
<!-- static int wxLocale::GetSystemLanguage(void) -->
|
||||
<function name="wxLocale::GetSystemLanguage">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<returnValue type="int"/>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_timer.html -->
|
||||
<!-- wxEvtHandler * GetOwner () const -->
|
||||
<function name="wxTimer::GetOwner">
|
||||
|
|
Loading…
Reference in New Issue