wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ba035074f0
commit
3e657e3850
|
@ -11138,13 +11138,48 @@
|
|||
</function>
|
||||
<!-- int wxGrid::GetRowLabelSize() const -->
|
||||
<!-- int wxGrid::GetColLabelSize() const -->
|
||||
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize">
|
||||
<!-- int wxGrid::GetRowMinimalAcceptableHeight() const -->
|
||||
<!-- int wxGrid::GetScrollLineX() const -->
|
||||
<!-- int wxGrid::GetScrollLineY() const -->
|
||||
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize,wxGrid::GetRowMinimalAcceptableHeight,wxGrid::GetScrollLineX,wxGrid::GetScrollLineY">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- wxGridSizesInfo wxGrid::GetRowSizes() const -->
|
||||
<function name="wxGrid::GetRowSizes">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxGridSizesInfo"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- wxString wxGrid::GetRowLabelValue(int row) const -->
|
||||
<function name="wxGrid::GetRowLabelValue">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxString"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int wxGrid::GetRowMinimalHeight(int col) const -->
|
||||
<function name="wxGrid::GetRowMinimalHeight">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxString wxGetPasswordFromUser (const wxString & message,
|
||||
const wxString & caption = wxGetPasswordFromUserPromptStr,
|
||||
const wxString & default_value = wxEmptyString,
|
||||
|
|
Loading…
Reference in New Issue