wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
620e912bfa
commit
f0d167c328
|
@ -8770,10 +8770,11 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- int wxStyledTextCtrl::LineFromPosition( int pos ) -->
|
<!-- int wxStyledTextCtrl::LineFromPosition( int pos ) const -->
|
||||||
<function name="wxStyledTextCtrl::LineFromPosition">
|
<function name="wxStyledTextCtrl::LineFromPosition">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
|
@ -8793,4 +8794,15 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxStyledTextCtrl::StyleSetFont( int styleNum, const wxFont & font ) -->
|
||||||
|
<function name="wxStyledTextCtrl::StyleSetFont">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue