wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
01c12ce1d9
commit
81bea120fc
|
@ -5610,6 +5610,20 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxWindow::SetSizerAndFit (wxSizer * sizer, bool deleteOld = true) -->
|
||||
<!-- void wxPanel::SetSizerAndFit (wxSizer * sizer, bool deleteOld = true) -->
|
||||
<function name="wxWindow::SetSizerAndFit,wxPanel::SetSizerAndFit">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static void wxLog::SetVerbose(bool verbose=true) -->
|
||||
<function name="wxLog::SetVerbose">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7606,7 +7620,9 @@
|
|||
</function>
|
||||
<!-- bool wxPGProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<function name="wxPGProperty::SetValueFromInt,wxBoolProperty::SetValueFromInt">
|
||||
<!-- bool wxIntProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<!-- bool wxUIntProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<function name="wxPGProperty::SetValueFromInt,wxBoolProperty::SetValueFromInt,wxIntProperty::SetValueFromInt,wxUIntProperty::SetValueFromInt">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -7766,7 +7782,8 @@
|
|||
<!-- bool wxFloatProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||
<!-- bool wxBoolProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||
<!-- bool wxUIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||
<function name="wxPGProperty::SetValueFromString,wxFloatProperty::SetValueFromString,wxBoolProperty::SetValueFromString,wxUIntProperty::SetValueFromString">
|
||||
<!-- bool wxIntProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
|
||||
<function name="wxPGProperty::SetValueFromString,wxFloatProperty::SetValueFromString,wxBoolProperty::SetValueFromString,wxUIntProperty::SetValueFromString,wxIntProperty::SetValueFromString">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
|
Loading…
Reference in New Issue