wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ce0f7e201d
commit
bdfc6ab683
|
@ -8902,6 +8902,30 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxStatusBar::SetStatusStyles (int n, const int * styles)-->
|
||||
<function name="wxStatusBar::SetStatusStyles">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxStatusBar::SetMinHeight(int height) -->
|
||||
<function name="wxStatusBar::SetMinHeight">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxStatusBar::PopStatusText(int field = 0)-->
|
||||
<function name="wxStatusBar::PopStatusText">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -10555,8 +10579,9 @@
|
|||
<!-- void wxWindow::SetWindowStyle(long style) -->
|
||||
<!-- void wxTextCtrl::SetWindowStyle(long style) -->
|
||||
<!-- void wxStaticText::SetWindowStyle(long style) -->
|
||||
<!-- void wxStaticLine::SetWindowStyle(long style) -->
|
||||
<!-- virtual void wxWindow::SetWindowStyleFlag(long style) -->
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle,wxStaticText::SetWindowStyle">
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle,wxStaticText::SetWindowStyle,wxStaticLine::SetWindowStyle">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue