TGColorFrame


class description - source file - inheritance tree

class TGColorFrame : public TGFrame


    public:
TGColorFrame TGColorFrame(const TGWindow* p, ULong_t c, Int_t n) TGColorFrame TGColorFrame(const TGColorFrame&) virtual void ~TGColorFrame() static TClass* Class() virtual void DrawBorder() ULong_t GetColor() const virtual Bool_t HandleButton(Event_t* event) virtual TClass* IsA() const void SetActive(Bool_t in) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TGWindow* fMsgWindow ULong_t fPixel Bool_t fActive GContext_t fGrayGC ULong_t fColor

Class Description

                                                                      
 TGColorFrame, TG16ColorSelector, TGColorPopup and TGColorSelect.     
                                                                      
 The TGColorFrame is a small framw with border showing a specific     
 color.                                                               
                                                                      
 The TG16ColorSelector is a composite frame with 16 TGColorFrames.    
                                                                      
 The TGColorPopup is a popup containing a TG16ColorSelector and a     
 "More..." button which popups up a TGColorDialog allowing custom     
 color selection.                                                     
                                                                      
 The TGColorSelect widget is like a checkbutton but instead of the    
 check mark there is color area with a little down arrow. When        
 clicked on the arrow the TGColorPopup pops up.                       
                                                                      
 Selecting a color in this widget will generate the event:            
 kC_COLORSEL, kCOL_SELCHANGED, widget id, pixel.                      
 and the signal:                                                      
 ColorSelected(ULong_t pixel)                                         
                                                                      


TGColorFrame(const TGWindow *p, ULong_t color, Int_t n) : TGFrame(p, 20, 20, kOwnBackground, color)

Bool_t HandleButton(Event_t *event)

void DrawBorder()



Inline Functions


                void SetActive(Bool_t in)
             ULong_t GetColor() const
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        TGColorFrame TGColorFrame(const TGColorFrame&)
                void ~TGColorFrame()


Author: Bertrand Bellenot + Fons Rademakers 22/08/02
Last update: root/gui:$Name: $:$Id: TGColorSelect.cxx,v 1.1 2002/09/14 00:35:05 rdm Exp $
Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.