wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
d77c9cc9ff
commit
567ee92c20
|
@ -8854,7 +8854,7 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="any" direction="in"/>
|
<arg nr="any" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style)-->
|
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style) -->
|
||||||
<function name="wxBrush::SetStyle">
|
<function name="wxBrush::SetStyle">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -8863,6 +8863,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxComboCtrl::SetValue(const wxString &value) -->
|
||||||
|
<!-- virtual void wxOwnerDrawnComboBox::SetValue(const wxString &value) -->
|
||||||
|
<!-- virtual void wxComboCtrl::SetValueByUser(const wxString &value) -->
|
||||||
|
<function name="wxComboCtrl::SetValue,wxOwnerDrawnComboBox::SetValue,wxComboCtrl::SetValueByUser">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxBitmap::LoadFile( const wxString & name, wxBitmapType type = wxBITMAP_DEFAULT_TYPE ) -->
|
<!-- bool wxBitmap::LoadFile( const wxString & name, wxBitmapType type = wxBITMAP_DEFAULT_TYPE ) -->
|
||||||
<function name="wxBitmap::LoadFile">
|
<function name="wxBitmap::LoadFile">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue