wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-06-14 10:14:53 +02:00
parent ba3d461588
commit d4b60394f8
1 changed files with 12 additions and 0 deletions

View File

@ -6970,6 +6970,18 @@
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxBookCtrlBase::DeletePage(size_t page) -->
<!-- bool wxNotebook::DeletePage(size_t page) -->
<function name="wxBookCtrlBase::DeletePage,wxNotebook::DeletePage">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
<!-- void wxWindowBase::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxPanel::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->