wxwidgets.cfg: Added support for more functions from wxGCDC.
This commit is contained in:
parent
4fc15b3eb2
commit
377f6f29b5
|
@ -7973,7 +7973,10 @@
|
||||||
<!-- void wxClientDC::SetPen(const wxPen & pen) -->
|
<!-- void wxClientDC::SetPen(const wxPen & pen) -->
|
||||||
<!-- void wxClientDC::SetBrush(const wxBrush & pen) -->
|
<!-- void wxClientDC::SetBrush(const wxBrush & pen) -->
|
||||||
<!-- void wxClientDC::SetFont(const wxFont & font) -->
|
<!-- void wxClientDC::SetFont(const wxFont & font) -->
|
||||||
<function name="wxBufferedPaintDC::SetFont,wxBufferedPaintDC::SetBrush,wxBufferedPaintDC::SetPen,wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
|
<!-- void wxGCDC::SetPen(const wxPen & pen) -->
|
||||||
|
<!-- void wxGCDC::SetBrush(const wxBrush & pen) -->
|
||||||
|
<!-- void wxGCDC::SetFont(const wxFont & font) -->
|
||||||
|
<function name="wxGCDC::SetFont,wxGCDC::SetBrush,wxGCDC::SetPen,wxBufferedPaintDC::SetFont,wxBufferedPaintDC::SetBrush,wxBufferedPaintDC::SetPen,wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
|
|
Loading…
Reference in New Issue