WindowAttributes_t
class description - source file - inheritance tree (.pdf)
public:
WindowAttributes_t()
WindowAttributes_t(const WindowAttributes_t&)
~WindowAttributes_t()
WindowAttributes_t& operator=(const WindowAttributes_t&)
public:
Int_t fX
Int_t fY location of window
Int_t fWidth
Int_t fHeight width and height of window
Int_t fBorderWidth border width of window
Int_t fDepth depth of window
void* fVisual the associated visual structure
Window_t fRoot root of screen containing window
Int_t fClass kInputOutput, kInputOnly
Int_t fBitGravity one of bit gravity values
Int_t fWinGravity one of the window gravity values
Int_t fBackingStore kNotUseful, kWhenMapped, kAlways
ULong_t fBackingPlanes planes to be preserved if possible
ULong_t fBackingPixel value to be used when restoring planes
Bool_t fSaveUnder boolean, should bits under be saved?
Colormap_t fColormap color map to be associated with window
Bool_t fMapInstalled boolean, is color map currently installed
Int_t fMapState kIsUnmapped, kIsUnviewable, kIsViewable
Long_t fAllEventMasks set of events all people have interest in
Long_t fYourEventMask my event mask
Long_t fDoNotPropagateMask set of events that should not propagate
Bool_t fOverrideRedirect boolean value for override-redirect
void* fScreen back pointer to correct screen
GuiTypes
Types used by the GUI classes.
Inline Functions
void ~WindowAttributes_t()
WindowAttributes_t WindowAttributes_t()
WindowAttributes_t WindowAttributes_t(const WindowAttributes_t&)
WindowAttributes_t& operator=(const WindowAttributes_t&)
Last update: Thu Jun 16 20:15:18 2005
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.