library: libGui
#include "TGComboBox.h"

TGFontTypeComboBox


class description - source file - inheritance tree (.pdf)

class TGFontTypeComboBox : public TGComboBox

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGComboBox
<-
TGFontTypeComboBox

    public:
TGFontTypeComboBox(const TGWindow* p = 0, Int_t id = -1, UInt_t options = kHorizontalFrame|kSunkenFrame|kDoubleBorder, Pixel_t bask = GetWhitePixel()) TGFontTypeComboBox(const TGFontTypeComboBox&) virtual ~TGFontTypeComboBox() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
FontStruct_t fFonts[20]

Class Description


TGFontTypeComboBox(const TGWindow *p, Int_t id, UInt_t options, Pixel_t back) : TGComboBox(p, id, options, back)
 Create a text font combo box.

~TGFontTypeComboBox()
 Text font combo box dtor.



Inline Functions


                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
        TGFontTypeComboBox TGFontTypeComboBox(const TGFontTypeComboBox&)


Author: Fons Rademakers 13/01/98
Last update: root/gui:$Name: $:$Id: TGComboBox.cxx,v 1.27 2005/04/28 08:30:57 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.