wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
d2b2bae7bf
commit
4f191e455e
|
@ -14295,4 +14295,24 @@
|
|||
<arg nr="4" default="0" direction="in"/>
|
||||
<arg nr="5" default="NULL" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxImageList::Create (int width, int height, bool mask = true, int initialCount = 1) -->
|
||||
<function name="wxImageList::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
<arg nr="3" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="4" default="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue