wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f8c37e771c
commit
505509e6c0
|
@ -6476,6 +6476,17 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxIntegerValidator::SetMin(ValueType min) -->
|
||||
<!-- void wxIntegerValidator::SetMax(ValueType max) -->
|
||||
<!-- void wxIntegerValidator::SetStyle(int style) -->
|
||||
<function name="wxIntegerValidator::SetMin,wxIntegerValidator::SetMax,wxIntegerValidator::SetStyle">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSashWindow::SetExtraBorderSize(int width) -->
|
||||
<!-- void wxSashLayoutWindow::SetExtraBorderSize(int width) -->
|
||||
<!-- void wxSashWindow::SetMaximumSizeX(int max) -->
|
||||
|
|
Loading…
Reference in New Issue