ROOT  6.06/09
Reference Guide
Classes | Enumerations
TGFrame.h File Reference
#include "TGWindow.h"
#include "TQObject.h"
#include "TGDimension.h"
#include "TGGC.h"
#include "TGFont.h"
#include "TGLayout.h"
#include "TGString.h"
#include "TList.h"
+ Include dependency graph for TGFrame.h:

Go to the source code of this file.

Classes

class  TGFrame
 
class  TGCompositeFrame
 
class  TGVerticalFrame
 
class  TGHorizontalFrame
 
class  TGMainFrame
 
class  TGMainFrame::TGMapKey
 
class  TGTransientFrame
 
class  TGGroupFrame
 
class  TGHeaderFrame
 

Enumerations

enum  EFrameState { kIsVisible = BIT(0), kIsMapped = kIsVisible, kIsArranged = BIT(1) }
 
enum  EFrameCleanup { kNoCleanup = 0, kLocalCleanup = 1, kDeepCleanup = -1 }
 
enum  EFrameType {
  kChildFrame = 0, kMainFrame = BIT(0), kVerticalFrame = BIT(1), kHorizontalFrame = BIT(2),
  kSunkenFrame = BIT(3), kRaisedFrame = BIT(4), kDoubleBorder = BIT(5), kFitWidth = BIT(6),
  kFixedWidth = BIT(7), kFitHeight = BIT(8), kFixedHeight = BIT(9), kFixedSize = (kFixedWidth | kFixedHeight),
  kOwnBackground = BIT(10), kTransientFrame = BIT(11), kTempFrame = BIT(12), kMdiMainFrame = BIT(13),
  kMdiFrame = BIT(14)
}
 
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  EDNDFlags { kIsDNDSource = BIT(0), kIsDNDTarget = BIT(1) }
 

Enumeration Type Documentation

enum EDNDFlags
Enumerator
kIsDNDSource 
kIsDNDTarget 

Definition at line 121 of file TGFrame.h.

Enumerator
kNoCleanup 
kLocalCleanup 
kDeepCleanup 

Definition at line 64 of file TGFrame.h.

Enumerator
kIsVisible 
kIsMapped 
kIsArranged 

Definition at line 57 of file TGFrame.h.

enum EFrameType
Enumerator
kChildFrame 
kMainFrame 
kVerticalFrame 
kHorizontalFrame 
kSunkenFrame 
kRaisedFrame 
kDoubleBorder 
kFitWidth 
kFixedWidth 
kFitHeight 
kFixedHeight 
kFixedSize 
kOwnBackground 
kTransientFrame 
kTempFrame 
kMdiMainFrame 
kMdiFrame 

Definition at line 72 of file TGFrame.h.

enum EMWMHints
Enumerator
kMWMFuncAll 
kMWMFuncResize 
kMWMFuncMove 
kMWMFuncMinimize 
kMWMFuncMaximize 
kMWMFuncClose 
kMWMInputModeless 
kMWMInputPrimaryApplicationModal 
kMWMInputSystemModal 
kMWMInputFullApplicationModal 
kMWMDecorAll 
kMWMDecorBorder 
kMWMDecorResizeH 
kMWMDecorTitle 
kMWMDecorMenu 
kMWMDecorMinimize 
kMWMDecorMaximize 

Definition at line 94 of file TGFrame.h.