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