wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-07-08 13:24:07 +02:00
parent 6c90de0101
commit d973a5f8bc
1 changed files with 12 additions and 0 deletions

View File

@ -5539,6 +5539,18 @@
<not-bool/>
</arg>
</function>
<!-- virtual wxString wxListbox::GetString (unsigned int n) const-->
<function name="wxListbox::GetString">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="wxString"/>
<arg nr="1" direction="in">
<valid>0:</valid>
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--virtual int wxListBox::GetSelection(void) const-->
<function name="wxListBox::GetSelection">
<noreturn>false</noreturn>