wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-09-02 16:09:31 +02:00
parent e9f8dddabe
commit 4a4d99b126
1 changed files with 23 additions and 1 deletions

View File

@ -9154,7 +9154,29 @@
<not-uninit/>
</arg>
</function>
<!-- int wxNotebook::SetSelection( size_t nPage ) -->
<!-- virtual bool wxNotebook::SetPageText(size_t page, const wxString & text) -->
<function name="wxNotebook::SetPageText">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- virtual bool wxNotebook::SetPageImage(size_t page, const int imageId) -->
<function name="wxNotebook::SetPageImage">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual int wxNotebook::SetSelection( size_t nPage ) -->
<function name="wxNotebook::SetSelection">
<leak-ignore/>
<noreturn>false</noreturn>