wxwidgets.cfg: Added support for more insterfaces
This commit is contained in:
parent
567ee92c20
commit
30f1558f1c
|
@ -14144,6 +14144,19 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxPGProperty::StringToValue (wxVariant & variant, const wxString & text, int argFlags = 0) const -->
|
||||
<function name="wxPGProperty::StringToValue">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxArrayString:reserve(wxString::size_type new_capacity); -->
|
||||
<function name="wxArrayString::reserve">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue