wxwidgets.cfg: Added support for unconfigured functions found by daca@home.

This commit is contained in:
orbitcowboy 2019-01-25 08:43:10 +01:00
parent a05079fef7
commit 23da9e9485
1 changed files with 63 additions and 0 deletions

View File

@ -5540,6 +5540,69 @@
<returnValue type="bool"/>
<arg nr="1"/>
</function>
<!-- void wxEvent::SetId(int id)-->
<!-- void wxCommandEvent::SetId(int id)-->
<function name="wxEvent::SetId,wxCommandEvent::SetId">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxChoice::SetSelection(int n) -->
<function name="wxChoice::SetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxChoice::SetColumns(int n = 1) -->
<function name="wxChoice::SetColumns">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" default="1">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxTextCtrl::Enable (bool enable=true) -->
<!-- virtual bool wxCheckBox::Enable (bool enable=true) -->
<function name="wxTextCtrl::Enable,wxCheckBox::Enable">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" default="true">
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1"/>
</function>
<!-- void wxFlexGridSizer::AddGrowableCol(size_t idx, int proportion = 0) -->
<!-- void wxFlexGridSizer::AddGrowableRow(size_t idx, int proportion = 0) -->
<function name="wxFlexGridSizer::AddGrowableCol,wxFlexGridSizer::AddGrowableRow">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="0">
<not-uninit/>
</arg>
</function>
<!-- wxSize wxSizer::Fit(wxWindow * window)-->
<function name="wxSizer::Fit">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxSize"/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- virtual void wxFrame::SetMenuBar (wxMenuBar *menuBar) -->
<function name="wxFrame::SetMenuBar">
<noreturn>false</noreturn>