We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187cde1 commit 70d2f02Copy full SHA for 70d2f02
1 file changed
cfg/wxwidgets.cfg
@@ -7337,6 +7337,22 @@
7337
<not-bool/>
7338
</arg>
7339
</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
7353
7354
7355
+ </function>
7356
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
7357
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
7358
<function name="wxGrid::SetCellTextColour">
0 commit comments