wxwidgets.cfg: Added support for wxComboBox::Append() and wxItemContainer::Append().
This commit is contained in:
parent
2515b015ea
commit
3264dc4abc
|
@ -5720,6 +5720,14 @@
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
|
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxItemContainer::Append(const wxString & item) -->
|
||||||
|
<!-- int wxComboBox::Append(const wxString & item) -->
|
||||||
|
<function name="wxItemContainer::Append,wxComboBox::Append">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<arg nr="1"/>
|
||||||
|
</function>
|
||||||
<!-- virtual void wxBitmap::SetDepth(int depth) -->
|
<!-- virtual void wxBitmap::SetDepth(int depth) -->
|
||||||
<!-- virtual void wxBitmap::SetHeight(int height)-->
|
<!-- virtual void wxBitmap::SetHeight(int height)-->
|
||||||
<!-- virtual void wxBitmap::SetWidth(int width) -->
|
<!-- virtual void wxBitmap::SetWidth(int width) -->
|
||||||
|
|
Loading…
Reference in New Issue