Skip to content

Commit 30af910

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 68898e2 commit 30af910

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8036,6 +8036,19 @@
80368036
<not-bool/>
80378037
</arg>
80388038
</function>
8039+
<!-- void wxGridCellRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
8040+
<!-- void wxGridCellStringRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
8041+
<function name="wxGridCellRenderer::SetTextColoursAndFont,wxGridCellStringRenderer::SetTextColoursAndFont">
8042+
<noreturn>false</noreturn>
8043+
<returnValue type="void"/>
8044+
<leak-ignore/>
8045+
<arg nr="1" direction="in"/>
8046+
<arg nr="2" direction="in"/>
8047+
<arg nr="3" direction="out"/>
8048+
<arg nr="4" direction="in">
8049+
<not-uninit/>
8050+
</arg>
8051+
</function>
80398052
<!-- void wxRefCounter::DecRef(void) -->
80408053
<!-- void wxGridCellRenderer::DecRef(void) -->
80418054
<function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">

0 commit comments

Comments
 (0)