wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
2e955d0f22
commit
7a19be4da1
|
@ -11043,6 +11043,22 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxGrid::InsertCols(int pos = 0, int numCols = 1, bool updateLabels = true) -->
|
||||
<!-- bool wxGrid::InsertRows(int pos = 0, int numCols = 1, bool updateLabels = true) -->
|
||||
<function name="wxGrid::InsertCols,wxGrid::InsertRows">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxOperatingSystemId wxGetOsVersion(int * major = NULL, int * minor = NULL)-->
|
||||
<function name="wxGetOsVersion">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -11052,12 +11068,30 @@
|
|||
<arg nr="1" default="NULL" direction="out"/>
|
||||
<arg nr="2" default="NULL" direction="out"/>
|
||||
</function>
|
||||
<!-- int wxGrid::GetGridCursorRow() const -->
|
||||
<!-- int wxGrid::GetGridCursorCol() const -->
|
||||
<function name="wxGrid::GetGridCursorRow,wxGrid::GetGridCursorCol">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- wxColour wxGrid::GetGridLineColour() const -->
|
||||
<function name="wxGrid::GetGridLineColour">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxColour"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
</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/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue