wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
110248c8d8
commit
67bfed10a5
|
@ -7448,4 +7448,30 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) -->
|
||||
<function name="wxGenericProgressDialog::Update">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="wxEmptyString"/>
|
||||
<arg nr="3" default="NULL">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGrid::SetRowLabelSize( int width ) -->
|
||||
<function name="wxGrid::SetRowLabelSize">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
|
||||
<function name="wxPen::SetStyle">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue