wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a3ed9116e5
commit
ae6e6a55c8
|
@ -5821,7 +5821,8 @@
|
|||
<!-- virtual bool wxBitmapButton::Show (bool show=true) -->
|
||||
<!-- virtual bool wxCheckBox::Show (bool show=true) -->
|
||||
<!-- virtual bool wxFrame::Show (bool show=true) -->
|
||||
<function name="wxWindow::Show,wxFrame::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show,wxCheckBox::Show">
|
||||
<!-- virtual bool wxSashLayoutWindow::Show (bool show=true) -->
|
||||
<function name="wxWindow::Show,wxFrame::Show,wxStaticText::Show,wxSashLayoutWindow::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show,wxCheckBox::Show">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -5892,6 +5893,16 @@
|
|||
<returnValue type="wxString"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxSashWindow::SetSashVisible(wxSashEdgePosition edge, bool visible) -->
|
||||
<function name="wxSashWindow::SetSashVisible">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxFont::SetStrikethrough (bool show=true) -->
|
||||
<function name="wxFont::SetStrikethrough">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -6334,10 +6345,31 @@
|
|||
<function name="wxBoxSizer::SetOrientation">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSashWindow::SetExtraBorderSize(int width) -->
|
||||
<!-- void wxSashWindow::SetMaximumSizeX(int max) -->
|
||||
<!-- void wxSashWindow::SetMaximumSizeY(int max) -->
|
||||
<!-- void wxSashWindow::SetMinimumSizeX(int min) -->
|
||||
<!-- void wxSashWindow::SetMinimumSizeY(int min) -->
|
||||
<function name="wxSashWindow::SetExtraBorderSize,wxSashWindow::SetMaximumSizeX,wxSashWindow::SetMaximumSizeY,wxSashWindow::SetMinimumSizeX,wxSashWindow::SetMinimumSizeY">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSashLayoutWindow::SetOrientation(wxLayoutOrientation or) -->
|
||||
<function name="wxSashLayoutWindow::SetOrientation">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/3.1/classwx_static_box_sizer.html#a556686a3445d0f7f8aa1b12e962a7494 -->
|
||||
<!-- virtual wxSize wxStaticBoxSizer::CalcMin() -->
|
||||
<function name="wxStaticBoxSizer::CalcMin">
|
||||
|
|
Loading…
Reference in New Issue