wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-07-01 11:11:47 +02:00
parent d2b2bae7bf
commit 4f191e455e
1 changed files with 20 additions and 0 deletions

View File

@ -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>