Skip to content

Commit 70d2f02

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 187cde1 commit 70d2f02

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7337,6 +7337,22 @@
73377337
<not-bool/>
73387338
</arg>
73397339
</function>
7340+
<!-- wxGridCellRenderer* wxGrid::GetCellRenderer(int row, int col) const -->
7341+
<function name="wxGrid::GetCellRenderer">
7342+
<noreturn>false</noreturn>
7343+
<const/>
7344+
<returnValue type="wxGridCellRenderer *"/>
7345+
<use-retval/>
7346+
<leak-ignore/>
7347+
<arg nr="1" direction="in">
7348+
<not-uninit/>
7349+
<not-bool/>
7350+
</arg>
7351+
<arg nr="2" direction="in">
7352+
<not-uninit/>
7353+
<not-bool/>
7354+
</arg>
7355+
</function>
73407356
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
73417357
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
73427358
<function name="wxGrid::SetCellTextColour">

0 commit comments

Comments
 (0)