#include "GuiTypes.h"

WindowAttributes_t


class description - header file - source file - inheritance tree (.pdf)

class WindowAttributes_t

Inheritance Chart:
WindowAttributes_t

    public:
WindowAttributes_t() WindowAttributes_t(const WindowAttributes_t&) ~WindowAttributes_t() WindowAttributes_t& operator=(const WindowAttributes_t&)

Data Members


    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

Class Description


Last update: Tue Jul 11 12:01:41 2006


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.