wxwidgets.cfg: Added support for wxTextCtrl::SaveFile()
This commit is contained in:
parent
3a90341961
commit
d87680f965
|
@ -5851,6 +5851,16 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxTextCtrl::SaveFile(const wxString & filename = wxEmptyString, int fileType = wxTEXT_TYPE_ANY )-->
|
||||
<function name="wxTextCtrl::SaveFile">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in" default="wxEmptyString"/>
|
||||
<arg nr="2" direction="in" default="wxTEXT_TYPE_ANY">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||
<!-- virtual bool Show (unsigned int item, bool show=true) -->
|
||||
<function name="wxRadioBox::Show">
|
||||
|
|
Loading…
Reference in New Issue