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