wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
04073a896b
commit
0a6150ae1c
|
@ -7343,7 +7343,6 @@
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="wxGridCellRenderer *"/>
|
<returnValue type="wxGridCellRenderer *"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<leak-ignore/>
|
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
@ -7353,6 +7352,12 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxRefCounter::DecRef(void) -->
|
||||||
|
<!-- void wxGridCellRenderer::DecRef(void) -->
|
||||||
|
<function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
||||||
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
|
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
|
||||||
<function name="wxGrid::SetCellTextColour">
|
<function name="wxGrid::SetCellTextColour">
|
||||||
|
|
Loading…
Reference in New Issue