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

GuiBox Class Reference

#include <GuiBox.h>

Inheritance diagram for GuiBox:

GuiCompositeFrameBase GuiBase Display GuiHBox GuiMultiEntry GuiSlider GuiVBox PageDisplay RegistryGui MyDisplay RunSnarlEntry MyVBox TridPageDisplay List of all members.

Public Member Functions

 GuiBox (TGWindow &parent, unsigned int option, int width=1, int height=1)
virtual ~GuiBox ()

Constructor & Destructor Documentation

GuiBox::GuiBox TGWindow &  parent,
unsigned int  option,
int  width = 1,
int  height = 1
[inline]
 

Definition at line 28 of file GuiBox.h.

References option, and GuiBase::SetLayoutHints().

Referenced by GuiMultiEntry::AddEntry(), PageDisplay::AddPage(), TridPageDisplay::BuildGUI(), PageDisplay::BuildGUI(), TridPageDisplay::MySpawnSinglePage(), and PageDisplay::SpawnSinglePage().

00029         : TGCompositeFrame(&parent,width,height,option|kChildFrame) 
00030         { this->SetLayoutHints(kLHintsExpandX|kLHintsExpandY); }

virtual GuiBox::~GuiBox  )  [inline, virtual]
 

Definition at line 31 of file GuiBox.h.

00031 {  }


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:16 2010 for loon by  doxygen 1.3.9.1