wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
c9f09fc73f
commit
8286541236
|
@ -8819,6 +8819,17 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxPGProperty::SetEditor(const wxString &editorName) -->
|
||||
<!-- void wxPGProperty::SetEditor(const wxPGEditor * editor) -->
|
||||
<!-- void wxStringProperty::SetEditor(const wxString &editorName) -->
|
||||
<!-- void wxStringProperty::SetEditor(const wxPGEditor * editor) -->
|
||||
<function name="wxPGProperty::SetEditor,wxStringProperty::SetEditor">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSashLayoutWindow::SetDefaultSize(const wxSize & size) -->
|
||||
<function name="wxSashLayoutWindow::SetDefaultSize">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue