wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8c4dcc9633
commit
4306a176cc
|
@ -8723,7 +8723,13 @@
|
|||
<!-- void wxDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<!-- void wxBufferedPaintDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxBufferedPaintDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<function name="wxDC::SetTextForeground,wxDC::SetTextBackground,wxBufferedPaintDC::SetTextForeground,wxBufferedPaintDC::SetTextBackground">
|
||||
<!-- void wxPaintDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxPaintDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<!-- void wxAutoBufferedPaintDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxAutoBufferedPaintDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<!-- void wxMemoryDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxMemoryDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<function name="wxMemoryDC::SetTextBackground,wxMemoryDC::SetTextForeground,wxAutoBufferedPaintDC::SetTextBackground,wxAutoBufferedPaintDC::SetTextForeground,wxPaintDC::SetTextBackground,wxPaintDC::SetTextForeground,wxDC::SetTextForeground,wxDC::SetTextBackground,wxBufferedPaintDC::SetTextForeground,wxBufferedPaintDC::SetTextBackground">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue