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

Description of a X11 window.

Definition at line 121 of file TGWin32.cxx.

Public Attributes

GdkDrawable * buffer
 
Int_t clip
 
Int_t double_buffer
 
GdkDrawable * drawing
 
Drawable fBuffer
 pixmap used for double buffer
 
Int_t fClip
 1 if the clipping is on
 
Int_t fDoubleBuffer
 1 if the double buffer is on, 0 if not
 
Drawable fDrawing
 drawing area, equal to window or buffer
 
UInt_t fHclip
 height of the clipping rectangle
 
UInt_t fHeight
 height of the window
 
Int_t fIsPixmap
 1 if pixmap, 0 if not
 
Int_t fNcolors
 number of different colors
 
ULong_tfNewColors
 new image colors (after processing)
 
Int_t fOpen
 1 if the window is open, 0 if not
 
Bool_t fShared
 notify when window is shared
 
UInt_t fWclip
 width of the clipping rectangle
 
UInt_t fWidth
 width of the window
 
Drawable fWindow
 X11 window.
 
Int_t fXclip
 x coordinate of the clipping rectangle
 
Int_t fYclip
 y coordinate of the clipping rectangle
 
UInt_t hclip
 
UInt_t height
 
Int_t ispixmap
 
Int_t ncolors
 
ULong_tnew_colors
 
Int_t open
 
UInt_t wclip
 
UInt_t width
 
GdkDrawable * window
 
Int_t xclip
 
Int_t yclip
 

#include <TGX11.h>

Member Data Documentation

◆ buffer

GdkDrawable* XWindow_t::buffer

Definition at line 127 of file TGWin32.cxx.

◆ clip

Int_t XWindow_t::clip

Definition at line 130 of file TGWin32.cxx.

◆ double_buffer

Int_t XWindow_t::double_buffer

Definition at line 123 of file TGWin32.cxx.

◆ drawing

GdkDrawable* XWindow_t::drawing

Definition at line 125 of file TGWin32.cxx.

◆ fBuffer

Drawable XWindow_t::fBuffer

pixmap used for double buffer

Definition at line 54 of file TGX11.h.

◆ fClip

Int_t XWindow_t::fClip

1 if the clipping is on

Definition at line 57 of file TGX11.h.

◆ fDoubleBuffer

Int_t XWindow_t::fDoubleBuffer

1 if the double buffer is on, 0 if not

Definition at line 50 of file TGX11.h.

◆ fDrawing

Drawable XWindow_t::fDrawing

drawing area, equal to window or buffer

Definition at line 52 of file TGX11.h.

◆ fHclip

UInt_t XWindow_t::fHclip

height of the clipping rectangle

Definition at line 61 of file TGX11.h.

◆ fHeight

UInt_t XWindow_t::fHeight

height of the window

Definition at line 56 of file TGX11.h.

◆ fIsPixmap

Int_t XWindow_t::fIsPixmap

1 if pixmap, 0 if not

Definition at line 51 of file TGX11.h.

◆ fNcolors

Int_t XWindow_t::fNcolors

number of different colors

Definition at line 63 of file TGX11.h.

◆ fNewColors

ULong_t* XWindow_t::fNewColors

new image colors (after processing)

Definition at line 62 of file TGX11.h.

◆ fOpen

Int_t XWindow_t::fOpen

1 if the window is open, 0 if not

Definition at line 49 of file TGX11.h.

◆ fShared

Bool_t XWindow_t::fShared

notify when window is shared

Definition at line 64 of file TGX11.h.

◆ fWclip

UInt_t XWindow_t::fWclip

width of the clipping rectangle

Definition at line 60 of file TGX11.h.

◆ fWidth

UInt_t XWindow_t::fWidth

width of the window

Definition at line 55 of file TGX11.h.

◆ fWindow

Drawable XWindow_t::fWindow

X11 window.

Definition at line 53 of file TGX11.h.

◆ fXclip

Int_t XWindow_t::fXclip

x coordinate of the clipping rectangle

Definition at line 58 of file TGX11.h.

◆ fYclip

Int_t XWindow_t::fYclip

y coordinate of the clipping rectangle

Definition at line 59 of file TGX11.h.

◆ hclip

UInt_t XWindow_t::hclip

Definition at line 134 of file TGWin32.cxx.

◆ height

UInt_t XWindow_t::height

Definition at line 129 of file TGWin32.cxx.

◆ ispixmap

Int_t XWindow_t::ispixmap

Definition at line 124 of file TGWin32.cxx.

◆ ncolors

Int_t XWindow_t::ncolors

Definition at line 136 of file TGWin32.cxx.

◆ new_colors

ULong_t* XWindow_t::new_colors

Definition at line 135 of file TGWin32.cxx.

◆ open

Int_t XWindow_t::open

Definition at line 122 of file TGWin32.cxx.

◆ wclip

UInt_t XWindow_t::wclip

Definition at line 133 of file TGWin32.cxx.

◆ width

UInt_t XWindow_t::width

Definition at line 128 of file TGWin32.cxx.

◆ window

GdkDrawable* XWindow_t::window

Definition at line 126 of file TGWin32.cxx.

◆ xclip

Int_t XWindow_t::xclip

Definition at line 131 of file TGWin32.cxx.

◆ yclip

Int_t XWindow_t::yclip

Definition at line 132 of file TGWin32.cxx.

Collaboration diagram for XWindow_t:
[legend]

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