Attributes that can be used when creating or changing a window.
Definition at line 93 of file GuiTypes.h.
Public Attributes | |
ULong_t | fBackgroundPixel |
background pixel | |
Pixmap_t | fBackgroundPixmap |
background or kNone or kParentRelative | |
ULong_t | fBackingPixel |
value to use in 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 | |
ULong_t | fBorderPixel |
border pixel value | |
Pixmap_t | fBorderPixmap |
border of the window | |
UInt_t | fBorderWidth |
border width in pixels | |
Colormap_t | fColormap |
color map to be associated with window | |
Cursor_t | fCursor |
cursor to be displayed (or kNone) | |
Long_t | fDoNotPropagateMask |
set of events that should not propagate | |
Long_t | fEventMask |
set of events that should be saved | |
Mask_t | fMask |
bit mask specifying which fields are valid | |
Bool_t | fOverrideRedirect |
boolean value for override-redirect | |
Bool_t | fSaveUnder |
should bits under be saved (popups)? | |
Int_t | fWinGravity |
one of the window gravity values | |
#include <GuiTypes.h>
ULong_t SetWindowAttributes_t::fBackgroundPixel |
background pixel
Definition at line 95 of file GuiTypes.h.
Pixmap_t SetWindowAttributes_t::fBackgroundPixmap |
background or kNone or kParentRelative
Definition at line 94 of file GuiTypes.h.
ULong_t SetWindowAttributes_t::fBackingPixel |
value to use in restoring planes
Definition at line 103 of file GuiTypes.h.
ULong_t SetWindowAttributes_t::fBackingPlanes |
planes to be preserved if possible
Definition at line 102 of file GuiTypes.h.
Int_t SetWindowAttributes_t::fBackingStore |
kNotUseful, kWhenMapped, kAlways
Definition at line 101 of file GuiTypes.h.
Int_t SetWindowAttributes_t::fBitGravity |
one of bit gravity values
Definition at line 99 of file GuiTypes.h.
ULong_t SetWindowAttributes_t::fBorderPixel |
border pixel value
Definition at line 97 of file GuiTypes.h.
Pixmap_t SetWindowAttributes_t::fBorderPixmap |
border of the window
Definition at line 96 of file GuiTypes.h.
UInt_t SetWindowAttributes_t::fBorderWidth |
border width in pixels
Definition at line 98 of file GuiTypes.h.
Colormap_t SetWindowAttributes_t::fColormap |
color map to be associated with window
Definition at line 108 of file GuiTypes.h.
Cursor_t SetWindowAttributes_t::fCursor |
cursor to be displayed (or kNone)
Definition at line 109 of file GuiTypes.h.
Long_t SetWindowAttributes_t::fDoNotPropagateMask |
set of events that should not propagate
Definition at line 106 of file GuiTypes.h.
Long_t SetWindowAttributes_t::fEventMask |
set of events that should be saved
Definition at line 105 of file GuiTypes.h.
Mask_t SetWindowAttributes_t::fMask |
bit mask specifying which fields are valid
Definition at line 110 of file GuiTypes.h.
Bool_t SetWindowAttributes_t::fOverrideRedirect |
boolean value for override-redirect
Definition at line 107 of file GuiTypes.h.
Bool_t SetWindowAttributes_t::fSaveUnder |
should bits under be saved (popups)?
Definition at line 104 of file GuiTypes.h.
Int_t SetWindowAttributes_t::fWinGravity |
one of the window gravity values
Definition at line 100 of file GuiTypes.h.