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