Add missing interface items for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_COMMAND_COLOURPICKER_CHANGED;
|
||||
|
||||
|
||||
/**
|
||||
@class wxColourPickerCtrl
|
||||
|
||||
@@ -46,6 +53,8 @@
|
||||
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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user