wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f792cabc2b
commit
709cd79e1e
|
@ -6402,6 +6402,15 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxSlider::SetLineSize (int n) -->
|
||||
<function name="wxSlider::SetLineSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
|
||||
<!-- wxTextFileType GuessType () const -->
|
||||
<function name="wxTextFile::GuessType">
|
||||
|
|
Loading…
Reference in New Issue