X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7012bb9f03e0012c32485655b7af4345b490bf4d..365271b573e3d0ab7512471358f98a589f18c104:/wxPython/src/_picker.i?ds=sidebyside diff --git a/wxPython/src/_picker.i b/wxPython/src/_picker.i index d3ca422fcf..3d1384ca96 100644 --- a/wxPython/src/_picker.i +++ b/wxPython/src/_picker.i @@ -153,6 +153,7 @@ clicked. Native implementations may differ but this is usually a " Window Styles ------------- + ====================== ============================================ wx.CLRP_DEFAULT Default style. wx.CLRP_USE_TEXTCTRL Creates a text control to the left of the @@ -168,6 +169,7 @@ Window Styles Events ------ + ======================== ========================================== EVT_COLOURPICKER_CHANGED The user changed the colour selected in the control either using the button or using the @@ -400,7 +402,7 @@ public: wxFontPickerCtrl(wxWindow *parent, wxWindowID id=-1, - const wxFont& initial = *wxNORMAL_FONT, + const wxFont& initial = wxNullFont, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxFNTP_DEFAULT_STYLE, @@ -410,7 +412,7 @@ public: bool Create(wxWindow *parent, wxWindowID id=-1, - const wxFont& initial = *wxNORMAL_FONT, + const wxFont& initial = wxNullFont, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxFNTP_DEFAULT_STYLE,