wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
ba3d461588
commit
d4b60394f8
|
@ -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)-->
|
||||
|
|
Loading…
Reference in New Issue