ROOT  6.06/09
Reference Guide
Classes | Typedefs | Enumerations | Variables
GuiTypes.h File Reference
#include "Rtypes.h"
+ Include dependency graph for GuiTypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SetWindowAttributes_t
 
struct  WindowAttributes_t
 
struct  Event_t
 
struct  GCValues_t
 
struct  ColorStruct_t
 
struct  PictureAttributes_t
 
struct  Segment_t
 
struct  Point_t
 
struct  Rectangle_t
 

Typedefs

typedef ULong_t Handle_t
 
typedef Handle_t Display_t
 
typedef Handle_t Visual_t
 
typedef Handle_t Window_t
 
typedef Handle_t Pixmap_t
 
typedef Handle_t Drawable_t
 
typedef Handle_t Region_t
 
typedef Handle_t Colormap_t
 
typedef Handle_t Cursor_t
 
typedef Handle_t FontH_t
 
typedef Handle_t KeySym_t
 
typedef Handle_t Atom_t
 
typedef Handle_t GContext_t
 
typedef Handle_t FontStruct_t
 
typedef ULong_t Pixel_t
 
typedef UInt_t Mask_t
 
typedef ULong_t Time_t
 

Enumerations

enum  EGuiConstants {
  kNotUseful = 0, kWhenMapped = 1, kAlways = 2, kIsUnmapped = 0,
  kIsUnviewable = 1, kIsViewable = 2, kInputOutput = 1, kInputOnly = 2,
  kLineSolid = 0, kLineOnOffDash = 1, kLineDoubleDash = 2, kCapNotLast = 0,
  kCapButt = 1, kCapRound = 2, kCapProjecting = 3, kJoinMiter = 0,
  kJoinRound = 1, kJoinBevel = 2, kFillSolid = 0, kFillTiled = 1,
  kFillStippled = 2, kFillOpaqueStippled = 3, kEvenOddRule = 0, kWindingRule = 1,
  kClipByChildren = 0, kIncludeInferiors = 1, kArcChord = 0, kArcPieSlice = 1
}
 
enum  EGEventType {
  kGKeyPress, kKeyRelease, kButtonPress, kButtonRelease,
  kMotionNotify, kEnterNotify, kLeaveNotify, kFocusIn,
  kFocusOut, kExpose, kConfigureNotify, kMapNotify,
  kUnmapNotify, kDestroyNotify, kClientMessage, kSelectionClear,
  kSelectionRequest, kSelectionNotify, kColormapNotify, kButtonDoubleClick,
  kOtherEvent
}
 
enum  EGraphicsFunction {
  kGXclear = 0, kGXand, kGXandReverse, kGXcopy,
  kGXandInverted, kGXnoop, kGXxor, kGXor,
  kGXnor, kGXequiv, kGXinvert, kGXorReverse,
  kGXcopyInverted, kGXorInverted, kGXnand, kGXset
}
 
enum  { kDefaultScrollBarWidth = 16 }
 
enum  EMouseButton {
  kAnyButton, kButton1, kButton2, kButton3,
  kButton4, kButton5, kButton6, kButton7
}
 
enum  EXMagic {
  kNotifyNormal = 0, kNotifyGrab = 1, kNotifyUngrab = 2, kNotifyPointer = 5,
  kColormapUninstalled = 0, kColormapInstalled = 1
}
 
enum  EInitialState { kNormalState = BIT(0), kIconicState = BIT(1) }
 

Variables

const Handle_t kNone = 0
 
const Handle_t kCopyFromParent = 0
 
const Handle_t kParentRelative = 1
 
const Mask_t kWABackPixmap = BIT(0)
 
const Mask_t kWABackPixel = BIT(1)
 
const Mask_t kWABorderPixmap = BIT(2)
 
const Mask_t kWABorderPixel = BIT(3)
 
const Mask_t kWABorderWidth = BIT(4)
 
const Mask_t kWABitGravity = BIT(5)
 
const Mask_t kWAWinGravity = BIT(6)
 
const Mask_t kWABackingStore = BIT(7)
 
const Mask_t kWABackingPlanes = BIT(8)
 
const Mask_t kWABackingPixel = BIT(9)
 
const Mask_t kWAOverrideRedirect = BIT(10)
 
const Mask_t kWASaveUnder = BIT(11)
 
const Mask_t kWAEventMask = BIT(12)
 
const Mask_t kWADontPropagate = BIT(13)
 
const Mask_t kWAColormap = BIT(14)
 
const Mask_t kWACursor = BIT(15)
 
const Mask_t kNoEventMask = 0
 
const Mask_t kKeyPressMask = BIT(0)
 
const Mask_t kKeyReleaseMask = BIT(1)
 
const Mask_t kButtonPressMask = BIT(2)
 
const Mask_t kButtonReleaseMask = BIT(3)
 
const Mask_t kPointerMotionMask = BIT(4)
 
const Mask_t kButtonMotionMask = BIT(5)
 
const Mask_t kExposureMask = BIT(6)
 
const Mask_t kStructureNotifyMask = BIT(7)
 
const Mask_t kEnterWindowMask = BIT(8)
 
const Mask_t kLeaveWindowMask = BIT(9)
 
const Mask_t kFocusChangeMask = BIT(10)
 
const Mask_t kOwnerGrabButtonMask = BIT(11)
 
const Mask_t kColormapChangeMask = BIT(12)
 
const Mask_t kKeyShiftMask = BIT(0)
 
const Mask_t kKeyLockMask = BIT(1)
 
const Mask_t kKeyControlMask = BIT(2)
 
const Mask_t kKeyMod1Mask = BIT(3)
 
const Mask_t kKeyMod2Mask = BIT(4)
 
const Mask_t kKeyMod3Mask = BIT(5)
 
const Mask_t kKeyMod4Mask = BIT(6)
 
const Mask_t kKeyMod5Mask = BIT(7)
 
const Mask_t kButton1Mask = BIT(8)
 
const Mask_t kButton2Mask = BIT(9)
 
const Mask_t kButton3Mask = BIT(10)
 
const Mask_t kButton4Mask = BIT(11)
 
const Mask_t kButton5Mask = BIT(12)
 
const Mask_t kButton6Mask = BIT(13)
 
const Mask_t kButton7Mask = BIT(14)
 
const Mask_t kAnyModifier = BIT(15)
 
const Mask_t kGCFunction = BIT(0)
 
const Mask_t kGCPlaneMask = BIT(1)
 
const Mask_t kGCForeground = BIT(2)
 
const Mask_t kGCBackground = BIT(3)
 
const Mask_t kGCLineWidth = BIT(4)
 
const Mask_t kGCLineStyle = BIT(5)
 
const Mask_t kGCCapStyle = BIT(6)
 
const Mask_t kGCJoinStyle = BIT(7)
 
const Mask_t kGCFillStyle = BIT(8)
 
const Mask_t kGCFillRule = BIT(9)
 
const Mask_t kGCTile = BIT(10)
 
const Mask_t kGCStipple = BIT(11)
 
const Mask_t kGCTileStipXOrigin = BIT(12)
 
const Mask_t kGCTileStipYOrigin = BIT(13)
 
const Mask_t kGCFont = BIT(14)
 
const Mask_t kGCSubwindowMode = BIT(15)
 
const Mask_t kGCGraphicsExposures = BIT(16)
 
const Mask_t kGCClipXOrigin = BIT(17)
 
const Mask_t kGCClipYOrigin = BIT(18)
 
const Mask_t kGCClipMask = BIT(19)
 
const Mask_t kGCDashOffset = BIT(20)
 
const Mask_t kGCDashList = BIT(21)
 
const Mask_t kGCArcMode = BIT(22)
 
const Mask_t kDoRed = BIT(0)
 
const Mask_t kDoGreen = BIT(1)
 
const Mask_t kDoBlue = BIT(2)
 
const Mask_t kPAColormap = BIT(0)
 
const Mask_t kPADepth = BIT(1)
 
const Mask_t kPASize = BIT(2)
 
const Mask_t kPAHotspot = BIT(3)
 
const Mask_t kPAReturnPixels = BIT(4)
 
const Mask_t kPACloseness = BIT(5)
 
const Atom_t kPrimarySelection = 1
 
const Atom_t kCutBuffer = 9
 
const Int_t kMaxPixel = 32000
 

Typedef Documentation

typedef Handle_t Atom_t

Definition at line 38 of file GuiTypes.h.

Definition at line 34 of file GuiTypes.h.

typedef Handle_t Cursor_t

Definition at line 35 of file GuiTypes.h.

Definition at line 28 of file GuiTypes.h.

Definition at line 32 of file GuiTypes.h.

typedef Handle_t FontH_t

Definition at line 36 of file GuiTypes.h.

Definition at line 40 of file GuiTypes.h.

Definition at line 39 of file GuiTypes.h.

typedef ULong_t Handle_t

Definition at line 27 of file GuiTypes.h.

typedef Handle_t KeySym_t

Definition at line 37 of file GuiTypes.h.

typedef UInt_t Mask_t

Definition at line 42 of file GuiTypes.h.

typedef ULong_t Pixel_t

Definition at line 41 of file GuiTypes.h.

typedef Handle_t Pixmap_t

Definition at line 31 of file GuiTypes.h.

typedef Handle_t Region_t

Definition at line 33 of file GuiTypes.h.

typedef ULong_t Time_t

Definition at line 43 of file GuiTypes.h.

typedef Handle_t Visual_t

Definition at line 29 of file GuiTypes.h.

typedef Handle_t Window_t

Definition at line 30 of file GuiTypes.h.

Enumeration Type Documentation

anonymous enum
Enumerator
kDefaultScrollBarWidth 

Definition at line 87 of file GuiTypes.h.

Enumerator
kGKeyPress 
kKeyRelease 
kButtonPress 
kButtonRelease 
kMotionNotify 
kEnterNotify 
kLeaveNotify 
kFocusIn 
kFocusOut 
kExpose 
kConfigureNotify 
kMapNotify 
kUnmapNotify 
kDestroyNotify 
kClientMessage 
kSelectionClear 
kSelectionRequest 
kSelectionNotify 
kColormapNotify 
kButtonDoubleClick 
kOtherEvent 

Definition at line 60 of file GuiTypes.h.

Enumerator
kGXclear 
kGXand 
kGXandReverse 
kGXcopy 
kGXandInverted 
kGXnoop 
kGXxor 
kGXor 
kGXnor 
kGXequiv 
kGXinvert 
kGXorReverse 
kGXcopyInverted 
kGXorInverted 
kGXnand 
kGXset 

Definition at line 68 of file GuiTypes.h.

Enumerator
kNotUseful 
kWhenMapped 
kAlways 
kIsUnmapped 
kIsUnviewable 
kIsViewable 
kInputOutput 
kInputOnly 
kLineSolid 
kLineOnOffDash 
kLineDoubleDash 
kCapNotLast 
kCapButt 
kCapRound 
kCapProjecting 
kJoinMiter 
kJoinRound 
kJoinBevel 
kFillSolid 
kFillTiled 
kFillStippled 
kFillOpaqueStippled 
kEvenOddRule 
kWindingRule 
kClipByChildren 
kIncludeInferiors 
kArcChord 
kArcPieSlice 

Definition at line 45 of file GuiTypes.h.

Enumerator
kNormalState 
kIconicState 

Definition at line 346 of file GuiTypes.h.

Enumerator
kAnyButton 
kButton1 
kButton2 
kButton3 
kButton4 
kButton5 
kButton6 
kButton7 

Definition at line 215 of file GuiTypes.h.

enum EXMagic
Enumerator
kNotifyNormal 
kNotifyGrab 
kNotifyUngrab 
kNotifyPointer 
kColormapUninstalled 
kColormapInstalled 

Definition at line 220 of file GuiTypes.h.

Variable Documentation

const Mask_t kAnyModifier = BIT(15)
const Mask_t kButton1Mask = BIT(8)
const Mask_t kButton2Mask = BIT(9)
const Mask_t kButton3Mask = BIT(10)
const Mask_t kButton4Mask = BIT(11)

Definition at line 207 of file GuiTypes.h.

const Mask_t kButton5Mask = BIT(12)

Definition at line 208 of file GuiTypes.h.

const Mask_t kButton6Mask = BIT(13)

Definition at line 209 of file GuiTypes.h.

const Mask_t kButton7Mask = BIT(14)

Definition at line 210 of file GuiTypes.h.

const Mask_t kButtonMotionMask = BIT(5)
const Mask_t kButtonPressMask = BIT(2)

Definition at line 162 of file GuiTypes.h.

Referenced by ClassImp(), ROOT::MacOSX::X11::EventTranslator::FindButtonGrab, ROOT::MacOSX::X11::EventTranslator::GenerateButtonPressEventActiveGrab, TGLEventHandler::GrabMouse(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGMenuBar::HandleButton(), TGSplitButton::HandleButton(), TGHtml::HandleHtmlInput(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TRootContextMenu::HandleMotion(), TGSplitButton::HandleSButton(), TGTextEntry::Init(), TGComboBox::Init(), TGListBox::InitListBox(), TGWin32::MapEventMask(), TGX11::MapEventMask(), TRootGuiBuilder::NewProject(), TSessionServerFrame::OnBtnConnectClicked(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGuiBldDragManager::SetEditable(), TGSplitTool::Show(), TEveGedNameTextButton::TEveGedNameTextButton(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorSelect::TGColorSelect(), TGContainer::TGContainer(), TGedNameFrame::TGedNameFrame(), TGedSelect::TGedSelect(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGSpeedo::TGSpeedo(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), and TileFrame::TileFrame().

const Mask_t kButtonReleaseMask = BIT(3)

Definition at line 163 of file GuiTypes.h.

Referenced by ClassImp(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), ROOT::MacOSX::X11::EventTranslator::GenerateButtonReleaseEventActiveGrab, ROOT::MacOSX::X11::EventTranslator::GenerateButtonReleaseEventNoGrab, TGLEventHandler::GrabMouse(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGMenuBar::HandleButton(), TGSplitButton::HandleButton(), TGHtml::HandleHtmlInput(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TRootContextMenu::HandleMotion(), TGSplitButton::HandleSButton(), TGTextEntry::Init(), TGComboBox::Init(), TGListBox::InitListBox(), TGWin32::MapEventMask(), TGX11::MapEventMask(), TSessionServerFrame::OnBtnConnectClicked(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TEveGedNameTextButton::TEveGedNameTextButton(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorSelect::TGColorSelect(), TGContainer::TGContainer(), TGedSelect::TGedSelect(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGSpeedo::TGSpeedo(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), and TileFrame::TileFrame().

const Mask_t kColormapChangeMask = BIT(12)

Definition at line 172 of file GuiTypes.h.

Referenced by TGX11::MapEventMask().

const Handle_t kCopyFromParent = 0

Definition at line 90 of file GuiTypes.h.

const Atom_t kCutBuffer = 9

Definition at line 369 of file GuiTypes.h.

Referenced by TGTextEntry::HandleButton().

const Mask_t kDoBlue = BIT(2)
const Mask_t kDoGreen = BIT(1)
const Mask_t kDoRed = BIT(0)
const Mask_t kEnterWindowMask = BIT(8)
const Mask_t kExposureMask = BIT(6)
const Mask_t kFocusChangeMask = BIT(10)
const Mask_t kGCArcMode = BIT(22)
const Mask_t kGCBackground = BIT(3)
const Mask_t kGCCapStyle = BIT(6)
const Mask_t kGCClipMask = BIT(19)
const Mask_t kGCClipXOrigin = BIT(17)
const Mask_t kGCClipYOrigin = BIT(18)
const Mask_t kGCDashList = BIT(21)
const Mask_t kGCDashOffset = BIT(20)
const Mask_t kGCFillRule = BIT(9)
const Mask_t kGCFillStyle = BIT(8)
const Mask_t kGCFont = BIT(14)
const Mask_t kGCForeground = BIT(2)
const Mask_t kGCFunction = BIT(0)
const Mask_t kGCGraphicsExposures = BIT(16)
const Mask_t kGCJoinStyle = BIT(7)
const Mask_t kGCLineStyle = BIT(5)
const Mask_t kGCLineWidth = BIT(4)
const Mask_t kGCPlaneMask = BIT(1)
const Mask_t kGCStipple = BIT(11)
const Mask_t kGCSubwindowMode = BIT(15)
const Mask_t kGCTile = BIT(10)
const Mask_t kGCTileStipXOrigin = BIT(12)
const Mask_t kGCTileStipYOrigin = BIT(13)
const Mask_t kKeyControlMask = BIT(2)
const Mask_t kKeyLockMask = BIT(1)
const Mask_t kKeyMod1Mask = BIT(3)
const Mask_t kKeyMod2Mask = BIT(4)
const Mask_t kKeyMod3Mask = BIT(5)

Definition at line 201 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

const Mask_t kKeyMod4Mask = BIT(6)

Definition at line 202 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

const Mask_t kKeyMod5Mask = BIT(7)

Definition at line 203 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

const Mask_t kKeyPressMask = BIT(0)
const Mask_t kKeyReleaseMask = BIT(1)
const Mask_t kKeyShiftMask = BIT(0)
const Mask_t kLeaveWindowMask = BIT(9)
const Int_t kMaxPixel = 32000
const Mask_t kNoEventMask = 0

Definition at line 159 of file GuiTypes.h.

const Handle_t kNone = 0

Definition at line 89 of file GuiTypes.h.

Referenced by TGX11::ChangeActivePointerGrab(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGCocoa::ConvertPrimarySelection(), TGCocoa::CreateBitmap(), TGOSXGLManager::CreateGLContext(), TGCocoa::CreateOpenGLWindow(), TGX11::CreatePictureFromData(), TGX11::CreatePictureFromFile(), TGCocoa::CreatePixmap(), TVirtualX::CreatePixmap(), TGCocoa::CreatePixmapFromData(), TGCocoa::DestroyWindow(), TGDNDManager::Drag(), TGPicture::Draw(), TGCocoa::FillPolygonAux(), TGCocoa::FillRectangleAux(), TGCocoa::FindAtom(), TVirtualX::FindRWindow(), TGCocoa::FindRWindow(), TGX11::FindRWindow(), TGDNDManager::FindWindow(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TClassEdit::GetComplexType(), TGCocoa::GetCurrentOpenGLContext(), TVirtualX::GetInputFocus(), TGCocoa::GetNativeEvent(), TGPicturePool::GetPicture(), TVirtualX::GetPrimarySelectionOwner(), TGCocoa::GetPrimarySelectionOwner(), TGDNDManager::GetRootProxy(), TGLEventHandler::GrabMouse(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGTextEntry::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGMenuBar::HandleButton(), TGSplitButton::HandleButton(), TGVSplitter::HandleCrossing(), TGHSplitter::HandleCrossing(), TGDNDManager::HandleDNDDrop(), TRootEmbeddedCanvas::HandleDNDEnter(), TGFileItem::HandleDNDEnter(), TRootCanvas::HandleDNDEnter(), TGTextView::HandleDNDEnter(), TGDNDManager::HandleDNDEnter(), TGFrame::HandleDNDEnter(), TGListTree::HandleDNDEnter(), TGDNDManager::HandleDNDLeave(), TGFileItem::HandleDNDPosition(), TGDNDManager::HandleDNDPosition(), TGFrame::HandleDNDPosition(), TGListTree::HandleDNDPosition(), TGDNDManager::HandleDNDStatus(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TRootContextMenu::HandleMotion(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGHeaderFrame::HandleMotion(), TGSplitButton::HandleSButton(), TGDNDManager::HandleSelection(), TGDNDManager::HandleSelectionRequest(), TGTextEditor::HandleTimer(), TASImage::Image2Drawable(), TGTextEntry::Init(), TGComboBox::Init(), TGOSXGLManager::InitGLWindow(), TGX11::InternAtom(), TGX11::IsDNDAware(), TGX11::MapSetWindowAttributes(), TGGCPool::MatchGC(), TSessionServerFrame::OnBtnConnectClicked(), TGTextEntry::Paste(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGClient::ProcessOneEvent(), TVirtualX::QueryPointer(), TGCocoa::ReadGIF(), TGClient::ResetWaitFor(), TGDNDManager::SendDNDEnter(), TGDNDManager::SendDNDStatus(), TBranchElement::SetAddress(), TGCocoa::SetInputFocus(), TGCocoa::SetPrimarySelectionOwner(), TGDNDManager::SetRootProxy(), TGCocoa::SetWindowBackgroundPixmap(), TGSplitTool::Show(), TGDNDManager::StartDrag(), TEveGedNameTextButton::TEveGedNameTextButton(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGContainer::TGContainer(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGMdiCornerWinResizer::TGMdiCornerWinResizer(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGSelectedPicture::TGSelectedPicture(), TGSpeedo::TGSpeedo(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TileFrame::TileFrame(), TGCocoa::UnmapWindow(), TGClient::WaitFor(), TGClient::WaitForUnmap(), TGDNDManager::~TGDNDManager(), TGPicture::~TGPicture(), and TGSelectedPicture::~TGSelectedPicture().

const Mask_t kOwnerGrabButtonMask = BIT(11)

Definition at line 171 of file GuiTypes.h.

Referenced by TGX11::MapEventMask().

const Mask_t kPACloseness = BIT(5)
const Mask_t kPAColormap = BIT(0)
const Mask_t kPADepth = BIT(1)

Definition at line 339 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

const Mask_t kPAHotspot = BIT(3)

Definition at line 341 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

const Handle_t kParentRelative = 1

Definition at line 91 of file GuiTypes.h.

Referenced by TGWin32::CreateWindow(), and TGX11::MapSetWindowAttributes().

const Mask_t kPAReturnPixels = BIT(4)

Definition at line 342 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

const Mask_t kPASize = BIT(2)
const Mask_t kPointerMotionMask = BIT(4)

Definition at line 164 of file GuiTypes.h.

Referenced by ClassImp(), TGLSAViewer::CreateMenus(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), ROOT::MacOSX::X11::EventTranslator::GeneratePointerMotionEventActiveGrab, ROOT::MacOSX::X11::EventTranslator::GeneratePointerMotionEventNoGrab, TGLEventHandler::GrabMouse(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGComboBox::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGLBContainer::HandleButton(), TGMenuBar::HandleButton(), TGSplitButton::HandleButton(), TGHtml::HandleHtmlInput(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TRootContextMenu::HandleMotion(), TGSplitButton::HandleSButton(), TGComboBox::Init(), TGSplitButton::Init(), TGListBox::InitListBox(), TGWin32::MapEventMask(), TGX11::MapEventMask(), TSessionServerFrame::OnBtnConnectClicked(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGSplitTool::Show(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGContainer::TGContainer(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGPopupMenu::TGPopupMenu(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), and TileFrame::TileFrame().

const Atom_t kPrimarySelection = 1

Definition at line 368 of file GuiTypes.h.

const Mask_t kStructureNotifyMask = BIT(7)
const Mask_t kWABackingPixel = BIT(9)

Definition at line 149 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes().

const Mask_t kWABackingPlanes = BIT(8)

Definition at line 148 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes().

const Mask_t kWABackingStore = BIT(7)

Definition at line 147 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes().

const Mask_t kWABackPixel = BIT(1)
const Mask_t kWABackPixmap = BIT(0)
const Mask_t kWABitGravity = BIT(5)
const Mask_t kWABorderPixel = BIT(3)

Definition at line 143 of file GuiTypes.h.

Referenced by ClassImp(), and TGX11::MapSetWindowAttributes().

const Mask_t kWABorderPixmap = BIT(2)

Definition at line 142 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes().

const Mask_t kWABorderWidth = BIT(4)
const Mask_t kWAColormap = BIT(14)
const Mask_t kWACursor = BIT(15)
const Mask_t kWADontPropagate = BIT(13)

Definition at line 153 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes().

const Mask_t kWAEventMask = BIT(12)
const Mask_t kWAOverrideRedirect = BIT(10)
const Mask_t kWASaveUnder = BIT(11)
const Mask_t kWAWinGravity = BIT(6)