ROOT  6.06/08
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

§ Atom_t

typedef Handle_t Atom_t

Definition at line 38 of file GuiTypes.h.

§ Colormap_t

Definition at line 34 of file GuiTypes.h.

§ Cursor_t

typedef Handle_t Cursor_t

Definition at line 35 of file GuiTypes.h.

§ Display_t

Definition at line 28 of file GuiTypes.h.

§ Drawable_t

Definition at line 32 of file GuiTypes.h.

§ FontH_t

typedef Handle_t FontH_t

Definition at line 36 of file GuiTypes.h.

§ FontStruct_t

Definition at line 40 of file GuiTypes.h.

§ GContext_t

Definition at line 39 of file GuiTypes.h.

§ Handle_t

typedef ULong_t Handle_t

Definition at line 27 of file GuiTypes.h.

§ KeySym_t

typedef Handle_t KeySym_t

Definition at line 37 of file GuiTypes.h.

§ Mask_t

typedef UInt_t Mask_t

Definition at line 42 of file GuiTypes.h.

§ Pixel_t

typedef ULong_t Pixel_t

Definition at line 41 of file GuiTypes.h.

§ Pixmap_t

typedef Handle_t Pixmap_t

Definition at line 31 of file GuiTypes.h.

§ Region_t

typedef Handle_t Region_t

Definition at line 33 of file GuiTypes.h.

§ Time_t

typedef ULong_t Time_t

Definition at line 43 of file GuiTypes.h.

§ Visual_t

typedef Handle_t Visual_t

Definition at line 29 of file GuiTypes.h.

§ Window_t

typedef Handle_t Window_t

Definition at line 30 of file GuiTypes.h.

Enumeration Type Documentation

§ anonymous enum

anonymous enum
Enumerator
kDefaultScrollBarWidth 

Definition at line 87 of file GuiTypes.h.

§ EGEventType

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.

§ EGraphicsFunction

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.

§ EGuiConstants

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.

§ EInitialState

Enumerator
kNormalState 
kIconicState 

Definition at line 346 of file GuiTypes.h.

§ EMouseButton

Enumerator
kAnyButton 
kButton1 
kButton2 
kButton3 
kButton4 
kButton5 
kButton6 
kButton7 

Definition at line 215 of file GuiTypes.h.

§ EXMagic

enum EXMagic
Enumerator
kNotifyNormal 
kNotifyGrab 
kNotifyUngrab 
kNotifyPointer 
kColormapUninstalled 
kColormapInstalled 

Definition at line 220 of file GuiTypes.h.

Variable Documentation

§ kAnyModifier

const Mask_t kAnyModifier = BIT(15)

§ kButton1Mask

const Mask_t kButton1Mask = BIT(8)

§ kButton2Mask

const Mask_t kButton2Mask = BIT(9)

§ kButton3Mask

const Mask_t kButton3Mask = BIT(10)

§ kButton4Mask

const Mask_t kButton4Mask = BIT(11)

Definition at line 207 of file GuiTypes.h.

§ kButton5Mask

const Mask_t kButton5Mask = BIT(12)

Definition at line 208 of file GuiTypes.h.

§ kButton6Mask

const Mask_t kButton6Mask = BIT(13)

Definition at line 209 of file GuiTypes.h.

§ kButton7Mask

const Mask_t kButton7Mask = BIT(14)

Definition at line 210 of file GuiTypes.h.

§ kButtonMotionMask

const Mask_t kButtonMotionMask = BIT(5)

§ kButtonPressMask

const Mask_t kButtonPressMask = BIT(2)

Definition at line 162 of file GuiTypes.h.

Referenced by ROOT::MacOSX::X11::EventTranslator::FindButtonGrab(), ROOT::MacOSX::X11::EventTranslator::GenerateButtonPressEventActiveGrab(), TGLEventHandler::GrabMouse(), GuiBldErrorHandler(), 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(), TGButton::TGButton(), TGColorFrame::TGColorFrame(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorSelect::TGColorSelect(), TGContainer::TGContainer(), TGDNDManager::TGDNDManager(), TGDoubleSlider::TGDoubleSlider(), TGedNameFrame::TGedNameFrame(), TGedPatternFrame::TGedPatternFrame(), TGedSelect::TGedSelect(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGMdiDecorFrame::TGMdiDecorFrame(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGSpeedo::TGSpeedo(), TGSplitTool::TGSplitTool(), TGTabElement::TGTabElement(), TGTableFrame::TGTableFrame(), TGViewFrame::TGViewFrame(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TileFrame::TileFrame(), TRootContextMenu::TRootContextMenu(), and ROOT::MacOSX::X11::UnlockFocus().

§ kButtonReleaseMask

const Mask_t kButtonReleaseMask = BIT(3)

Definition at line 163 of file GuiTypes.h.

Referenced by 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(), TGButton::TGButton(), TGColorFrame::TGColorFrame(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorSelect::TGColorSelect(), TGContainer::TGContainer(), TGDNDManager::TGDNDManager(), TGDoubleSlider::TGDoubleSlider(), TGedPatternFrame::TGedPatternFrame(), 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(), TGSplitTool::TGSplitTool(), TGTableFrame::TGTableFrame(), TGViewFrame::TGViewFrame(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TileFrame::TileFrame(), TRootContextMenu::TRootContextMenu(), and ROOT::MacOSX::X11::UnlockFocus().

§ kColormapChangeMask

const Mask_t kColormapChangeMask = BIT(12)

Definition at line 172 of file GuiTypes.h.

Referenced by TGX11::MapEventMask().

§ kCopyFromParent

const Handle_t kCopyFromParent = 0

Definition at line 90 of file GuiTypes.h.

§ kCutBuffer

const Atom_t kCutBuffer = 9

Definition at line 369 of file GuiTypes.h.

Referenced by TGTextEntry::HandleButton().

§ kDoBlue

const Mask_t kDoBlue = BIT(2)

§ kDoGreen

const Mask_t kDoGreen = BIT(1)

§ kDoRed

const Mask_t kDoRed = BIT(0)

§ kEnterWindowMask

const Mask_t kEnterWindowMask = BIT(8)

§ kExposureMask

const Mask_t kExposureMask = BIT(6)

§ kFocusChangeMask

const Mask_t kFocusChangeMask = BIT(10)

§ kGCArcMode

const Mask_t kGCArcMode = BIT(22)

§ kGCBackground

const Mask_t kGCBackground = BIT(3)

§ kGCCapStyle

const Mask_t kGCCapStyle = BIT(6)

§ kGCClipMask

const Mask_t kGCClipMask = BIT(19)

§ kGCClipXOrigin

const Mask_t kGCClipXOrigin = BIT(17)

§ kGCClipYOrigin

const Mask_t kGCClipYOrigin = BIT(18)

§ kGCDashList

const Mask_t kGCDashList = BIT(21)

§ kGCDashOffset

const Mask_t kGCDashOffset = BIT(20)

§ kGCFillRule

const Mask_t kGCFillRule = BIT(9)

§ kGCFillStyle

const Mask_t kGCFillStyle = BIT(8)

§ kGCFont

const Mask_t kGCFont = BIT(14)

§ kGCForeground

const Mask_t kGCForeground = BIT(2)

§ kGCFunction

const Mask_t kGCFunction = BIT(0)

§ kGCGraphicsExposures

const Mask_t kGCGraphicsExposures = BIT(16)

§ kGCJoinStyle

const Mask_t kGCJoinStyle = BIT(7)

§ kGCLineStyle

const Mask_t kGCLineStyle = BIT(5)

§ kGCLineWidth

const Mask_t kGCLineWidth = BIT(4)

§ kGCPlaneMask

const Mask_t kGCPlaneMask = BIT(1)

§ kGCStipple

const Mask_t kGCStipple = BIT(11)

§ kGCSubwindowMode

const Mask_t kGCSubwindowMode = BIT(15)

§ kGCTile

const Mask_t kGCTile = BIT(10)

§ kGCTileStipXOrigin

const Mask_t kGCTileStipXOrigin = BIT(12)

§ kGCTileStipYOrigin

const Mask_t kGCTileStipYOrigin = BIT(13)

§ kKeyControlMask

const Mask_t kKeyControlMask = BIT(2)

§ kKeyLockMask

const Mask_t kKeyLockMask = BIT(1)

§ kKeyMod1Mask

const Mask_t kKeyMod1Mask = BIT(3)

§ kKeyMod2Mask

const Mask_t kKeyMod2Mask = BIT(4)

§ kKeyMod3Mask

const Mask_t kKeyMod3Mask = BIT(5)

Definition at line 201 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

§ kKeyMod4Mask

const Mask_t kKeyMod4Mask = BIT(6)

Definition at line 202 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

§ kKeyMod5Mask

const Mask_t kKeyMod5Mask = BIT(7)

Definition at line 203 of file GuiTypes.h.

Referenced by TGX11::MapModifierState().

§ kKeyPressMask

const Mask_t kKeyPressMask = BIT(0)

§ kKeyReleaseMask

const Mask_t kKeyReleaseMask = BIT(1)

§ kKeyShiftMask

const Mask_t kKeyShiftMask = BIT(0)

§ kLeaveWindowMask

const Mask_t kLeaveWindowMask = BIT(9)

§ kMaxPixel

const Int_t kMaxPixel = 32000

§ kNoEventMask

const Mask_t kNoEventMask = 0

Definition at line 159 of file GuiTypes.h.

§ kNone

const Handle_t kNone = 0

Definition at line 89 of file GuiTypes.h.

Referenced by TGX11::ChangeActivePointerGrab(), TGDoubleSlider::ChangeCursor(), 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(), TGDNDManager::SetMainFrame(), TGCocoa::SetPrimarySelectionOwner(), TGDNDManager::SetRootProxy(), TGCocoa::SetWindowBackgroundPixmap(), TGSplitTool::Show(), TGDNDManager::StartDrag(), TEveGedNameTextButton::TEveGedNameTextButton(), TGButton::TGButton(), TGClient::TGClient(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGContainer::TGContainer(), TGDNDManager::TGDNDManager(), TGDoubleSlider::TGDoubleSlider(), TGDragWindow::TGDragWindow(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGMdiCornerWinResizer::TGMdiCornerWinResizer(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGResourcePool::TGResourcePool(), TGSelectedPicture::TGSelectedPicture(), TGSpeedo::TGSpeedo(), TGSplitter::TGSplitter(), TGTabElement::TGTabElement(), TGTableFrame::TGTableFrame(), TGViewFrame::TGViewFrame(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TileFrame::TileFrame(), TGCocoa::UnmapWindow(), TGClient::WaitFor(), TGClient::WaitForUnmap(), TGDNDManager::~TGDNDManager(), TGPicture::~TGPicture(), and TGSelectedPicture::~TGSelectedPicture().

§ kOwnerGrabButtonMask

const Mask_t kOwnerGrabButtonMask = BIT(11)

Definition at line 171 of file GuiTypes.h.

Referenced by TGX11::MapEventMask().

§ kPACloseness

const Mask_t kPACloseness = BIT(5)

§ kPAColormap

const Mask_t kPAColormap = BIT(0)

§ kPADepth

const Mask_t kPADepth = BIT(1)

Definition at line 339 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

§ kPAHotspot

const Mask_t kPAHotspot = BIT(3)

Definition at line 341 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

§ kParentRelative

const Handle_t kParentRelative = 1

Definition at line 91 of file GuiTypes.h.

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

§ kPAReturnPixels

const Mask_t kPAReturnPixels = BIT(4)

Definition at line 342 of file GuiTypes.h.

Referenced by TGX11::MapPictureAttributes().

§ kPASize

const Mask_t kPASize = BIT(2)

§ kPointerMotionMask

const Mask_t kPointerMotionMask = BIT(4)

Definition at line 164 of file GuiTypes.h.

Referenced by 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(), TGDoubleSlider::TGDoubleSlider(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGLWidget::TGLWidget(), TGPopupMenu::TGPopupMenu(), TGSplitTool::TGSplitTool(), TGTableFrame::TGTableFrame(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TileFrame::TileFrame(), and ROOT::MacOSX::X11::UnlockFocus().

§ kPrimarySelection

const Atom_t kPrimarySelection = 1

Definition at line 368 of file GuiTypes.h.

§ kStructureNotifyMask

const Mask_t kStructureNotifyMask = BIT(7)

§ kWABackingPixel

const Mask_t kWABackingPixel = BIT(9)

Definition at line 149 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes(), and ROOT::MacOSX::X11::UnlockFocus().

§ kWABackingPlanes

const Mask_t kWABackingPlanes = BIT(8)

Definition at line 148 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes(), and ROOT::MacOSX::X11::UnlockFocus().

§ kWABackingStore

const Mask_t kWABackingStore = BIT(7)

Definition at line 147 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes(), and ROOT::MacOSX::X11::UnlockFocus().

§ kWABackPixel

const Mask_t kWABackPixel = BIT(1)

§ kWABackPixmap

const Mask_t kWABackPixmap = BIT(0)

§ kWABitGravity

const Mask_t kWABitGravity = BIT(5)

§ kWABorderPixel

const Mask_t kWABorderPixel = BIT(3)

§ kWABorderPixmap

const Mask_t kWABorderPixmap = BIT(2)

Definition at line 142 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes(), and ROOT::MacOSX::X11::UnlockFocus().

§ kWABorderWidth

const Mask_t kWABorderWidth = BIT(4)

§ kWAColormap

const Mask_t kWAColormap = BIT(14)

§ kWACursor

const Mask_t kWACursor = BIT(15)

§ kWADontPropagate

const Mask_t kWADontPropagate = BIT(13)

Definition at line 153 of file GuiTypes.h.

Referenced by TGX11::MapSetWindowAttributes(), and ROOT::MacOSX::X11::UnlockFocus().

§ kWAEventMask

const Mask_t kWAEventMask = BIT(12)

§ kWAOverrideRedirect

const Mask_t kWAOverrideRedirect = BIT(10)

§ kWASaveUnder

const Mask_t kWASaveUnder = BIT(11)

§ kWAWinGravity

const Mask_t kWAWinGravity = BIT(6)