wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-09-07 17:08:20 +02:00
parent 0320979d7f
commit bb46083a8c
1 changed files with 12 additions and 0 deletions

View File

@ -14360,4 +14360,16 @@ wxItemKind kind = wxITEM_NORMAL) -->
<valid>0:</valid>
</arg>
</function>
<!-- wxPen* wxPenList::FindOrCreatePen(const wxColour & colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID) -->
<!-- wxPen* wxThePenList::FindOrCreatePen(const wxColour & colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID) -->
<function name="wxPenList::FindOrCreatePen,wxThePenList::FindOrCreatePen">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="wxPen*"/>
<arg nr="1" direction="in"/>
<arg nr="2" default="1" direction="in">
<not-uninit/>
</arg>
<arg nr="3" default="wxPENSTYLE_SOLID" direction="in"/>
</function>
</def>