wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-09-24 13:50:52 +02:00
parent 3e657e3850
commit 524c9f5936
1 changed files with 22 additions and 1 deletions

View File

@ -11141,13 +11141,34 @@
<!-- int wxGrid::GetRowMinimalAcceptableHeight() const -->
<!-- int wxGrid::GetScrollLineX() const -->
<!-- int wxGrid::GetScrollLineY() const -->
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize,wxGrid::GetRowMinimalAcceptableHeight,wxGrid::GetScrollLineX,wxGrid::GetScrollLineY">
<!-- int wxGrid::GetNumberRows() const -->
<!-- int wxGrid::GetNumberFrozenRows() const -->
<!-- int wxGrid::GetNumberFrozenCols() const -->
<!-- int wxGrid::GetNumberCols() const -->
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize,wxGrid::GetRowMinimalAcceptableHeight,wxGrid::GetScrollLineX,wxGrid::GetScrollLineY,wxGrid::GetNumberRows,wxGrid::GetNumberFrozenRows,wxGrid::GetNumberFrozenCols,wxGrid::wxGrid::GetNumberCols">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- wxFont wxGrid::GetLabelFont() const -->
<function name="wxGrid::GetLabelFont">
<noreturn>false</noreturn>
<returnValue type="wxFont"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- wxColour wxGrid::GetLabelBackgroundColour() const -->
<!-- wxColour wxGrid::GetLabelTextColour() const -->
<function name="wxGrid::GetLabelTextColour,wxGrid::GetLabelBackgroundColour">
<noreturn>false</noreturn>
<returnValue type="wxColour"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- wxGridSizesInfo wxGrid::GetRowSizes() const -->
<function name="wxGrid::GetRowSizes">
<noreturn>false</noreturn>