library: libGui
#include "TGComboBox.h"

TGLineWidthComboBox


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

class TGLineWidthComboBox : public TGComboBox

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

    public:
TGLineWidthComboBox(const TGWindow* p = 0, Int_t id = -1, UInt_t options = kHorizontalFrame|kSunkenFrame|kDoubleBorder, Pixel_t back = GetWhitePixel()) TGLineWidthComboBox(const TGLineWidthComboBox&) ~TGLineWidthComboBox() 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




Class Description

                                                                      
 TGComboBox, TGComboBoxPopup                                          
                                                                      
 A combobox (also known as a drop down listbox) allows the selection  
 of one item out of a list of items. The selected item is visible in  
 a little window. To view the list of possible items one has to click 
 on a button on the right of the little window. This will drop down   
 a listbox. After selecting an item from the listbox the box will     
 disappear and the newly selected item will be shown in the little    
 window.                                                              
                                                                      
 The TGComboBox is user callable. The TGComboBoxPopup is a service    
 class of the combobox.                                               
                                                                      
 Selecting an item in the combobox will generate the event:           
 kC_COMMAND, kCM_COMBOBOX, combobox id, item id.                      
                                                                      


TGLineWidthComboBox(const TGWindow *p, Int_t id, UInt_t options, Pixel_t back) : TGComboBox(p, id, options, back)
 Create a line width combo box.



Inline Functions


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


Author: Fons Rademakers 13/01/98
Last update: root/gui:$Name: $:$Id: TGComboBox.cxx,v 1.24 2004/10/22 07:31:58 rdm 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.