wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a55892d61d
commit
d0a47c0409
|
@ -9637,6 +9637,14 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxGridCellTextEditor::SetValidator(const wxValidator & validator) -->
|
||||
<!-- virtual void wxGridCellFloatEditor::SetValidator(const wxValidator & validator) -->
|
||||
<function name="wxGridCellTextEditor::SetValidator,wxGridCellFloatEditor::SetValidator">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxInfoBar::ShowMessage(const wxString & msg, int flags = wxICON_INFORMATION)-->
|
||||
<function name="wxInfoBar::ShowMessage">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue