wxwidgets.cfg: Added support for SetForegroundColour() and SetBackgroundColour().

This commit is contained in:
orbitcowboy 2019-01-26 12:47:41 +01:00
parent b33237a0eb
commit b1797ee15b
1 changed files with 10 additions and 0 deletions

View File

@ -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>