wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
637c4e2bc0
commit
4e63613855
|
@ -6975,6 +6975,20 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual wxString wxBookCtrlBase::GetPageText( size_t nPage) const -->
|
||||
<!-- virtual wxString wxAuiNotebook::GetPageText( size_t nPage) const -->
|
||||
<!-- virtual wxString wxNotebook::GetPageText( size_t nPage) const -->
|
||||
<function name="wxBookCtrlBase::GetPageText,wxNotebook::GetPageText,wxAuiNotebook::GetPageText">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<returnValue type="wxString"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#a83774c9cbf840641cc6ffba25ce32059-->
|
||||
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
|
||||
<function name="wxGrid::SetCellAlignment">
|
||||
|
|
Loading…
Reference in New Issue