wxwidgets.cfg: Added support for wxGrid::DrawTextRectangle().

This commit is contained in:
orbitcowboy 2019-01-16 10:49:03 +01:00
parent cd2ac71e71
commit 050fd0a64c
1 changed files with 19 additions and 0 deletions

View File

@ -1356,6 +1356,25 @@
</arg>
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellAlignment(row, col, horiz, vert)' instead.</warn>
</function>
<!-- void wxGrid::DrawTextRectangle(wxDC & dc,
const wxString & text,
const wxRect & rect,
int horizontalAlignment = wxALIGN_LEFT,
int verticalAlignment = wxALIGN_TOP,
int textOrientation = wxHORIZONTAL) const -->
<function name="wxGrid::SetCellAlignment">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="4" default="wxALIGN_LEFT">
<not-uninit/>
</arg>
<arg nr="5" default="wxALIGN_TOP">
<not-uninit/>
</arg>
<arg nr="6" default="wxHORIZONTAL">
<not-uninit/>
</arg>
</function>
<!-- bool wxGrid::CreateGrid(int numRows, int numCols, wxGridSelectionModes selmode = wxGridSelectCells) -->
<function name="wxGrid::CreateGrid">
<noreturn>false</noreturn>