wxwidgets.cfg: Added support for SetForegroundColour() and SetBackgroundColour().
This commit is contained in:
parent
b33237a0eb
commit
b1797ee15b
|
@ -6571,4 +6571,14 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxWindow::SetForegroundColour(const wxColour & colour) -->
|
||||
<!-- virtual bool wxWindow::SetBackgroundColour(const wxColour & colour) -->
|
||||
<!-- virtual bool wxStaticText::SetForegroundColour(const wxColour & colour) -->
|
||||
<!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) -->
|
||||
<function name="wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue