wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
041a476d14
commit
6b6d3761e2
|
@ -8050,7 +8050,8 @@
|
||||||
<!-- bool wxBoolProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
<!-- bool wxBoolProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||||
<!-- bool wxUIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
<!-- bool wxUIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||||
<!-- bool wxIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
<!-- bool wxIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||||
<function name="wxPGProperty::SetValueFromString,wxFloatProperty::SetValueFromString,wxBoolProperty::SetValueFromString,wxUIntProperty::SetValueFromString,wxIntProperty::SetValueFromString">
|
<!-- bool wxEnumProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||||
|
<function name="wxPGProperty::SetValueFromString,wxFloatProperty::SetValueFromString,wxEnumProperty::SetValueFromString,wxBoolProperty::SetValueFromString,wxUIntProperty::SetValueFromString,wxIntProperty::SetValueFromString">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
|
@ -9017,6 +9018,13 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxArrayString::Remove(wxString &sz) -->
|
||||||
|
<function name="wxArrayString::Remove">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- size_t wxArrayInt::Add(int i, size_t copies = 1) -->
|
<!-- size_t wxArrayInt::Add(int i, size_t copies = 1) -->
|
||||||
<function name="wxArrayInt::Add">
|
<function name="wxArrayInt::Add">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -12003,7 +12011,23 @@
|
||||||
<!-- size_t wxString::find(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
<!-- size_t wxString::find(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
<!-- size_t wxString::find(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
<!-- size_t wxString::find(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
<!-- size_t wxString::find(wxUniChar ch , size_t nStart = 0,) const -->
|
<!-- size_t wxString::find(wxUniChar ch , size_t nStart = 0,) const -->
|
||||||
<function name="wxString::find">
|
<!-- size_t wxString::find_first_of(const wxString & str, size_t nStart = 0) const -->
|
||||||
|
<!-- size_t wxString::find_first_of(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_first_of(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_first_of(wxUniChar ch , size_t nStart = 0,) const -->
|
||||||
|
<!-- size_t wxString::find_last_of(const wxString & str, size_t nStart = 0) const -->
|
||||||
|
<!-- size_t wxString::find_last_of(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_last_of(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_last_of(wxUniChar ch , size_t nStart = 0,) const -->
|
||||||
|
<!-- size_t wxString::find_first_not_of(const wxString & str, size_t nStart = 0) const -->
|
||||||
|
<!-- size_t wxString::find_first_not_of(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_first_not_of(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_first_not_of(wxUniChar ch , size_t nStart = 0,) const -->
|
||||||
|
<!-- size_t wxString::find_last_not_of (const wxString & str, size_t nStart = 0) const -->
|
||||||
|
<!-- size_t wxString::find_last_not_of (const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_last_not_of (const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||||
|
<!-- size_t wxString::find_last_not_of (wxUniChar ch , size_t nStart = 0,) const -->
|
||||||
|
<function name="wxString::find,wxString::find_last_of,wxString::find_first_of,wxString::find_first_not_of,wxString::find_last_not_of">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -12633,7 +12657,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!--virtual wxPGCellRenderer* wxPGProperty::GetCellRenderer(int column) const -->
|
<!--virtual wxPGCellRenderer* wxPGProperty::GetCellRenderer(int column) const -->
|
||||||
<function name="wxPGProperty::GetCellRenderer,wxStringProperty::GetCellRenderer">
|
<function name="wxPGProperty::GetCellRenderer,wxEnumProperty::GetCellRenderer,wxStringProperty::GetCellRenderer">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxPGCellRenderer*"/>
|
<returnValue type="wxPGCellRenderer*"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue