wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-09-07 18:36:01 +02:00
parent 2106e30304
commit 638088dc04
1 changed files with 9 additions and 0 deletions

View File

@ -14372,4 +14372,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
</arg>
<arg nr="3" default="wxPENSTYLE_SOLID" direction="in"/>
</function>
<!-- wxBrush* wxBrushList::FindOrCreateBrush(const wxColour & colour, wxBrushStyle style = wxBRUSHSTYLE_SOLID) -->
<!-- wxBrush* wxTheBrushList::FindOrCreateBrush(const wxColour & colour, wxBrushStyle style = wxBRUSHSTYLE_SOLID) -->
<function name="wxBrushList::FindOrCreateBrush,wxTheBrushList::FindOrCreateBrush">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="wxBrush*"/>
<arg nr="1" direction="in"/>
<arg nr="2" default="wxBRUSHSTYLE_SOLID" direction="in"/>
</function>
</def>