wxwidgets.cfg: Added support for wxGrid::GetCellEditor().
This commit is contained in:
parent
0a66f5c4f9
commit
c9b91c24dc
|
@ -1306,6 +1306,19 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellAlignment(row, col, horiz, vert)' instead.</warn>
|
||||
</function>
|
||||
<!-- wxGridCellEditor* wxGrid::GetCellEditor(int row, int col) const -->
|
||||
<function name="wxGrid::GetCellEditor">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxGridCellEditor *"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
||||
<!-- void wxGrid::SetCellTextColour(wxColour &val, int row, int col) -->
|
||||
<function name="wxGrid::SetCellTextColour">
|
||||
|
|
Loading…
Reference in New Issue