wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
67c2d90887
commit
368fa4f54f
|
@ -4457,6 +4457,16 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<warn severity="style">This is the same as 'wxString::IsEmpty' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code.</warn>
|
<warn severity="style">This is the same as 'wxString::IsEmpty' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code.</warn>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxString::Contains(const wxString & str) const-->
|
||||||
|
<function name="wxString::Contains">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
|
||||||
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#a42fc468fb16b820b1b599fadfc6285cb -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#a42fc468fb16b820b1b599fadfc6285cb -->
|
||||||
<!-- bool wxString::IsNumber() -->
|
<!-- bool wxString::IsNumber() -->
|
||||||
<function name="wxString::IsNumber">
|
<function name="wxString::IsNumber">
|
||||||
|
@ -6340,6 +6350,14 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxCommandEvent::SetInt(int intCommand) -->
|
||||||
|
<function name="wxCommandEvent::SetInt">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- void wxStdDialogButtonSizer::AddButton(wxButton * button) -->
|
<!-- void wxStdDialogButtonSizer::AddButton(wxButton * button) -->
|
||||||
<function name="wxStdDialogButtonSizer::AddButton">
|
<function name="wxStdDialogButtonSizer::AddButton">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7360,6 +7378,21 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxArrayString::Index(const wxString & sz, bool bCase = true, bool bFromEnd = false) const -->
|
||||||
|
<function name="wxArrayString::Index">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" default="true" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3" default="false" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- bool wxArrayString::IsEmpty()-->
|
<!-- bool wxArrayString::IsEmpty()-->
|
||||||
<function name="wxArrayString::IsEmpty">
|
<function name="wxArrayString::IsEmpty">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -9731,4 +9764,12 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!--virtual void wxTextEntry::ChangeValue(const wxString & value)-->
|
||||||
|
<!--virtual void wxTextCtrl::ChangeValue(const wxString & value)-->
|
||||||
|
<function name="wxTextEntry::ChangeValue,wxTextCtrl::ChangeValue">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue