279      for (
int i = 2; i < 8; i++) 
fDashes[i] = 0;
 
const Mask_t kWABorderPixel
 
const Mask_t kWAOverrideRedirect
 
const Mask_t kWABitGravity
 
const Mask_t kGCDashOffset
 
const Mask_t kGCBackground
 
const Mask_t kGCForeground
 
const Mask_t kPAReturnPixels
 
const Mask_t kGCLineStyle
 
const Mask_t kWADontPropagate
 
const Mask_t kKeyMod5Mask
 
const Mask_t kGCSubwindowMode
 
const Mask_t kGCLineWidth
 
Handle_t Cursor_t
Cursor handle.
 
const Mask_t kKeyMod4Mask
 
const Mask_t kButtonMotionMask
 
const Mask_t kKeyMod3Mask
 
const Mask_t kGCClipXOrigin
 
const Mask_t kWABackingStore
 
const Mask_t kFocusChangeMask
 
const Mask_t kKeyLockMask
 
const Mask_t kButtonPressMask
 
const Mask_t kPACloseness
 
Handle_t FontH_t
Font handle (as opposed to Font_t which is an index)
 
const Mask_t kKeyMod1Mask
typically the Alt key
 
EXMagic
Some magic X notify modes used in TGTextEntry widget.
 
Handle_t Visual_t
Visual handle.
 
const Mask_t kExposureMask
 
const Mask_t kWAEventMask
 
const Mask_t kGCFillStyle
 
const Mask_t kGCJoinStyle
 
const Mask_t kKeyReleaseMask
 
const Mask_t kWASaveUnder
 
const Mask_t kWABackPixel
 
Handle_t Display_t
Display handle.
 
const Mask_t kWAWinGravity
 
const Mask_t kOwnerGrabButtonMask
 
const Mask_t kAnyModifier
 
@ kGXorReverse
src OR NOT dst
 
@ kGXnand
NOT src OR NOT dst.
 
@ kGXandReverse
src AND NOT dst
 
@ kGXorInverted
NOT src OR dst.
 
@ kGXandInverted
NOT src AND dst.
 
@ kGXequiv
NOT src XOR dst.
 
@ kGXnor
NOT src AND NOT dst.
 
@ kGXcopyInverted
NOT src.
 
Handle_t Pixmap_t
Pixmap handle.
 
const Mask_t kKeyPressMask
 
ULong_t Time_t
Event time.
 
EInitialState
Initial window mapping state.
 
const Mask_t kButton1Mask
 
const Mask_t kGCTileStipXOrigin
 
const Mask_t kWABackingPixel
 
Handle_t Drawable_t
Drawable handle.
 
const Mask_t kColormapChangeMask
 
const Mask_t kPointerMotionMask
 
const Mask_t kNoEventMask
 
Handle_t Colormap_t
Colormap handle.
 
const Mask_t kKeyShiftMask
 
EFrameType
types of frames (and borders), moved from TGFrame.h
 
const Mask_t kKeyControlMask
 
const Mask_t kKeyMod2Mask
typically mod on numeric keys
 
const Mask_t kButton3Mask
 
const Handle_t kCopyFromParent
 
const Mask_t kLeaveWindowMask
 
const Mask_t kStructureNotifyMask
 
const Mask_t kButton2Mask
 
const Mask_t kButton4Mask
 
const Handle_t kParentRelative
 
Handle_t GContext_t
Graphics context handle.
 
const Mask_t kGCPlaneMask
 
UInt_t Mask_t
Structure mask type.
 
const Int_t kMaxPixel
Max value for an int.
 
const Mask_t kButtonReleaseMask
 
const Mask_t kGCGraphicsExposures
 
const Mask_t kGCClipYOrigin
 
const Atom_t kPrimarySelection
magic values, must match the ones
 
const Mask_t kButton7Mask
 
const Mask_t kWABorderPixmap
 
Handle_t KeySym_t
Key symbol handle.
 
const Mask_t kPASize
width and height
 
Handle_t Region_t
Region handle.
 
const Mask_t kEnterWindowMask
 
Handle_t FontStruct_t
Pointer to font structure.
 
ULong_t Pixel_t
Pixel value.
 
const Mask_t kButton6Mask
 
const Mask_t kPAHotspot
x and y hotspot
 
const Mask_t kGCTileStipYOrigin
 
EMouseButton
Button names.
 
Handle_t Window_t
Window handle.
 
const Mask_t kButton5Mask
 
const Mask_t kWABackPixmap
 
const Mask_t kWABorderWidth
 
ULongptr_t Handle_t
Generic resource handle.
 
const Mask_t kWABackingPlanes
 
const Atom_t kCutBuffer
in /usr/include/X11/Xatom.h
 
ULong_t fPixel
color pixel value (index in color table)
 
UShort_t fRed
red component (0..65535)
 
UShort_t fGreen
green component (0..65535)
 
UShort_t fBlue
blue component (0..65535)
 
UShort_t fMask
mask telling which color components are valid
 
EGEventType fType
of event (see EGEventType)
 
Int_t fY
pointer x, y coordinates in event window
 
Bool_t fSendEvent
true if event came from SendEvent
 
Handle_t fHandle
general resource handle (used for atoms or windows)
 
Int_t fFormat
Next fields only used by kClientMessageEvent.
 
UInt_t fHeight
width and height of exposed area
 
Int_t fCount
if non-zero, at least this many more exposes
 
Window_t fWindow
window reported event is relative to
 
UInt_t fState
key or button mask
 
Int_t fYRoot
coordinates relative to root
 
Time_t fTime
time event event occurred in ms
 
UInt_t fCode
key or button code
 
Longptr_t fUser[5]
5 longs can be used by client message events NOTE: only [0], [1] and [2] may be used.
 
Graphics context structure.
 
ULong_t fBackground
background pixel
 
Int_t fFillRule
kEvenOddRule, kWindingRule
 
Pixmap_t fClipMask
bitmap clipping; other calls for rects
 
Int_t fDashOffset
patterned/dashed line information
 
Int_t fClipXOrigin
origin for clipping
 
Int_t fLineWidth
line width
 
Pixmap_t fStipple
stipple 1 plane pixmap for stippling
 
Mask_t fMask
bit mask specifying which fields are valid
 
Int_t fLineStyle
kLineSolid, kLineOnOffDash, kLineDoubleDash
 
Pixmap_t fTile
tile pixmap for tiling operations
 
Bool_t fGraphicsExposures
boolean, should exposures be generated
 
Int_t fJoinStyle
kJoinMiter, kJoinRound, kJoinBevel
 
Char_t fDashes[8]
dash pattern list (dash length per byte)
 
ULong_t fForeground
foreground pixel
 
ULong_t fPlaneMask
plane mask
 
Int_t fFillStyle
kFillSolid, kFillTiled, kFillStippled, kFillOpaeueStippled
 
FontH_t fFont
default text font for text operations
 
Int_t fTsXOrigin
offset for tile or stipple operations
 
EGraphicsFunction fFunction
logical operation
 
Int_t fDashLen
number of dashes in fDashes
 
Int_t fCapStyle
kCapNotLast, kCapButt, kCapRound, kCapProjecting
 
Int_t fArcMode
kArcChord, kArcPieSlice
 
Int_t fSubwindowMode
kClipByChildren, kIncludeInferiors
 
UInt_t fHeight
height of picture
 
Mask_t fMask
mask specifying which attributes are defined
 
ULong_t * fPixels
list of used color pixels (if set use delete[])
 
Colormap_t fColormap
colormap to use
 
UInt_t fCloseness
allowable RGB deviation
 
Int_t fDepth
depth of window
 
UInt_t fNpixels
number of used color pixels
 
UInt_t fYHotspot
picture y hotspot coordinate
 
UInt_t fXHotspot
picture x hotspot coordinate
 
UInt_t fWidth
width of picture
 
Point structure (maps to the X11 XPoint structure)
 
Rectangle structure (maps to the X11 XRectangle structure)
 
Used for drawing line segments (maps to the X11 XSegments structure)
 
Attributes that can be used when creating or changing a window.
 
ULong_t fBackingPlanes
planes to be preserved if possible
 
UInt_t fBorderWidth
border width in pixels
 
Long_t fEventMask
set of events that should be saved
 
Pixmap_t fBackgroundPixmap
background or kNone or kParentRelative
 
Long_t fDoNotPropagateMask
set of events that should not propagate
 
ULong_t fBackingPixel
value to use in restoring planes
 
Pixmap_t fBorderPixmap
border of the window
 
Bool_t fOverrideRedirect
boolean value for override-redirect
 
Mask_t fMask
bit mask specifying which fields are valid
 
Int_t fWinGravity
one of the window gravity values
 
ULong_t fBackgroundPixel
background pixel
 
Cursor_t fCursor
cursor to be displayed (or kNone)
 
Int_t fBitGravity
one of bit gravity values
 
Int_t fBackingStore
kNotUseful, kWhenMapped, kAlways
 
ULong_t fBorderPixel
border pixel value
 
Bool_t fSaveUnder
should bits under be saved (popups)?
 
Colormap_t fColormap
color map to be associated with window
 
Window attributes that can be inquired.
 
Window_t fRoot
root of screen containing window
 
Int_t fMapState
kIsUnmapped, kIsUnviewable, kIsViewable
 
ULong_t fBackingPlanes
planes to be preserved if possible
 
Long_t fAllEventMasks
set of events all people have interest in
 
ULong_t fBackingPixel
value to be used when restoring planes
 
Long_t fYourEventMask
my event mask
 
Int_t fHeight
width and height of window
 
Bool_t fMapInstalled
boolean, is color map currently installed
 
Int_t fBorderWidth
border width of window
 
Int_t fWinGravity
one of the window gravity values
 
void * fScreen
back pointer to correct screen
 
Long_t fDoNotPropagateMask
set of events that should not propagate
 
Colormap_t fColormap
color map to be associated with window
 
Int_t fClass
kInputOutput, kInputOnly
 
Int_t fBitGravity
one of bit gravity values
 
void * fVisual
the associated visual structure
 
Int_t fBackingStore
kNotUseful, kWhenMapped, kAlways
 
Int_t fY
location of window
 
Int_t fDepth
depth of window
 
Bool_t fOverrideRedirect
boolean value for override-redirect
 
Bool_t fSaveUnder
boolean, should bits under be saved?