Added wx.GetColourFromUser and wx.GetFontFromUser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,6 +98,11 @@ instance.", "");
|
||||
};
|
||||
|
||||
|
||||
wxColour wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
|
||||
const wxColour& colInit = wxNullColour,
|
||||
const wxString& caption = wxPyEmptyString);
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -590,6 +595,11 @@ wx.FontDialog.", "");
|
||||
};
|
||||
|
||||
|
||||
wxFont wxGetFontFromUser(wxWindow *parent = NULL,
|
||||
const wxFont& fontInit = wxNullFont,
|
||||
const wxString& caption = wxPyEmptyString);
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user