wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2019-12-21 12:48:14 +01:00
parent cb9381e620
commit 384c9d884a
1 changed files with 20 additions and 1 deletions

View File

@ -6956,6 +6956,23 @@
<not-uninit/>
</arg>
</function>
<!-- bool wxControl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
<function name="wxControl::Create">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in" default="wxDefaultPosition"/>
<arg nr="4" direction="in" default="wxDefaultSize"/>
<arg nr="5" direction="in" default="0"/>
<arg nr="6" direction="in" default="wxDefaultValidator"/>
<arg nr="7" direction="in" default="wxControl"/>
</function>
<!-- bool wxDialog::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString & name = wxDialogNameStr) -->
<function name="wxDialog::Create">
<noreturn>false</noreturn>
@ -9107,6 +9124,8 @@
<!-- virtual bool wxWindow::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxControl::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxControl::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxDataViewListCtrl::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxDataViewListCtrl::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxStaticText::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxButton::SetForegroundColour(const wxColour & colour) -->
@ -9116,7 +9135,7 @@
<!-- virtual bool wxTextCtrl::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxTextCtrl::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxGrid::SetBackgroundColour(const wxColour & colour) -->
<function name="wxControl::SetBackgroundColour,wxControl::SetForegroundColour,wxToggleButton::SetBackgroundColour,wxToggleButton::SetForegroundColour,wxTextCtrl::SetForegroundColour,wxGrid::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
<function name="wxDataViewListCtrl::SetBackgroundColour,wxDataViewListCtrl::SetForegroundColour,wxControl::SetBackgroundColour,wxControl::SetForegroundColour,wxToggleButton::SetBackgroundColour,wxToggleButton::SetForegroundColour,wxTextCtrl::SetForegroundColour,wxGrid::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>