wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-28 08:58:26 +02:00
parent 66e8ec90de
commit cf89f40e32
1 changed files with 21 additions and 2 deletions

View File

@ -5074,7 +5074,8 @@
<!-- virtual bool wxButton::Show (bool show=true) -->
<!-- virtual bool wxStaticBitmap::Show (bool show=true) -->
<!-- virtual bool wxTextCtrl::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show">
<!-- virtual bool wxPopupTransientWindow::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -6278,7 +6279,15 @@
<!-- bool wxFrame::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxTextCtrl::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxPanel::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour">
<!-- bool wxScrolledWindow::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour,wxScrolledWindow::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual bool wxWindow::SetBackgroundStyle (wxBackgroundStyle style) -->
<function name="wxWindow::SetBackgroundStyle">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -9607,6 +9616,7 @@
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<pure/>
<leak-ignore/>
<use-retval/>
<arg nr="1" direction="in"/>
</function>
@ -9615,6 +9625,7 @@
<noreturn>false</noreturn>
<returnValue type="wxUniChar"/>
<pure/>
<leak-ignore/>
<use-retval/>
<arg nr="1" default="wxPATH_NATIVE" direction="in">
<not-uninit/>
@ -9625,6 +9636,7 @@
<noreturn>false</noreturn>
<returnValue type="void"/>
<const/>
<leak-ignore/>
<arg nr="1" direction="out">
<not-null/>
</arg>
@ -9632,4 +9644,11 @@
<not-null/>
</arg>
</function>
<!-- virtual bool wxPopupTransientWindow::ProcessLeftDown(wxMouseEvent & event) -->
<function name="wxPopupTransientWindow::ProcessLeftDown">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="inout"/>
</function>
</def>