wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
9b96c160cc
commit
d23112e0c2
|
@ -5787,6 +5787,16 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxWindow::DragAcceptFiles(bool accept) -->
|
||||
<!-- virtual void wxTextCtrl::DragAcceptFiles(bool accept) -->
|
||||
<function name="wxWindow::DragAcceptFiles,wxTextCtrl::DragAcceptFiles">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxSizer::Show(wxWindow * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxSizer::Show(wxSizer * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxSizer::Show(size_t index, bool show = true) -->
|
||||
|
@ -7538,7 +7548,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxPGProperty::SetExpanded(bool expanded) -->
|
||||
<function name="wxPGProperty::SetExpanded">
|
||||
<!-- void wxStringProperty::SetExpanded(bool expanded) -->
|
||||
<function name="wxPGProperty::SetExpanded,wxStringProperty::SetExpanded">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
|
|
Loading…
Reference in New Issue