wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
a59da489e4
commit
07c4915516
|
@ -11759,6 +11759,18 @@
|
|||
<valid>0.0:1.0</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSplitterWindow::SetSashPosition( int position, bool redraw = true ) -->
|
||||
<function name="wxSplitterWindow::SetSashPosition">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxSplitterWindow::SetMinimumPaneSize( int min ) -->
|
||||
<function name="wxSplitterWindow::SetMinimumPaneSize">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue