Skip to content

Commit 205179f

Browse files
committed
wxwidgets.cfg: Added support for some functions from wx/dc.h
1 parent 0557111 commit 205179f

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,36 @@
17851785
<not-null/>
17861786
</arg>
17871787
</function>
1788+
<!-- static wxColour wxSystemSettings::GetColour(wxSystemColour index) -->
1789+
<function name="wxSystemSettings::GetColour">
1790+
<noreturn>false</noreturn>
1791+
<leak-ignore/>
1792+
<returnValue type="wxColour"/>
1793+
<use-retval/>
1794+
<arg nr="1">
1795+
<not-uninit/>
1796+
</arg>
1797+
</function>
1798+
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
1799+
<function name="wxDC::DrawLine">
1800+
<noreturn>false</noreturn>
1801+
<leak-ignore/>
1802+
<arg nr="2"/>
1803+
</function>
1804+
<!-- void wxDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
1805+
<function name="wxDC::DrawRectangle">
1806+
<noreturn>false</noreturn>
1807+
<leak-ignore/>
1808+
<arg nr="2"/>
1809+
</function>
1810+
<!-- void wxDC::SetPen(const wxPen & pen) -->
1811+
<!-- void wxDC::SetBrush(const wxBrush & pen) -->
1812+
<!-- void wxDC::SetFont(const wxFont & font) -->
1813+
<function name="wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont">
1814+
<noreturn>false</noreturn>
1815+
<leak-ignore/>
1816+
<arg nr="1"/>
1817+
</function>
17881818
<define name="wxOVERRIDE" value="override"/>
17891819
<define name="wxEXPLICIT" value="explicit"/>
17901820
<define name="WXSIZEOF(array)" value="(sizeof(array)/sizeof(array[0]))"/>

0 commit comments

Comments
 (0)