Searched refs:wxColourPickerWidget (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dclrpicker.h67 // under the name "wxColourPickerWidget".
68 // NOTE: wxColourPickerCtrl allocates a wxColourPickerWidget and relies on the
69 // fact that all classes being mapped as wxColourPickerWidget have the
75 #define wxColourPickerWidget wxColourButton macro
78 #define wxColourPickerWidget wxGenericColourButton macro
84 // platform-dependent wxColourPickerWidget and, if wxCLRP_USE_TEXTCTRL style is
119 { return ((wxColourPickerWidget *)m_picker)->GetColour(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dclrpickercmn.cpp50 #define M_PICKER ((wxColourPickerWidget*)m_picker)
64 m_picker = new wxColourPickerWidget(this, wxID_ANY, col,
143 // the wxColourPickerWidget sent us a colour-change notification.

Completed in 31 milliseconds