wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
a6893de168
commit
786c3f6063
|
@ -11749,7 +11749,7 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSplitterWindow::SetSashGravity( double gravity ) -->
|
||||
<!-- void wxSplitterWindow::SetSashGravity( double gravity ) -->
|
||||
<function name="wxSplitterWindow::SetSashGravity">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -11759,6 +11759,15 @@
|
|||
<valid>0.0:1.0</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxSplitterWindow::SetMinimumPaneSize( int min ) -->
|
||||
<function name="wxSplitterWindow::SetMinimumPaneSize">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxSplitterWindow::SplitHorizontally(wxWindow * window1, wxWindow * window2, int sashPosition = 0) -->
|
||||
<!-- virtual bool wxSplitterWindow::SplitVertically(wxWindow * window1, wxWindow * window2, int sashPosition = 0) -->
|
||||
<function name="wxSplitterWindow::SplitHorizontally,wxSplitterWindow::SplitVertically">
|
||||
|
|
Loading…
Reference in New Issue