wxwidgets.cfg: Added support for wxGrid::MakeCellVisible(int row, int col).

This commit is contained in:
orbitcowboy 2019-01-21 16:25:29 +01:00
parent ce254fe3a5
commit 84d80909b0
1 changed files with 11 additions and 0 deletions

View File

@ -5171,6 +5171,17 @@
</arg>
<arg nr="3"/>
</function>
<!-- void wxGrid::MakeCellVisible(int row, int col)-->
<function name="wxGrid::MakeCellVisible">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- wxString wxGrid::GetCellValue (int row, int col) const -->
<function name="wxGrid::GetCellValue">
<noreturn>false</noreturn>