wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
9b3ff8271c
commit
98371f95f8
|
@ -13459,6 +13459,23 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxImage::SetMaskColour( unsigned char r, unsigned char g, unsigned char b ) -->
|
||||
<function name="wxImage::SetMaskColour">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:255</valid>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:255</valid>
|
||||
</arg>
|
||||
<arg nr="3" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:255</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxListItem::SetColumn(int col) -->
|
||||
<!-- void wxListItem::SetId(long id) -->
|
||||
<!-- void wxListItem::SetImage(int image) -->
|
||||
|
|
Loading…
Reference in New Issue