wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-10 08:35:39 +01:00
parent f093d23a36
commit df688f7918
1 changed files with 24 additions and 1 deletions

View File

@ -7305,7 +7305,8 @@
<!-- bool wxPanel::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxScrolledWindow::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxStaticBitmap::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour,wxScrolledWindow::SetBackgroundColour,wxStaticBitmap::SetBackgroundColour">
<!-- bool wxBitmapButton::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxBitmapButton::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour,wxScrolledWindow::SetBackgroundColour,wxStaticBitmap::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -10883,6 +10884,28 @@
<returnValue type="wxTreeListItem"/>
<noreturn>false</noreturn>
</function>
<!-- bool wxTreeListCtrl::IsExpanded(wxTreeListItem item ) const -->
<!-- bool wxTreeListCtrl::IsSelected(wxTreeListItem item ) const -->
<function name="wxTreeListCtrl::IsExpanded,wxTreeListCtrl::IsSelected">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- FlagType wxPGProperty::HasFlag(wxPGPropertyFlags flag) const -->
<function name="wxPGProperty::HasFlag">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="FlagType"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
<function name="wxTreeListCtrl::GetCheckedState">
<leak-ignore/>