wxwidgets.cfg: Added support for wxTextCtrl::SetValue().
This commit is contained in:
parent
061ee3e886
commit
6b16709b92
|
@ -1757,6 +1757,13 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxTextEntry::SetValue (const wxString & value)-->
|
||||
<!-- virtual void wxTextCtrl::SetValue (const wxString & value)-->
|
||||
<function name="wxTextEntry::SetValue,wxTextCtrl::SetValue">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const wxString &value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
||||
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
||||
|
|
Loading…
Reference in New Issue