wxwidgets.cfg: Improved support for some wxGrid functions.

This commit is contained in:
orbitcowboy 2019-01-18 16:03:20 +01:00
parent 204db723e3
commit 80a6d7c390
1 changed files with 39 additions and 0 deletions

View File

@ -5145,6 +5145,45 @@
</arg>
<arg nr="3"/>
</function>
<!-- wxString wxGrid::GetCellValue (int row, int col) const -->
<function name="wxGrid::GetCellValue">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- wxColour wxGrid::GetCellTextColour(int row, int col) const -->
<function name="wxGrid::GetCellTextColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxColour"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- bool wxGrid::GetCellOverflow(int row, int col) const -->
<function name="wxGrid::GetCellOverflow">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::DrawTextRectangle(wxDC & dc,
const wxString & text,
const wxRect & rect,