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