Window attributes that can be inquired.
Definition at line 114 of file GuiTypes.h.
Public Attributes | |
Long_t | fAllEventMasks |
set of events all people have interest in | |
ULong_t | fBackingPixel |
value to be used when restoring planes | |
ULong_t | fBackingPlanes |
planes to be preserved if possible | |
Int_t | fBackingStore |
kNotUseful, kWhenMapped, kAlways | |
Int_t | fBitGravity |
one of bit gravity values | |
Int_t | fBorderWidth |
border width of window | |
Int_t | fClass |
kInputOutput, kInputOnly | |
Colormap_t | fColormap |
color map to be associated with window | |
Int_t | fDepth |
depth of window | |
Long_t | fDoNotPropagateMask |
set of events that should not propagate | |
Int_t | fHeight |
width and height of window | |
Bool_t | fMapInstalled |
boolean, is color map currently installed | |
Int_t | fMapState |
kIsUnmapped, kIsUnviewable, kIsViewable | |
Bool_t | fOverrideRedirect |
boolean value for override-redirect | |
Window_t | fRoot |
root of screen containing window | |
Bool_t | fSaveUnder |
boolean, should bits under be saved? | |
void * | fScreen |
back pointer to correct screen | |
void * | fVisual |
the associated visual structure | |
Int_t | fWidth |
Int_t | fWinGravity |
one of the window gravity values | |
Int_t | fX |
Int_t | fY |
location of window | |
Long_t | fYourEventMask |
my event mask | |
#include <GuiTypes.h>
Long_t WindowAttributes_t::fAllEventMasks |
set of events all people have interest in
Definition at line 131 of file GuiTypes.h.
ULong_t WindowAttributes_t::fBackingPixel |
value to be used when restoring planes
Definition at line 126 of file GuiTypes.h.
ULong_t WindowAttributes_t::fBackingPlanes |
planes to be preserved if possible
Definition at line 125 of file GuiTypes.h.
Int_t WindowAttributes_t::fBackingStore |
kNotUseful, kWhenMapped, kAlways
Definition at line 124 of file GuiTypes.h.
Int_t WindowAttributes_t::fBitGravity |
one of bit gravity values
Definition at line 122 of file GuiTypes.h.
Int_t WindowAttributes_t::fBorderWidth |
border width of window
Definition at line 117 of file GuiTypes.h.
Int_t WindowAttributes_t::fClass |
kInputOutput, kInputOnly
Definition at line 121 of file GuiTypes.h.
Colormap_t WindowAttributes_t::fColormap |
color map to be associated with window
Definition at line 128 of file GuiTypes.h.
Int_t WindowAttributes_t::fDepth |
depth of window
Definition at line 118 of file GuiTypes.h.
Long_t WindowAttributes_t::fDoNotPropagateMask |
set of events that should not propagate
Definition at line 133 of file GuiTypes.h.
Int_t WindowAttributes_t::fHeight |
width and height of window
Definition at line 116 of file GuiTypes.h.
Bool_t WindowAttributes_t::fMapInstalled |
boolean, is color map currently installed
Definition at line 129 of file GuiTypes.h.
Int_t WindowAttributes_t::fMapState |
kIsUnmapped, kIsUnviewable, kIsViewable
Definition at line 130 of file GuiTypes.h.
Bool_t WindowAttributes_t::fOverrideRedirect |
boolean value for override-redirect
Definition at line 134 of file GuiTypes.h.
Window_t WindowAttributes_t::fRoot |
root of screen containing window
Definition at line 120 of file GuiTypes.h.
Bool_t WindowAttributes_t::fSaveUnder |
boolean, should bits under be saved?
Definition at line 127 of file GuiTypes.h.
void* WindowAttributes_t::fScreen |
back pointer to correct screen
Definition at line 135 of file GuiTypes.h.
void* WindowAttributes_t::fVisual |
the associated visual structure
Definition at line 119 of file GuiTypes.h.
Int_t WindowAttributes_t::fWidth |
Definition at line 116 of file GuiTypes.h.
Int_t WindowAttributes_t::fWinGravity |
one of the window gravity values
Definition at line 123 of file GuiTypes.h.
Int_t WindowAttributes_t::fX |
Definition at line 115 of file GuiTypes.h.
Int_t WindowAttributes_t::fY |
location of window
Definition at line 115 of file GuiTypes.h.
Long_t WindowAttributes_t::fYourEventMask |
my event mask
Definition at line 132 of file GuiTypes.h.