wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
187cde183d
commit
70d2f02442
|
@ -7337,6 +7337,22 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxGridCellRenderer* wxGrid::GetCellRenderer(int row, int col) const -->
|
||||
<function name="wxGrid::GetCellRenderer">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<returnValue type="wxGridCellRenderer *"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</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