Skip to content

Commit 55e8691

Browse files
committed
wxwidgets.cfg: Added support for wxDC::CopyAttributes().
1 parent bee30b0 commit 55e8691

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10840,6 +10840,13 @@
1084010840
<leak-ignore/>
1084110841
<arg nr="1" default="wxEmptyString" direction="in"/>
1084210842
</function>
10843+
<!-- void wxDC::CopyAttributes(const wxDC & dc) -->
10844+
<function name="wxDC::CopyAttributes">
10845+
<noreturn>false</noreturn>
10846+
<returnValue type="void"/>
10847+
<leak-ignore/>
10848+
<arg nr="1" direction="in"/>
10849+
</function>
1084310850
<!-- bool wxTextFile::Open(const wxString & strFile, const wxMBConv & conv = wxConvAuto()) -->
1084410851
<function name="wxTextFile::Open">
1084510852
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)