wxwidgets.cfg: Added more interfaces.
This commit is contained in:
parent
4800f86e55
commit
7368904afa
|
@ -10689,6 +10689,22 @@
|
|||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<!-- wxColour wxColourPickerCtrl::GetColour() const -->
|
||||
<function name="wxColourPickerCtrl::GetColour">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxColour"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<!--void wxColourPickerCtrl::SetColour(const wxColour &c) -->
|
||||
<!--void wxColourPickerCtrl::SetColour(const wxString &colourStr) -->
|
||||
<function name="wxColourPickerCtrl::SetColour">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxColour"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static wxUniChar wxFileName::GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) -->
|
||||
<function name="wxFileName::GetPathSeparator">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue