wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
53d4709cfe
commit
f9d9911292
|
@ -7370,6 +7370,20 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxAuiNotebook::AddPage(wxWindow * page, const wxString & caption, bool select = false, const wxBitmap & bitmap = wxNullBitmap) -->
|
||||
<!-- virtual bool wxAuiNotebook::AddPage(wxWindow * page, const wxString & text , bool select, int imageId ) -->
|
||||
<function name="wxAuiNotebook::AddPage">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" direction="in" default="false"/>
|
||||
<arg nr="4" direction="in" default="wxNullBitmap"/>
|
||||
</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