wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-03-14 09:07:05 +01:00
parent 7d4582d8ef
commit 096fc3a779
1 changed files with 15 additions and 0 deletions

View File

@ -8727,6 +8727,21 @@
<not-bool/>
</arg>
</function>
<!-- virtual void wxPGSpinCtrlEditor::OnFocus (wxPGProperty *property, wxWindow *wnd) const-->
<!-- virtual void wxPGTextCtrlEditor::OnFocus (wxPGProperty *property, wxWindow *wnd) const-->
<!-- virtual void wxPGTextCtrlAndButtonEditor::OnFocus (wxPGProperty *property, wxWindow *wnd) const-->
<function name="wxPGSpinCtrlEditor::OnFocus,wxPGProperty::Hide,wxPGTextCtrlAndButtonEditor::OnFocus">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-null/>
</arg>
<arg nr="2" direction="in">
<not-null/>
</arg>
</function>
<!-- bool wxPGProperty::SetValueFromInt(long value, int flags = 0) -->
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
<!-- bool wxIntProperty::SetValueFromInt(long value, int flags = 0) -->