wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
0320979d7f
commit
bb46083a8c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue