wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
652700ff64
commit
d0e2fd240b
|
@ -5880,7 +5880,8 @@
|
|||
<!-- virtual bool wxCheckBox::Show (bool show=true) -->
|
||||
<!-- virtual bool wxFrame::Show (bool show=true) -->
|
||||
<!-- virtual bool wxSashLayoutWindow::Show (bool show=true) -->
|
||||
<function name="wxTopLevelWindowBase::Show,wxWindow::Show,wxFrame::Show,wxStaticText::Show,wxSashLayoutWindow::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show,wxCheckBox::Show">
|
||||
<!-- virtual bool wxPreviewFrame::Show (bool show=true) -->
|
||||
<function name="wxTopLevelWindowBase::Show,wxWindow::Show,wxFrame::Show,wxPreviewFrame::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"/>
|
||||
|
@ -8960,7 +8961,11 @@
|
|||
<!-- void wxWindow::CenterOnParent(int direction=wxBOTH) -->
|
||||
<!-- void wxWindow::Centre(int direction=wxBOTH) -->
|
||||
<!-- void wxWindow::CentreOnParent(int direction=wxBOTH) -->
|
||||
<function name="wxWindow::Center,wxWindow::CenterOnParent,wxWindow::Centre,wxWindow::CentreOnParent,wxWindowBase::Center,wxWindowBase::CenterOnParent,wxWindowBase::Centre,wxWindowBase::CentreOnParent">
|
||||
<!-- void wxPreviewFrame::Center(int direction=wxBOTH) -->
|
||||
<!-- void wxPreviewFrame::CenterOnParent(int direction=wxBOTH) -->
|
||||
<!-- void wxPreviewFrame::Centre(int direction=wxBOTH) -->
|
||||
<!-- void wxPreviewFrame::CentreOnParent(int direction=wxBOTH) -->
|
||||
<function name="wxPreviewFrame::CentreOnParent,wxPreviewFrame::Centre,wxPreviewFrame::CenterOnParent,wxPreviewFrame::Center,wxWindow::Center,wxWindow::CenterOnParent,wxWindow::Centre,wxWindow::CentreOnParent,wxWindowBase::Center,wxWindowBase::CenterOnParent,wxWindowBase::Centre,wxWindowBase::CentreOnParent">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue