wxwidgets.cfg: Improved support for some wxGrid functions.
This commit is contained in:
parent
204db723e3
commit
80a6d7c390
|
@ -5145,6 +5145,45 @@
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3"/>
|
<arg nr="3"/>
|
||||||
</function>
|
</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,
|
<!-- void wxGrid::DrawTextRectangle(wxDC & dc,
|
||||||
const wxString & text,
|
const wxString & text,
|
||||||
const wxRect & rect,
|
const wxRect & rect,
|
||||||
|
|
Loading…
Reference in New Issue