wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
7d4582d8ef
commit
096fc3a779
|
@ -8727,6 +8727,21 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 wxPGProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||||
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
|
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||||
<!-- bool wxIntProperty::SetValueFromInt(long value, int flags = 0) -->
|
<!-- bool wxIntProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||||
|
|
Loading…
Reference in New Issue