wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
7cf20af73a
commit
980b42e9f6
|
@ -6548,7 +6548,10 @@
|
|||
<!-- void wxDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxDC::SetFont(const wxFont & font) -->
|
||||
<function name="wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont">
|
||||
<!-- void wxMemoryDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxMemoryDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxMemoryDC::SetFont(const wxFont & font) -->
|
||||
<function name="wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
|
|
Loading…
Reference in New Issue