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_t * | fNewColors |
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_t * | new_colors |
Int_t | open |
UInt_t | wclip |
UInt_t | width |
GdkDrawable * | window |
Int_t | xclip |
Int_t | yclip |
#include <TGX11.h>
GdkDrawable* XWindow_t::buffer |
Definition at line 127 of file TGWin32.cxx.
Int_t XWindow_t::clip |
Definition at line 130 of file TGWin32.cxx.
Int_t XWindow_t::double_buffer |
Definition at line 123 of file TGWin32.cxx.
GdkDrawable* XWindow_t::drawing |
Definition at line 125 of file TGWin32.cxx.
Int_t XWindow_t::fDoubleBuffer |
Drawable XWindow_t::fDrawing |
ULong_t* XWindow_t::fNewColors |
Int_t XWindow_t::fXclip |
Int_t XWindow_t::fYclip |
UInt_t XWindow_t::hclip |
Definition at line 134 of file TGWin32.cxx.
UInt_t XWindow_t::height |
Definition at line 129 of file TGWin32.cxx.
Int_t XWindow_t::ispixmap |
Definition at line 124 of file TGWin32.cxx.
Int_t XWindow_t::ncolors |
Definition at line 136 of file TGWin32.cxx.
ULong_t* XWindow_t::new_colors |
Definition at line 135 of file TGWin32.cxx.
Int_t XWindow_t::open |
Definition at line 122 of file TGWin32.cxx.
UInt_t XWindow_t::wclip |
Definition at line 133 of file TGWin32.cxx.
UInt_t XWindow_t::width |
Definition at line 128 of file TGWin32.cxx.
GdkDrawable* XWindow_t::window |
Definition at line 126 of file TGWin32.cxx.
Int_t XWindow_t::xclip |
Definition at line 131 of file TGWin32.cxx.
Int_t XWindow_t::yclip |
Definition at line 132 of file TGWin32.cxx.