wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f9a12b2a71
commit
7a47230983
|
@ -8036,6 +8036,37 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxGrid::SetColFormatNumber( int col ) -->
|
||||||
|
<function name="wxGrid::SetColFormatNumber">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- void wxGrid::SetDefaultColSize( int width, bool resizeExistingCols = false ) -->
|
||||||
|
<function name="wxGrid::SetDefaultColSize">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="false" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- void wxGrid::SetDefaultRenderer( wxGridCellRenderer * renderer ) -->
|
||||||
|
<function name="wxGrid::SetDefaultRenderer">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="inout">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
|
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
|
||||||
<!-- virtual void wxWindow::SetMaxSize(const wxSize & size) -->
|
<!-- virtual void wxWindow::SetMaxSize(const wxSize & size) -->
|
||||||
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->
|
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->
|
||||||
|
|
Loading…
Reference in New Issue