File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]))"/>
You can’t perform that action at this time.
0 commit comments