wxwidgets.cfg: Added support for wxGrid::DrawTextRectangle()
This commit is contained in:
parent
84d80909b0
commit
030ab66e4d
|
@ -5182,6 +5182,21 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 -->
|
<!-- wxString wxGrid::GetCellValue (int row, int col) const -->
|
||||||
<function name="wxGrid::GetCellValue">
|
<function name="wxGrid::GetCellValue">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue