X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/clrpicker.h diff --git a/interface/wx/clrpicker.h b/interface/wx/clrpicker.h index 913c0fe831..7389afabf0 100644 --- a/interface/wx/clrpicker.h +++ b/interface/wx/clrpicker.h @@ -6,6 +6,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#define wxCLRP_USE_TEXTCTRL (wxPB_USE_TEXTCTRL) +#define wxCLRP_DEFAULT_STYLE 0 +#define wxCLRP_SHOW_LABEL 0x0008 + +wxEventType wxEVT_COLOURPICKER_CHANGED; + + /** @class wxColourPickerCtrl @@ -39,13 +46,15 @@ @library{wxcore} @category{pickers} - @appearance{colourpickerctrl.png} + @appearance{colourpickerctrl} @see wxColourDialog, wxColourPickerEvent */ class wxColourPickerCtrl : public wxPickerBase { public: + wxColourPickerCtrl(); + /** Initializes the object and calls Create() with all the parameters. */ @@ -122,6 +131,8 @@ public: class wxColourPickerEvent : public wxCommandEvent { public: + wxColourPickerEvent(); + /** The constructor is not normally used by the user code. */