wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-20 14:39:44 +01:00
parent 98371f95f8
commit 9b161a8dd6
1 changed files with 12 additions and 0 deletions

View File

@ -7656,6 +7656,18 @@
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- bool wxCheckListBox::IsChecked( unsigned int uiIndex ) -->
<function name="wxCheckListBox::IsChecked">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
<not-bool/>
</arg>
</function>
<!-- void wxCheckListBox::Check (unsigned int item, bool check = true ) -->
<function name="wxCheckListBox::Check">
<noreturn>false</noreturn>