wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ff16995b26
commit
6323d8d6b5
|
@ -4886,25 +4886,17 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
|
||||||
<!-- virtual void wxRadioBox::SetSelection (int n) -->
|
|
||||||
<function name="wxRadioBox::SetSelection">
|
|
||||||
<noreturn>false</noreturn>
|
|
||||||
<leak-ignore/>
|
|
||||||
<arg nr="1">
|
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
|
||||||
<!-- virtual void wxTextEntry::SetSelection (long from, long to) -->
|
<!-- virtual void wxTextEntry::SetSelection (long from, long to) -->
|
||||||
|
<!-- virtual void wxTextEntry::SetSelection (int n) -->
|
||||||
|
<!-- virtual void wxRadioBox::SetSelection (int n) -->
|
||||||
<!-- virtual void wxTextCtrl::SetSelection (long from, long to) -->
|
<!-- virtual void wxTextCtrl::SetSelection (long from, long to) -->
|
||||||
<!-- virtual void wxSpinCtrl::SetSelection (long from, long to) -->
|
<!-- virtual void wxSpinCtrl::SetSelection (long from, long to) -->
|
||||||
<function name="wxTextEntry::SetSelection,wxTextCtrl::SetSelection,wxSpinCtrl::SetSelection">
|
<!-- virtual void wxComboBox::SetSelection (long from, long to) -->
|
||||||
|
<!-- virtual void wxComboBox::SetSelection (int n) -->
|
||||||
|
<function name="wxTextEntry::SetSelection,wxTextCtrl::SetSelection,wxSpinCtrl::SetSelection,wxComboBox::SetSelection,wxRadioBox::SetSelection">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="any">
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
<arg nr="2">
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
@ -5665,6 +5657,29 @@
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead.</warn>
|
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxSizer::SetSizeHints( wxWindow * window ) -->
|
||||||
|
<!-- void wxBoxSizer::SetSizeHints( wxWindow * window ) -->
|
||||||
|
<function name="wxSizer::SetSizeHints,wxBoxSizer::SetSizeHints">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxString wxString::FromAscii( const char * ascii ) -->
|
||||||
|
<!-- wxString wxString::FromAscii( const unsigned char * ascii ) -->
|
||||||
|
<!-- wxString wxString::FromAscii( const char * ascii, size_t len) -->
|
||||||
|
<!-- wxString wxString::FromAscii( const char c) -->
|
||||||
|
<function name="wxString::FromAscii">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<arg nr="any">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- void wxWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
<!-- void wxWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||||
<!-- void wxPanel::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
<!-- void wxPanel::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||||
<function name="wxWindow::SetSizer,wxPanel::SetSizer">
|
<function name="wxWindow::SetSizer,wxPanel::SetSizer">
|
||||||
|
@ -6166,12 +6181,17 @@
|
||||||
<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 wxItemContainer::Append(const wxString & item) -->
|
||||||
|
<!-- int wxItemContainer::Append(const wxArrayString & items) -->
|
||||||
|
<!-- int wxItemContainer::Append(const std::vector< wxString > & items) -->
|
||||||
|
<!-- int wxItemContainer::Append(const wxString & item, void * clientData) -->
|
||||||
|
<!-- int wxItemContainer::Append(const wxString & item, wxClientData * clientData) -->
|
||||||
<!-- int wxComboBox::Append(const wxString & item) -->
|
<!-- int wxComboBox::Append(const wxString & item) -->
|
||||||
<function name="wxItemContainer::Append,wxComboBox::Append">
|
<!-- int wxChoice::Append(const wxString & item) -->
|
||||||
|
<function name="wxItemContainer::Append,wxComboBox::Append,wxChoice::Append">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<arg nr="1"/>
|
<arg nr="any"/>
|
||||||
</function>
|
</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)-->
|
||||||
|
|
Loading…
Reference in New Issue