wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
60208a11d1
commit
b60b083af8
|
@ -10168,6 +10168,53 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxGrid::GetColSize(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColLeft(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColRight(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColPos(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColMinimalWidth(int col) const -->
|
||||||
|
<function name="wxGrid::GetColSize,wxGrid::GetColLeft,wxGrid::GetColRight,wxGrid::GetColPos,wxGrid::GetColMinimalWidth">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxGrid::IsColShown(int col) const -->
|
||||||
|
<!-- bool wxGrid::IsRowShown(int row) const -->
|
||||||
|
<function name="wxGrid::IsColShown,wxGrid::IsRowShown">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxGridSizesInfo wxGrid::GetColSizes(void) const -->
|
||||||
|
<function name="wxGrid::GetColSizes">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxGridSizesInfo"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
|
<!-- int wxGrid::GetColMinimalAcceptableWidth(void) const -->
|
||||||
|
<function name="wxGrid::GetColMinimalAcceptableWidth">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
<!-- wxString wxDataViewListCtrl::GetTextValue(unsigned int row, unsigned int col) const -->
|
<!-- wxString wxDataViewListCtrl::GetTextValue(unsigned int row, unsigned int col) const -->
|
||||||
<function name="wxDataViewListCtrl::GetTextValue">
|
<function name="wxDataViewListCtrl::GetTextValue">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -13274,18 +13321,6 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxGrid::IsRowShown(int row) const -->
|
|
||||||
<function name="wxGrid::IsRowShown">
|
|
||||||
<noreturn>false</noreturn>
|
|
||||||
<returnValue type="bool"/>
|
|
||||||
<use-retval/>
|
|
||||||
<leak-ignore/>
|
|
||||||
<const/>
|
|
||||||
<arg nr="1" direction="in">
|
|
||||||
<not-uninit/>
|
|
||||||
<not-bool/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
|
||||||
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
|
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
|
||||||
<function name="wxAnimation::GetDelay">
|
<function name="wxAnimation::GetDelay">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue