Skip to content

Commit dab0180

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 57f491d commit dab0180

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cfg/wxwidgets.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8872,6 +8872,22 @@
88728872
<returnValue type="wxSize"/>
88738873
<arg nr="1" direction="in"/>
88748874
</function>
8875+
<!-- void wxWindowBase::Center(int direction=wxBOTH) -->
8876+
<!-- void wxWindowBase::CenterOnParent(int direction=wxBOTH) -->
8877+
<!-- void wxWindowBase::Centre(int direction=wxBOTH) -->
8878+
<!-- void wxWindowBase::CentreOnParent(int direction=wxBOTH) -->
8879+
<!-- void wxWindow::Center(int direction=wxBOTH) -->
8880+
<!-- void wxWindow::CenterOnParent(int direction=wxBOTH) -->
8881+
<!-- void wxWindow::Centre(int direction=wxBOTH) -->
8882+
<!-- void wxWindow::CentreOnParent(int direction=wxBOTH) -->
8883+
<function name="wxWindow::Center,wxWindow::CenterOnParent,wxWindow::Centre,wxWindow::CentreOnParent,wxWindowBase::Center,wxWindowBase::CenterOnParent,wxWindowBase::Centre,wxWindowBase::CentreOnParent">
8884+
<noreturn>false</noreturn>
8885+
<leak-ignore/>
8886+
<returnValue type="void"/>
8887+
<arg nr="1" default="wxBOTH" direction="in">
8888+
<not-uninit/>
8889+
</arg>
8890+
</function>
88758891
<!-- virtual void wxSlider::SetRange(int minValue, int maxValue) -->
88768892
<function name="wxSlider::SetRange">
88778893
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)