wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8fa4b4b7ee
commit
7dec499219
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue