wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
9652ca39a3
commit
397806b419
|
@ -7727,6 +7727,14 @@
|
|||
<const/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxPropertyGrid::ChangePropertyValue (wxPGPropArg id, wxVariant newValue) -->
|
||||
<function name="wxPropertyGrid::ChangePropertyValue">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxFileName::MakeAbsolute(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
||||
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
||||
<function name="wxFileName::MakeRelativeTo,wxFileName::MakeAbsolute">
|
||||
|
|
Loading…
Reference in New Issue