wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-11 09:38:58 +01:00
parent cc0f758db4
commit 103cf4d542
1 changed files with 27 additions and 0 deletions

View File

@ -7727,4 +7727,31 @@
<not-null/>
</arg>
</function>
<!-- bool wxIsupper( const wxUniChar & c ) -->
<!-- bool wxIsxdigit( const wxUniChar & c ) -->
<!-- bool wxIsspace( const wxUniChar & c ) -->
<!-- bool wxIspunct( const wxUniChar & c ) -->
<!-- bool wxIsprint( const wxUniChar & c ) -->
<!-- bool wxIslower( const wxUniChar & c ) -->
<!-- bool wxIsgraph( const wxUniChar & c ) -->
<!-- bool wxIsdigit( const wxUniChar & c ) -->
<!-- bool wxIscntrl( const wxUniChar & c ) -->
<!-- bool wxIsascii( const wxUniChar & c ) -->
<!-- bool wxIsalpha( const wxUniChar & c ) -->
<!-- bool wxIsalnum( const wxUniChar & c ) -->
<function name="wxIsupper,wxIsxdigit,wxIsspace,wxIspunct,wxIsprint,wxIslower,wxIsgraph,wxIsdigit,wxIsctrl,wxIscntrl,wxIsascii,wxIsalpha,wxIsalnum">
<use-retval/>
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1"/>
</function>
<!-- int wxIsctrl( const wxUniChar & c ) -->
<function name="wxIsctrl">
<use-retval/>
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="1"/>
</function>
</def>