#include "TGWindow.h"#include "TQObject.h"#include "TGDimension.h"#include "TGGC.h"#include "TGFont.h"#include "TGLayout.h"#include "TGString.h"Classes | |
| class | TGCompositeFrame | 
| The base class for composite widgets (menu bars, list boxes, etc.).  More... | |
| class | TGFrame | 
| A subclasses of TGWindow, and is used as base class for some simple widgets (buttons, labels, etc.).  More... | |
| class | TGGroupFrame | 
| A composite frame with a border and a title.  More... | |
| class | TGHeaderFrame | 
| Horizontal Frame used to contain header buttons and splitters in a list view.  More... | |
| class | TGHorizontalFrame | 
| A composite frame that layout their children in horizontal way.  More... | |
| class | TGMainFrame | 
| Defines top level windows that interact with the system Window Manager.  More... | |
| class | TGMainFrame::TGMapKey | 
| class | TGTransientFrame | 
| Defines transient windows that typically are used for dialogs windows.  More... | |
| class | TGVerticalFrame | 
| A composite frame that layout their children in vertical way.  More... | |
Enumerations | |
| enum | EDNDFlags { kIsDNDSource = BIT(0) , kIsDNDTarget = BIT(1) } | 
| enum | EFrameCleanup { kNoCleanup = 0 , kLocalCleanup = 1 , kDeepCleanup = -1 } | 
| enum | EFrameState { kIsVisible = BIT(0) , kIsMapped = kIsVisible , kIsArranged = BIT(1) } | 
| enum | EMWMHints {  kMWMFuncAll = BIT(0) , kMWMFuncResize = BIT(1) , kMWMFuncMove = BIT(2) , kMWMFuncMinimize = BIT(3) , kMWMFuncMaximize = BIT(4) , kMWMFuncClose = BIT(5) , kMWMInputModeless = 0 , kMWMInputPrimaryApplicationModal = 1 , kMWMInputSystemModal = 2 , kMWMInputFullApplicationModal = 3 , kMWMDecorAll = BIT(0) , kMWMDecorBorder = BIT(1) , kMWMDecorResizeH = BIT(2) , kMWMDecorTitle = BIT(3) , kMWMDecorMenu = BIT(4) , kMWMDecorMinimize = BIT(5) , kMWMDecorMaximize = BIT(6) }  | 
| enum EFrameCleanup | 
| enum EFrameState | 
| enum EMWMHints |