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