00001 00002 #ifndef _Q_GUI_COLOR_SELECT_HH_ 00003 #define _Q_GUI_COLOR_SELECT_HH_ 00004 00005 #include <TGColorSelect.h> 00006 00017 class QGuiColorSelect: public TGColorSelect 00018 { 00019 public: 00021 QGuiColorSelect(const TGWindow* parent, ULong_t color, Int_t id=-1); 00022 00024 virtual ~QGuiColorSelect(); 00025 00026 protected: 00028 virtual void DoRedraw(); 00029 00030 private: 00031 ClassDef(QGuiColorSelect,0); 00032 }; 00033 #endif