wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
d77c9cc9ff
commit
567ee92c20
|
@ -8863,6 +8863,15 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</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 ) -->
|
||||
<function name="wxBitmap::LoadFile">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue