wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-10 14:59:39 +01:00
parent 5426a984b3
commit 8fa4b4b7ee
1 changed files with 17 additions and 0 deletions

View File

@ -8743,4 +8743,21 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void wxTextValidator::SetCharExcludes( const wxString & chars ) -->
<function name="wxTextValidator::SetCharExcludes">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxStyledTextCtrl::ToggleFold( int line ) -->
<function name="wxStyledTextCtrl::ToggleFold">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
</def> </def>