wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f093d23a36
commit
df688f7918
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue