wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
afb0d2aab6
commit
2d2f64da1b
|
@ -6256,7 +6256,8 @@
|
||||||
<!-- int wxItemContainer::Append(const wxString & item, wxClientData * clientData) -->
|
<!-- int wxItemContainer::Append(const wxString & item, wxClientData * clientData) -->
|
||||||
<!-- int wxComboBox::Append(const wxString & item) -->
|
<!-- int wxComboBox::Append(const wxString & item) -->
|
||||||
<!-- int wxChoice::Append(const wxString & item) -->
|
<!-- int wxChoice::Append(const wxString & item) -->
|
||||||
<function name="wxItemContainer::Append,wxComboBox::Append,wxChoice::Append">
|
<!-- int wxListBox::Append(const wxString & item) -->
|
||||||
|
<function name="wxItemContainer::Append,wxComboBox::Append,wxChoice::Append,wxListBox::Append">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
|
@ -8353,4 +8354,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxString::Find (wxUniChar ch, bool fromEnd=false) const -->
|
||||||
|
<!-- int wxString::Find (const wxString &sub) const -->
|
||||||
|
<!-- int wxString::First (const wxUniChar ch) const -->
|
||||||
|
<!-- int wxString::First (const wxString &sub) const -->
|
||||||
|
<function name="wxString::Find,wxString::First">
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<arg nr="any"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue