Searched refs:wxGenericColourButton (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dclrpickerg.h3 // Purpose: wxGenericColourButton header
19 // wxGenericColourButton: a button which brings up a wxColourDialog
39 class WXDLLIMPEXP_CORE wxGenericColourButton : public wxCLRBTN_BASE_CLASS, class in inherits:wxCLRBTN_BASE_CLASS,wxColourPickerWidgetBase
43 wxGenericColourButton() {} function in class:wxGenericColourButton
44 wxGenericColourButton(wxWindow *parent, function in class:wxGenericColourButton
56 virtual ~wxGenericColourButton() {}
59 public: // API extensions specific for wxGenericColourButton
94 DECLARE_DYNAMIC_CLASS(wxGenericColourButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dclrpickerg.cpp3 // Purpose: wxGenericColourButton class implementation
38 wxColourData wxGenericColourButton::ms_data;
39 IMPLEMENT_DYNAMIC_CLASS(wxGenericColourButton, wxCLRBTN_BASE_CLASS)
42 // wxGenericColourButton
45 bool wxGenericColourButton::Create( wxWindow *parent, wxWindowID id,
60 wxFAIL_MSG( wxT("wxGenericColourButton creation failed") );
66 wxCommandEventHandler(wxGenericColourButton::OnButtonClick),
76 void wxGenericColourButton::InitColourData()
88 void wxGenericColourButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev))
106 void wxGenericColourButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dclrpicker.cpp54 IMPLEMENT_DYNAMIC_CLASS(wxColourButton, wxGenericColourButton)
89 return wxGenericColourButton::Create(parent, id, col, pos, size,
103 wxGenericColourButton::UpdateColour();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dclrpicker.h24 class WXDLLIMPEXP_CORE wxColourButton : public wxGenericColourButton
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dclrpicker.h78 #define wxColourPickerWidget wxGenericColourButton

Completed in 46 milliseconds