wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
0df4876059
commit
7ee1c0aa54
|
@ -11119,6 +11119,32 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- wxRect wxGrid::CellToRect(int row, int col) const -->
|
||||||
|
<!-- TODO: wxRect wxGrid::CellToRect(const wxGridCellCoords & coords) const -->
|
||||||
|
<function name="wxGrid::CellToRect">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxRect"/>
|
||||||
|
<use-retval/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- int wxGrid::GetRowLabelSize() const -->
|
||||||
|
<!-- int wxGrid::GetColLabelSize() const -->
|
||||||
|
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
<!-- wxString wxGetPasswordFromUser (const wxString & message,
|
<!-- wxString wxGetPasswordFromUser (const wxString & message,
|
||||||
const wxString & caption = wxGetPasswordFromUserPromptStr,
|
const wxString & caption = wxGetPasswordFromUserPromptStr,
|
||||||
const wxString & default_value = wxEmptyString,
|
const wxString & default_value = wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue