wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
a84bce2266
commit
48ab3f762b
|
@ -10679,6 +10679,13 @@
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxTextCtrl::EnableProofCheck ( const wxTextProofOptions & options = wxTextProofOptions::Default() ) -->
|
||||
<function name="wxTextCtrl::EnableProofCheck">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" default="wxTextProofOptions::Default()" direction="in"/>
|
||||
</function>
|
||||
<!-- const wxColour& wxTextAttr::GetTextColour() const-->
|
||||
<function name="wxTextAttr::GetTextColour">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue