Inheritance diagram for TGGrabRect:
Public Member Functions | |
TGGrabRect (Int_t type) | |
~TGGrabRect () | |
Bool_t | HandleButton (Event_t *ev) |
ECursor | GetType () const |
Private Attributes | |
Pixmap_t | fPixmap |
ECursor | fType |
Definition at line 677 of file TGuiBldDragManager.cxx.
TGGrabRect::TGGrabRect | ( | Int_t | type | ) |
Definition at line 692 of file TGuiBldDragManager.cxx.
References TGFrame::AddInput(), TGObject::fClient, TGObject::fId, SetWindowAttributes_t::fMask, SetWindowAttributes_t::fOverrideRedirect, fPixmap, SetWindowAttributes_t::fSaveUnder, fType, TGFrame::GetBckgndGC(), TGClient::GetColorByName(), TGGC::GetGC(), TRootGuiBuilder::GetPopupHlghtGC(), gVirtualX, kBottomLeft, kBottomRight, kBottomSide, kButtonPressMask, kLeftSide, kRightSide, kTopLeft, kTopRight, kTopSide, kTRUE, kWAOverrideRedirect, kWASaveUnder, TGGC::SetBackground(), TGWindow::SetBackgroundPixmap(), and TGGC::SetForeground().
TGGrabRect::~TGGrabRect | ( | ) | [inline] |
Definition at line 685 of file TGuiBldDragManager.cxx.
Reimplemented from TGFrame.
Definition at line 754 of file TGuiBldDragManager.cxx.
References TGuiBldDragManager::CheckDragResize(), gGuiBldDragManager, and kTRUE.
ECursor TGGrabRect::GetType | ( | ) | const [inline] |
Definition at line 688 of file TGuiBldDragManager.cxx.
References fType.
Referenced by TGuiBldDragManager::CheckDragResize().
Pixmap_t TGGrabRect::fPixmap [private] |
ECursor TGGrabRect::fType [private] |