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

GuiGroup.h

Go to the documentation of this file.
00001 
00002 //
00003 // $Id: GuiGroup.h,v 1.3 2002/11/14 20:10:37 bv Exp $
00004 //
00005 // GuiGroup
00006 //
00007 // Package: MIDAD
00008 //
00009 // A wrapper around TGGroupFrame
00010 //
00011 // Contact: bv@bnl.gov
00012 //
00013 // Created on: Mon Nov 12 11:17:57 2001
00014 //
00016 
00017 #ifndef GUIGROUP_H
00018 #define GUIGROUP_H
00019 
00020 #include <Midad/Gui/GuiBase.h>
00021 #include <TGFrame.h>
00022 
00023 class GuiGroup : public TGGroupFrame, public GuiCompositeFrameBase
00024 {
00025 
00026 public:
00027 
00028     GuiGroup(TGWindow& parent, const char* title, 
00029              unsigned int options = kVerticalFrame) 
00030         : TGGroupFrame(&parent,title,options) {}
00031     virtual ~GuiGroup() {}
00032     
00033 };                              // end of class GuiGroup
00034 
00035 #endif  // GUIGROUP_H

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