Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GuiLabel.h

Go to the documentation of this file.
00001 
00002 //
00003 // $Id: GuiLabel.h,v 1.3 2002/11/14 20:10:37 bv Exp $
00004 //
00005 // GuiLabel
00006 //
00007 // Package: MIDAD
00008 //
00009 // Wrap a label
00010 //
00011 // Contact: bv@bnl.gov
00012 //
00013 // Created on: Sat Nov 10 12:32:20 2001
00014 //
00016 
00017 #ifndef MIDAD_GUILABEL_H
00018 #define MIDAD_GUILABEL_H
00019 
00020 #include <Midad/Gui/GuiBase.h>
00021 #include <TGLabel.h>
00022 
00023 class GuiLabel : public TGLabel, public GuiBase
00024 {
00025 
00026 public:
00027 
00028     GuiLabel(TGWindow& parent, const char* label)
00029         : TGLabel(&parent,label) {}
00030     virtual ~GuiLabel() {}    
00031 };                              // end of class GuiLabel
00032 
00033 #endif  // MIDAD_GUILABEL_H

Generated on Mon Feb 15 11:06:47 2010 for loon by  doxygen 1.3.9.1