wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-02 08:48:32 +02:00
parent 78bf217354
commit cca1a6aa2e
1 changed files with 10 additions and 1 deletions

View File

@ -6067,8 +6067,9 @@
</function>
<!-- void wxWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
<!-- void wxPanel::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
<!-- void wxFrame::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
<!-- void wxScrolledWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
<function name="wxWindow::SetSizer,wxPanel::SetSizer,wxScrolledWindow::SetSizer">
<function name="wxWindow::SetSizer,wxPanel::SetSizer,wxScrolledWindow::SetSizer,wxFrame::SetSizer">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="inout">
@ -6186,6 +6187,14 @@
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::AutoSizeColumns (bool setAsMin = true) -->
<function name="wxGrid::AutoSizeColumns">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" default="true" direction="in">
<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">