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

This commit is contained in:
orbitcowboy 2019-01-21 16:33:07 +01:00
parent 84d80909b0
commit 030ab66e4d
1 changed files with 15 additions and 0 deletions

View File

@ -5182,6 +5182,21 @@
<not-uninit/>
</arg>
</function>
<!--void wxGrid::DrawTextRectangle(wxDC & dc, const wxString & text, const wxRect & rect, int horizontalAlignment = wxALIGN_LEFT, int verticalAlignment = wxALIGN_TOP, int textOrientation = wxHORIZONTAL) -->
<!--void wxGrid::DrawTextRectangle(wxDC & dc, const wxArrayString & lines, const wxRect & rect, int horizontalAlignment = wxALIGN_LEFT, int verticalAlignment = wxALIGN_TOP, int textOrientation = wxHORIZONTAL) -->
<function name="wxGrid::DrawTextRectangle">
<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>
<!-- wxString wxGrid::GetCellValue (int row, int col) const -->
<function name="wxGrid::GetCellValue">
<noreturn>false</noreturn>