wxwidgets.cfg: Added support for wxStaticBitmap::SetBackgroundColour().

This commit is contained in:
orbitcowboy 2019-05-28 10:52:46 +02:00
parent 0b903d12fc
commit 774556dc10
1 changed files with 2 additions and 1 deletions

View File

@ -6281,7 +6281,8 @@
<!-- bool wxTextCtrl::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxPanel::SetBackgroundColour(const wxColour &c) -->
<!-- bool wxScrolledWindow::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour,wxScrolledWindow::SetBackgroundColour">
<!-- bool wxStaticBitmap::SetBackgroundColour(const wxColour &c) -->
<function name="wxWindow::SetBackgroundColour,wxFrame::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxPanel::SetBackgroundColour,wxScrolledWindow::SetBackgroundColour,wxStaticBitmap::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>