Skip to content

Commit 7368904

Browse files
committed
wxwidgets.cfg: Added more interfaces.
1 parent 4800f86 commit 7368904

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10689,6 +10689,22 @@
1068910689
<leak-ignore/>
1069010690
<use-retval/>
1069110691
</function>
10692+
<!-- wxColour wxColourPickerCtrl::GetColour() const -->
10693+
<function name="wxColourPickerCtrl::GetColour">
10694+
<noreturn>false</noreturn>
10695+
<returnValue type="wxColour"/>
10696+
<const/>
10697+
<leak-ignore/>
10698+
<use-retval/>
10699+
</function>
10700+
<!--void wxColourPickerCtrl::SetColour(const wxColour &c) -->
10701+
<!--void wxColourPickerCtrl::SetColour(const wxString &colourStr) -->
10702+
<function name="wxColourPickerCtrl::SetColour">
10703+
<noreturn>false</noreturn>
10704+
<returnValue type="wxColour"/>
10705+
<leak-ignore/>
10706+
<arg nr="1" direction="in"/>
10707+
</function>
1069210708
<!-- static wxUniChar wxFileName::GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) -->
1069310709
<function name="wxFileName::GetPathSeparator">
1069410710
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)