Skip to content

Commit 91fbc85

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent b0496cc commit 91fbc85

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@
63696369
</function>
63706370
<!-- virtual bool SetFont (const wxFont &font)
63716371
and derived classes -->
6372-
<function name="wxWindow::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">
6372+
<function name="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">
63736373
<noreturn>false</noreturn>
63746374
<leak-ignore/>
63756375
<arg nr="1">
@@ -6439,6 +6439,18 @@
64396439
<use-retval/>
64406440
<arg nr="2"/>
64416441
</function>
6442+
<!-- void wxGrid::SetCellFont( int row, int col, const wxFont & ) -->
6443+
<function name="wxGrid::SetCellFont">
6444+
<noreturn>false</noreturn>
6445+
<returnValue type="void"/>
6446+
<arg nr="1">
6447+
<not-uninit/>
6448+
</arg>
6449+
<arg nr="2">
6450+
<not-uninit/>
6451+
</arg>
6452+
<arg nr="3"/>
6453+
</function>
64426454
<!--bool Read(const wxString &key, wxString *str) const -->
64436455
<!--bool Read(const wxString &key, double *d) const -->
64446456
<!--bool Read(const wxString &key, float *f) const -->
@@ -7212,6 +7224,20 @@
72127224
</arg>
72137225
<arg nr="3"/>
72147226
</function>
7227+
<!--void wxGrid::SetCellEditor (int row, int col, wxGridCellEditor * editor) -->
7228+
<function name="wxGrid::SetCellEditor">
7229+
<noreturn>false</noreturn>
7230+
<returnValue type="void"/>
7231+
<arg nr="1">
7232+
<not-uninit/>
7233+
</arg>
7234+
<arg nr="2">
7235+
<not-uninit/>
7236+
</arg>
7237+
<arg nr="3">
7238+
<not-null/>
7239+
</arg>
7240+
</function>
72157241
<!--virtual void wxGridCellEditor::StartingKey(wxKeyEvent & event)-->
72167242
<!--virtual void wxGridCellTextEditor::StartingKey(wxKeyEvent & event)-->
72177243
<function name="wxGridCellEditor::StartingKey,wxGridCellTextEditor::StartingKey">
@@ -7347,4 +7373,10 @@
73477373
<returnValue type="void"/>
73487374
<arg nr="1"/>
73497375
</function>
7376+
<!--void wxRect::SetPosition(const wxPoint & pos) -->
7377+
<function name="wxRect::SetPosition">
7378+
<noreturn>false</noreturn>
7379+
<returnValue type="void"/>
7380+
<arg nr="1"/>
7381+
</function>
73507382
</def>

0 commit comments

Comments
 (0)