wxwidgets.cfg: Added support for wxTextCtrl::SaveFile()

This commit is contained in:
orbitcowboy 2020-05-27 11:18:17 +02:00
parent 3a90341961
commit d87680f965
1 changed files with 10 additions and 0 deletions

View File

@ -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">