wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3e657e3850
commit
524c9f5936
|
@ -11141,13 +11141,34 @@
|
||||||
<!-- int wxGrid::GetRowMinimalAcceptableHeight() const -->
|
<!-- int wxGrid::GetRowMinimalAcceptableHeight() const -->
|
||||||
<!-- int wxGrid::GetScrollLineX() const -->
|
<!-- int wxGrid::GetScrollLineX() const -->
|
||||||
<!-- int wxGrid::GetScrollLineY() 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>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
</function>
|
</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 -->
|
<!-- wxGridSizesInfo wxGrid::GetRowSizes() const -->
|
||||||
<function name="wxGrid::GetRowSizes">
|
<function name="wxGrid::GetRowSizes">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue