wxwidgets.cfg: Added support for more functions.
This commit is contained in:
parent
70c8200885
commit
ecaeb419ff
|
@ -6327,7 +6327,7 @@
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const bool value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const bool value)-->
|
||||||
<function name="wxConfigBase::Write">
|
<function name="wxConfigBase::Write,wxConfig::Write">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -6338,7 +6338,7 @@
|
||||||
<!--bool Read(const wxString &key, float *f) const -->
|
<!--bool Read(const wxString &key, float *f) const -->
|
||||||
<!--bool Read(const wxString &key, bool *b) const -->
|
<!--bool Read(const wxString &key, bool *b) const -->
|
||||||
<!--bool Read(const wxString &key, wxMemoryBuffer *buf) const -->
|
<!--bool Read(const wxString &key, wxMemoryBuffer *buf) const -->
|
||||||
<function name="wxConfigBase::Read">
|
<function name="wxConfigBase::Read,wxConfig::Read">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -6653,4 +6653,11 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxDC::SetTextForeground( const wxColour & colour ) -->
|
||||||
|
<!-- void wxDC::SetTextBackground( const wxColour & colour ) -->
|
||||||
|
<function name="wxDC::SetTextForeground,wxDC::SetTextBackground">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue