wxwidgets.cfg: Added support for wxDC::CopyAttributes().
This commit is contained in:
parent
bee30b0ca2
commit
55e8691bee
|
@ -10840,6 +10840,13 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" default="wxEmptyString" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxDC::CopyAttributes(const wxDC & dc) -->
|
||||
<function name="wxDC::CopyAttributes">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxTextFile::Open(const wxString & strFile, const wxMBConv & conv = wxConvAuto()) -->
|
||||
<function name="wxTextFile::Open">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue