Skip to content

Commit 8c4dcc9

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 4aa6385 commit 8c4dcc9

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7514,7 +7514,7 @@
75147514
</function>
75157515
<!-- virtual bool SetFont (const wxFont &font)
75167516
and derived classes -->
7517-
<function name="wxSpinCtrl::SetFont,wxGrid::SetFont,wxStyledTextCtrl::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">
7517+
<function name="wxToggleButton::SetFont,wxSpinCtrl::SetFont,wxGrid::SetFont,wxStyledTextCtrl::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">
75187518
<noreturn>false</noreturn>
75197519
<leak-ignore/>
75207520
<returnValue type="bool"/>
@@ -8517,7 +8517,10 @@
85178517
<!-- void wxGCDC::SetPen(const wxPen & pen) -->
85188518
<!-- void wxGCDC::SetBrush(const wxBrush & pen) -->
85198519
<!-- void wxGCDC::SetFont(const wxFont & font) -->
8520-
<function name="wxGCDC::SetFont,wxGCDC::SetBrush,wxGCDC::SetPen,wxBufferedPaintDC::SetFont,wxBufferedPaintDC::SetBrush,wxBufferedPaintDC::SetPen,wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
8520+
<!-- void wxAutoBufferedPaintDC::SetPen(const wxPen & pen) -->
8521+
<!-- void wxAutoBufferedPaintDC::SetBrush(const wxBrush & pen) -->
8522+
<!-- void wxAutoBufferedPaintDC::SetFont(const wxFont & font) -->
8523+
<function name="wxAutoBufferedPaintDC::SetFont,swxAutoBufferedPaintDC::SetBrush,wxAutoBufferedPaintDC::SetPen,wxGCDC::SetFont,wxGCDC::SetBrush,wxGCDC::SetPen,wxBufferedPaintDC::SetFont,wxBufferedPaintDC::SetBrush,wxBufferedPaintDC::SetPen,wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
85218524
<noreturn>false</noreturn>
85228525
<leak-ignore/>
85238526
<arg nr="1" direction="in"/>
@@ -8852,7 +8855,8 @@
88528855
</function>
88538856
<!-- void wxPaintDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
88548857
<!-- void wxDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
8855-
<function name="wxDC::DrawCircle,wxPaintDC::DrawCircle">
8858+
<!-- void wxAutoBufferedPaintDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
8859+
<function name="wxAutoBufferedPaintDC::DrawCircle,wxDC::DrawCircle,wxPaintDC::DrawCircle">
88568860
<leak-ignore/>
88578861
<noreturn>false</noreturn>
88588862
<returnValue type="void"/>
@@ -8868,16 +8872,19 @@
88688872
</function>
88698873
<!-- void wxDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
88708874
<!-- void wxPaintDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
8871-
<function name="wxDC::DrawArc,wxPaintDC::DrawArc">
8875+
<!-- void wxAutoBufferedPaintDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
8876+
<function name="wxAutoBufferedPaintDC::DrawArc,wxDC::DrawArc,wxPaintDC::DrawArc">
88728877
<leak-ignore/>
88738878
<noreturn>false</noreturn>
88748879
<returnValue type="void"/>
88758880
<arg nr="any" direction="in">
88768881
<not-uninit/>
88778882
</arg>
88788883
</function>
8884+
<!-- void wxPaintDC::DrawCheckMark(wxCoord x,wxCoord y, wxCoord width, wxCoord height) -->
88798885
<!-- void wxDC::DrawCheckMark(wxCoord x,wxCoord y, wxCoord width, wxCoord height) -->
8880-
<function name="wxDC::DrawCheckMark,wxPaintDC::DrawCheckMark">
8886+
<!-- void wxAutoBufferedPaintDC::DrawCheckMark(wxCoord x,wxCoord y, wxCoord width, wxCoord height) -->
8887+
<function name="wxAutoBufferedPaintDC::DrawCheckMark,wxDC::DrawCheckMark,wxPaintDC::DrawCheckMark">
88818888
<leak-ignore/>
88828889
<noreturn>false</noreturn>
88838890
<returnValue type="void"/>
@@ -11398,6 +11405,13 @@
1139811405
<valid>0:</valid>
1139911406
</arg>
1140011407
</function>
11408+
<!-- wxString & wxString::Prepend(const wxString &str); -->
11409+
<function name="wxString::Prepend">
11410+
<noreturn>false</noreturn>
11411+
<returnValue type="wxString &amp;"/>
11412+
<leak-ignore/>
11413+
<arg nr="1" direction="in"/>
11414+
</function>
1140111415
<!-- virtual int wxTextCtrl::GetNumberOfLines(void) const -->
1140211416
<function name="wxTextCtrl::GetNumberOfLines">
1140311417
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)