Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
// get the colour from user and return it
|
||||
wxColour WXDLLEXPORT
|
||||
wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
|
||||
const wxColour& colInit = wxNullColour);
|
||||
const wxColour& colInit = wxNullColour, const wxString& caption = wxEmptyString);
|
||||
|
||||
#endif // wxUSE_COLOURDLG
|
||||
|
||||
|
@@ -102,7 +102,7 @@ protected:
|
||||
// cancelled
|
||||
wxFont WXDLLEXPORT
|
||||
wxGetFontFromUser(wxWindow *parent = (wxWindow *)NULL,
|
||||
const wxFont& fontInit = wxNullFont);
|
||||
const wxFont& fontInit = wxNullFont, const wxString& caption = wxEmptyString);
|
||||
|
||||
#endif // wxUSE_FONTDLG
|
||||
|
||||
|
Reference in New Issue
Block a user