wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
b2bb8daaca
commit
86e3ce7a47
|
@ -1348,7 +1348,7 @@
|
|||
<define name="emit(X)" value="(X)"/>
|
||||
<define name="Q_PLUGIN_METADATA(x)" value=""/>
|
||||
<define name="Q_ASSERT(condition)" value="assert(condition)"/>
|
||||
<define name="Q_ASSERT_X(condition, where, what)" value="assert(condition)"/>
|
||||
<define name="Q_ASSERT_X(condition, where, what)" value="assert(condition)"/>
|
||||
<!-- https://doc.qt.io/qt-5/qtglobal.html#qreal-typedef -->
|
||||
<define name="qreal" value="double"/>
|
||||
<podtype name="qint8" sign="s" size="1"/>
|
||||
|
|
|
@ -6146,11 +6146,19 @@
|
|||
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxButton::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxBitmapButton::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip">
|
||||
<!-- void wxTextCtrl::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxBitmapButton::SetBitmapLabel( const wxBitmap & bitmap ) -->
|
||||
<function name="wxBitmapButton::SetBitmapLabel">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxFlexGridSizer::AddGrowableCol(size_t idx, int proportion = 0) -->
|
||||
<!-- void wxFlexGridSizer::AddGrowableRow(size_t idx, int proportion = 0) -->
|
||||
<function name="wxFlexGridSizer::AddGrowableCol,wxFlexGridSizer::AddGrowableRow">
|
||||
|
@ -6601,7 +6609,7 @@
|
|||
</function>
|
||||
<!-- virtual bool SetFont (const wxFont &font)
|
||||
and derived classes -->
|
||||
<function name="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="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"/>
|
||||
|
@ -6613,6 +6621,22 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</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">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxPoint wxRect::GetPosition() const -->
|
||||
<function name="wxStaticText::GetPosition">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -6958,7 +6982,8 @@
|
|||
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<!-- void wxMemoryDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<!-- void wxBufferedDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine,wxBufferedDC::DrawLine">
|
||||
<!-- void wxPaintDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine,wxBufferedDC::DrawLine,wxPaintDC::DrawLine">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="2"/>
|
||||
|
|
Loading…
Reference in New Issue