wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
b4aec4e39d
commit
24431419f4
|
@ -8473,7 +8473,8 @@
|
|||
<!-- void wxDC::SetBackground(const wxBrush & brush) -->
|
||||
<!-- void wxBufferedDC::SetBackground(const wxBrush & brush) -->
|
||||
<!-- void wxMemoryDC::SetBackground(const wxBrush & brush) -->
|
||||
<function name="wxDC::SetBackground,wxBufferedDC::SetBackground,wxMemoryDC::SetBackground">
|
||||
<!-- void wxGCDC::SetBackground(const wxBrush & brush) -->
|
||||
<function name="wxDC::SetBackground,wxBufferedDC::SetBackground,wxMemoryDC::SetBackground,wxGCDC::SetBackground">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue