Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
WindowAttributes_t Struct Reference

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>

Member Data Documentation

◆ fAllEventMasks

Long_t WindowAttributes_t::fAllEventMasks

set of events all people have interest in

Definition at line 131 of file GuiTypes.h.

◆ fBackingPixel

ULong_t WindowAttributes_t::fBackingPixel

value to be used when restoring planes

Definition at line 126 of file GuiTypes.h.

◆ fBackingPlanes

ULong_t WindowAttributes_t::fBackingPlanes

planes to be preserved if possible

Definition at line 125 of file GuiTypes.h.

◆ fBackingStore

Int_t WindowAttributes_t::fBackingStore

kNotUseful, kWhenMapped, kAlways

Definition at line 124 of file GuiTypes.h.

◆ fBitGravity

Int_t WindowAttributes_t::fBitGravity

one of bit gravity values

Definition at line 122 of file GuiTypes.h.

◆ fBorderWidth

Int_t WindowAttributes_t::fBorderWidth

border width of window

Definition at line 117 of file GuiTypes.h.

◆ fClass

Int_t WindowAttributes_t::fClass

kInputOutput, kInputOnly

Definition at line 121 of file GuiTypes.h.

◆ fColormap

Colormap_t WindowAttributes_t::fColormap

color map to be associated with window

Definition at line 128 of file GuiTypes.h.

◆ fDepth

Int_t WindowAttributes_t::fDepth

depth of window

Definition at line 118 of file GuiTypes.h.

◆ fDoNotPropagateMask

Long_t WindowAttributes_t::fDoNotPropagateMask

set of events that should not propagate

Definition at line 133 of file GuiTypes.h.

◆ fHeight

Int_t WindowAttributes_t::fHeight

width and height of window

Definition at line 116 of file GuiTypes.h.

◆ fMapInstalled

Bool_t WindowAttributes_t::fMapInstalled

boolean, is color map currently installed

Definition at line 129 of file GuiTypes.h.

◆ fMapState

Int_t WindowAttributes_t::fMapState

kIsUnmapped, kIsUnviewable, kIsViewable

Definition at line 130 of file GuiTypes.h.

◆ fOverrideRedirect

Bool_t WindowAttributes_t::fOverrideRedirect

boolean value for override-redirect

Definition at line 134 of file GuiTypes.h.

◆ fRoot

Window_t WindowAttributes_t::fRoot

root of screen containing window

Definition at line 120 of file GuiTypes.h.

◆ fSaveUnder

Bool_t WindowAttributes_t::fSaveUnder

boolean, should bits under be saved?

Definition at line 127 of file GuiTypes.h.

◆ fScreen

void* WindowAttributes_t::fScreen

back pointer to correct screen

Definition at line 135 of file GuiTypes.h.

◆ fVisual

void* WindowAttributes_t::fVisual

the associated visual structure

Definition at line 119 of file GuiTypes.h.

◆ fWidth

Int_t WindowAttributes_t::fWidth

Definition at line 116 of file GuiTypes.h.

◆ fWinGravity

Int_t WindowAttributes_t::fWinGravity

one of the window gravity values

Definition at line 123 of file GuiTypes.h.

◆ fX

Int_t WindowAttributes_t::fX

Definition at line 115 of file GuiTypes.h.

◆ fY

Int_t WindowAttributes_t::fY

location of window

Definition at line 115 of file GuiTypes.h.

◆ fYourEventMask

Long_t WindowAttributes_t::fYourEventMask

my event mask

Definition at line 132 of file GuiTypes.h.

Collaboration diagram for WindowAttributes_t:
[legend]

The documentation for this struct was generated from the following file: