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