wxwidgets.cfg: Added support for wxStaticBitmap::SetBackgroundColour().
This commit is contained in:
parent
0b903d12fc
commit
774556dc10
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue