wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-04-27 18:36:48 +02:00
parent 48dfba429a
commit c8dce14303
1 changed files with 13 additions and 1 deletions

View File

@ -7044,6 +7044,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxTextEntry::SetEditable( bool edit) -->
<!-- void wxTextCtrl::SetEditable( bool edit) -->
<function name="wxTextEntry::SetEditable,wxTextCtrl::SetEditable">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxArrayString::Clear()-->
<!-- void wxArrayString::Empty()-->
<function name="wxArrayString::Clear,wxArrayString::Empty">
@ -7400,9 +7410,11 @@
<!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxButton::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxButton::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxToggleButton::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxToggleButton::SetBackgroundColour(const wxColour & colour) -->
<!-- virtual bool wxTextCtrl::SetForegroundColour(const wxColour & colour) -->
<!-- virtual bool wxTextCtrl::SetBackgroundColour(const wxColour & colour) -->
<function name="wxTextCtrl::SetForegroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
<function name="wxToggleButton::SetBackgroundColour,wxToggleButton::SetForegroundColour,wxTextCtrl::SetForegroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>