X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d9c1c24d7d1a68da02a7fbb4b4c7459139a1df6..d02852036df240b17f3164a940383502829435a4:/interface/wx/clrpicker.h?ds=sidebyside diff --git a/interface/wx/clrpicker.h b/interface/wx/clrpicker.h index 986f56b2cb..551711ff51 100644 --- a/interface/wx/clrpicker.h +++ b/interface/wx/clrpicker.h @@ -29,7 +29,7 @@ (instead of no label at all). @endStyleTable - @beginEventTable{wxColourPickerEvent} + @beginEventEmissionTable{wxColourPickerEvent} @event{EVT_COLOURPICKER_CHANGED(id, func)} The user changed the colour selected in the control either using the button or using text control (see @c wxCLRP_USE_TEXTCTRL; note that @@ -39,7 +39,7 @@ @library{wxcore} @category{pickers} - + @appearance{colourpickerctrl.png} @see wxColourDialog, wxColourPickerEvent */ @@ -50,7 +50,7 @@ public: Initializes the object and calls Create() with all the parameters. */ wxColourPickerCtrl(wxWindow* parent, wxWindowID id, - const wxColour& colour = wxBLACK, + const wxColour& colour = *wxBLACK, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCLRP_DEFAULT_STYLE, @@ -81,7 +81,7 @@ public: creation failed. */ bool Create(wxWindow* parent, wxWindowID id, - const wxColour& colour = wxBLACK, + const wxColour& colour = *wxBLACK, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCLRP_DEFAULT_STYLE,