Description of a X11 window.
Definition at line 121 of file TGWin32.cxx.
|
| GdkDrawable * | buffer |
| |
| Int_t | clip |
| |
| Int_t | dashLength = 0 |
| | total length of dashes
|
| |
| std::vector< char > | dashList |
| | X11 array for dashes.
|
| |
| Int_t | dashOffset = 0 |
| | current dash offset
|
| |
| Int_t | double_buffer |
| |
| GdkDrawable * | drawing |
| |
| TAttFill | fAttFill = {-1, -1} |
| | current fill attributes
|
| |
| TAttLine | fAttLine = {-1, -1, -1} |
| | current line attributes
|
| |
| TAttMarker | fAttMarker = { -1, -1, -1 } |
| | current marker attribute
|
| |
| TAttText | fAttText |
| | current text attribute
|
| |
| Drawable | fBuffer = 0 |
| | pixmap used for double buffer
|
| |
| Int_t | fClip = 0 |
| | 1 if the clipping is on
|
| |
| Int_t | fDoubleBuffer = 0 |
| | 1 if the double buffer is on, 0 if not
|
| |
| Drawable | fDrawing = 0 |
| | drawing area, equal to window or buffer
|
| |
| TVirtualX::EDrawMode | fDrawMode = TVirtualX::kCopy |
| | current draw mode
|
| |
| GC | fGClist [kMAXGC] |
| | list of GC object, individual for each window
|
| |
| UInt_t | fHclip = 0 |
| | height of the clipping rectangle
|
| |
| UInt_t | fHeight = 0 |
| | height of the window
|
| |
| Int_t | fillFasi = 0 |
| | selected fasi pattern
|
| |
| Int_t | fillHollow = 0 |
| | X11 fill method.
|
| |
| Pixmap | fillPattern = 0 |
| | current initialized fill pattern
|
| |
| Int_t | fIsPixmap = 0 |
| | 1 if pixmap, 0 if not
|
| |
| Int_t | fNcolors = 0 |
| | number of different colors
|
| |
| ULong_t * | fNewColors = 0 |
| | new image colors (after processing)
|
| |
| Int_t | fOpen = 0 |
| | 1 if the window is open, 0 if not
|
| |
| Bool_t | fShared = 0 |
| | notify when window is shared
|
| |
| UInt_t | fWclip = 0 |
| | width of the clipping rectangle
|
| |
| UInt_t | fWidth = 0 |
| | width of the window
|
| |
| Drawable | fWindow = 0 |
| | X11 window.
|
| |
| Int_t | fXclip = 0 |
| | x coordinate of the clipping rectangle
|
| |
| Int_t | fYclip = 0 |
| | y coordinate of the clipping rectangle
|
| |
| UInt_t | hclip |
| |
| UInt_t | height |
| |
| Int_t | ispixmap |
| |
| Int_t | lineStyle = LineSolid |
| | X11 line style.
|
| |
| Int_t | lineWidth = 0 |
| | X11 line width.
|
| |
| Int_t | markerLineWidth = 0 |
| | line width used for marker
|
| |
| std::vector< XPoint > | markerShape |
| | marker shape points
|
| |
| Int_t | markerSize = 0 |
| | size of simple markers
|
| |
| Int_t | markerType = 0 |
| | 4 differen kinds of marker
|
| |
| Int_t | ncolors |
| |
| ULong_t * | new_colors |
| |
| Int_t | open |
| |
| Int_t | textAlign = 0 |
| | selected text align
|
| |
| XFontStruct * | textFont = nullptr |
| | selected text font
|
| |
| UInt_t | wclip |
| |
| UInt_t | width |
| |
| GdkDrawable * | window |
| |
| Int_t | xclip |
| |
| Int_t | yclip |
| |