wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-10 15:11:10 +01:00
parent 8fa4b4b7ee
commit 7dec499219
1 changed files with 21 additions and 0 deletions

View File

@ -8760,4 +8760,25 @@
<not-bool/>
</arg>
</function>
<!-- void wxStyledTextCtrl::SetWrapMode( int wrapMode ) -->
<function name="wxStyledTextCtrl::SetWrapMode">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- int wxStyledTextCtrl::LineFromPosition( int pos ) -->
<function name="wxStyledTextCtrl::LineFromPosition">
<noreturn>false</noreturn>
<returnValue type="int"/>
<const/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
</def>