wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-28 23:46:17 +01:00
parent fa59cb91cb
commit 910adb0076
1 changed files with 53 additions and 1 deletions

View File

@ -6607,9 +6607,22 @@
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- bool wxGrid::AppendCols( int numCols = 1, bool updateLabels = true ) -->
<!-- bool wxGrid::AppendRows( int numRows = 1, bool updateLabels = true ) -->
<function name="wxGrid::AppendCols,wxGrid::AppendRows">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" default="1">
<not-uninit/>
</arg>
<arg nr="2" default="true">
<not-uninit/>
</arg>
</function>
<!-- virtual bool SetFont (const wxFont &font)
and derived classes -->
<function name="wxButton::SetFont,wxDataViewTreeCtrl::SetFont,wxTextCtrl::SetFont,wxWindow::SetFont,wxPropertyGridManager::SetFont,wxPaintDC::SetFont,wxStaticText::SetFont,wxBannerWindow::SetFont,wxControl::SetFont,wxGLCanvas::SetFont,wxHtmlHelpWindow::SetFont,wxMDIClientWindow::SetFont,wxMenuBar::SetFont,wxNativeWindow::SetFont,wxNonOwnedWindow::SetFont,wxPanel::SetFont,wxPGMultiButton::SetFont,wxSashWindow::SetFont,wxSplitterWindow::SetFont,wxTipWindow::SetFont,wxTreeListCtrl::SetFont,wxActiveXContainer::SetFont,wxActivityIndicator::SetFont,wxAnimationCtrl::SetFont,wxAnyButton::SetFont,wxAuiToolBar::SetFont,wxBookCtrlBase::SetFont,wxCalenderCtrl::SetFont,wxCheckBox::SetFont,wxChoice::SetFont,wxCollapsibleHeaderCtrl::SetFont,wxCollapsiblePane::SetFont,wxComboBox::SetFont,wxComboCtrl::SetFont,wxControlWithItems::SetFont,wxDataViewCtrl::SetFont,wxDatePickerCtrl::SetFont,wxFileCtrl::SetFont,wxGauge::SetFont,wxGenericDirCtrl::SetFont,wxHeaderCtrl::SetFont,wxHyperlinkCtrl::SetFont,wxInfoBar::SetFont,wxListBox::SetFont,wxListCtrl::SetFont,wxMediaCtrl::SetFont,wxPickerBase::SetFont,wxPropertyGrid::SetFont,wxRadioBox::SetFont,wxRadioButton::SetFont,wxRibbonCtrl::SetFont,wxRichTextCtrl::SetFont">
<function name="wxGrid::SetFont,wxStaticBox::SetFont,wxButton::SetFont,wxDataViewTreeCtrl::SetFont,wxTextCtrl::SetFont,wxWindow::SetFont,wxPropertyGridManager::SetFont,wxPaintDC::SetFont,wxStaticText::SetFont,wxBannerWindow::SetFont,wxControl::SetFont,wxGLCanvas::SetFont,wxHtmlHelpWindow::SetFont,wxMDIClientWindow::SetFont,wxMenuBar::SetFont,wxNativeWindow::SetFont,wxNonOwnedWindow::SetFont,wxPanel::SetFont,wxPGMultiButton::SetFont,wxSashWindow::SetFont,wxSplitterWindow::SetFont,wxTipWindow::SetFont,wxTreeListCtrl::SetFont,wxActiveXContainer::SetFont,wxActivityIndicator::SetFont,wxAnimationCtrl::SetFont,wxAnyButton::SetFont,wxAuiToolBar::SetFont,wxBookCtrlBase::SetFont,wxCalenderCtrl::SetFont,wxCheckBox::SetFont,wxChoice::SetFont,wxCollapsibleHeaderCtrl::SetFont,wxCollapsiblePane::SetFont,wxComboBox::SetFont,wxComboCtrl::SetFont,wxControlWithItems::SetFont,wxDataViewCtrl::SetFont,wxDatePickerCtrl::SetFont,wxFileCtrl::SetFont,wxGauge::SetFont,wxGenericDirCtrl::SetFont,wxHeaderCtrl::SetFont,wxHyperlinkCtrl::SetFont,wxInfoBar::SetFont,wxListBox::SetFont,wxListCtrl::SetFont,wxMediaCtrl::SetFont,wxPickerBase::SetFont,wxPropertyGrid::SetFont,wxRadioBox::SetFont,wxRadioButton::SetFont,wxRibbonCtrl::SetFont,wxRichTextCtrl::SetFont">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -6641,6 +6654,15 @@
<not-uninit/>
</arg>
</function>
<!-- virtual void wxFont::SetWeight(wxFontWeight weight) -->
<function name="wxFont::SetWeight">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
@ -8433,6 +8455,7 @@
<function name="wxString::Find,wxString::First">
<use-retval/>
<const/>
<leak-ignore/>
<returnValue type="int"/>
<noreturn>false</noreturn>
<arg nr="any"/>
@ -8444,6 +8467,7 @@
<function name="wxString::find">
<use-retval/>
<const/>
<leak-ignore/>
<returnValue type="std::size_t"/>
<noreturn>false</noreturn>
<arg nr="2" default="0">
@ -8453,4 +8477,32 @@
<not-uninit/>
</arg>
</function>
<!-- void wxDC::DrawRoundedRectangle( const wxRect & r, double radius ) -->
<!-- void wxPaintDC::DrawRoundedRectangle( const wxRect & r, double radius ) -->
<!-- void wxMemoryDC::DrawRoundedRectangle( const wxRect & r, double radius ) -->
<function name="wxDC::DrawRoundedRectangle,wxPaintDC::DrawRoundedRectangle,wxMemoryDC::DrawRoundedRectangle">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- void wxDC::DrawRotatedText( const wxString & text, wxCoord x, wxCoord y, double angle ) -->
<!-- void wxPaintDC::DrawRotatedText( const wxString & text, wxCoord x, wxCoord y, double angle ) -->
<!-- void wxMemoryDC::DrawRotatedText( const wxString & text, wxCoord x, wxCoord y, double angle ) -->
<function name="wxDC::DrawRotatedText,wxPaintDC::DrawRotatedText,wxMemoryDC::DrawRotatedText">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
<arg nr="4">
<not-uninit/>
</arg>
</function>
</def>