wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
e4937ed621
commit
802ad00a2f
|
@ -6874,9 +6874,10 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<!-- void wxPanel::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<!-- void wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<!-- void wxSpinButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<function name="wxWindow::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize">
|
||||
<function name="wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
@ -9002,7 +9003,8 @@
|
|||
</function>
|
||||
<!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)-->
|
||||
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
|
||||
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append">
|
||||
<!--wxPGProperty* wxPropertyGrid::Append(wxPGProperty * property)-->
|
||||
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append,wxPropertyGrid::Append">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxPGProperty*"/>
|
||||
|
@ -9291,7 +9293,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- wxPGProperty* wxPropertyGridInterface::GetProperty(const wxString & name) const -->
|
||||
<function name="wxPropertyGridInterface::GetProperty">
|
||||
<!-- wxPGProperty* wxPropertyGrid::GetProperty(const wxString & name) const -->
|
||||
<function name="wxPropertyGridInterface::GetProperty,wxPropertyGrid::GetProperty">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxPGProperty*"/>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue