300   if ((event->
fX < 0) || (event->
fY < 0) ||
 
  438   if (isMinimized | isMaximized) {
 
  502      switch (event->
fCode) {
 
  522      switch (event->
fCode) {
 
  539      if (
f && (
f != 
this)) {
 
  541         f->HandleButton(event);
 
  804      switch (event->
fCode) {
 
  833      switch (event->
fCode) {
 
const Mask_t kButtonMotionMask
 
const Mask_t kButtonPressMask
 
const Mask_t kAnyModifier
 
const Mask_t kPointerMotionMask
 
const Mask_t kStructureNotifyMask
 
const Mask_t kButtonReleaseMask
 
include TDocParser_001 C image html pict1_TDocParser_001 png width
 
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
 
virtual void SetHsbPosition(Int_t newPos)
Set position of horizontal scrollbar.
 
TGViewPort * GetViewPort() const
 
const TGWindow * GetDefaultRoot() const
Returns the root (i.e.
 
TGFont * GetFont(const char *font, Bool_t fixedDefault=kTRUE)
Get a font from the font pool.
 
const TGPicture * GetPicture(const char *name)
Get picture from the picture pool.
 
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
 
TGCompositeFrame(const TGCompositeFrame &)
 
virtual TGFrame * GetFrameFromPoint(Int_t x, Int_t y)
Get frame located at specified point.
 
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
 
virtual void Layout()
Layout the elements of the composite frame.
 
virtual void SetCleanup(Int_t mode=kLocalCleanup)
Turn on automatic cleanup of child frames in dtor.
 
virtual TGDimension GetDefaultSize() const
std::cout << fWidth << "x" << fHeight << std::endl;
 
virtual Bool_t TranslateCoordinates(TGFrame *child, Int_t x, Int_t y, Int_t &fx, Int_t &fy)
Translate coordinates to child frame.
 
virtual Int_t MustCleanup() const
 
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
 
virtual void ShowFrame(TGFrame *f)
Show sub frame.
 
virtual UInt_t GetDefaultHeight() const
 
virtual void RemoveFrame(TGFrame *f)
Remove frame from composite frame.
 
virtual void HideFrame(TGFrame *f)
Hide sub frame.
 
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
 
static const TGGC & GetBlackGC()
Get black graphics context.
 
void RemoveInput(UInt_t emask)
Remove events specified in emask from the events the frame should handle.
 
virtual void ReparentWindow(const TGWindow *p, Int_t x=0, Int_t y=0)
Reparent window, make p the new parent and position the window at position (x,y) in new parent.
 
virtual void Activate(Bool_t)
 
static const TGGC & GetHilightGC()
Get highlight color graphics context.
 
virtual void SetBackgroundColor(Pixel_t back)
Set background color (override from TGWindow base class).
 
virtual void SendMessage(const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
Send message (i.e.
 
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
 
static const TGGC & GetShadowGC()
Get shadow color graphics context.
 
virtual void Move(Int_t x, Int_t y)
Move frame.
 
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
 
virtual void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
Move and/or resize the frame.
 
virtual void DoRedraw()
Redraw picture.
 
virtual void SetPicture(const TGPicture *pic)
Set icon picture.
 
void SetTextJustify(Int_t tmode)
Set text justification.
 
virtual void SetTextColor(Pixel_t color, Bool_t global=kFALSE)
Changes text color.
 
virtual void SetText(TGString *newText)
Set new text in label.
 
virtual void SetTextFont(TGFont *font, Bool_t global=kFALSE)
Changes text font specified by pointer to TGFont object.
 
virtual Bool_t HandleMotion(Event_t *event)
Handle motion events in resizer (resize associated MDI window).
 
TGMdiCornerWinResizer(const TGWindow *p, const TGWindow *mdiwin, Int_t pos, const TGGC *boxGC, Int_t linew, Int_t mdioptions=kMdiDefaultResizeMode, Int_t w=20, Int_t h=20)
TGMdiCornerWinResizer constructor.
 
virtual void DrawBorder()
Draw corner resizer frame border.
 
TGMdiTitleBar * fTitlebar
 
virtual void MoveResize(Int_t x, Int_t y, UInt_t w, UInt_t h)
Move the MDI window at position x, y and set size to w, h.
 
TGMdiVerticalWinResizer * fUpperHR
 
virtual void Layout()
Recalculates the postion and the size of all decor frame components.
 
Bool_t IsMaximized() const
 
Bool_t IsMinimized() const
 
TGLayoutHints * fExpandHint
 
TGMdiVerticalWinResizer * fLowerHR
 
void SetResizeMode(Int_t mode=kMdiDefaultResizeMode)
Set resize mode (opaque or transparent)
 
virtual ~TGMdiDecorFrame()
TGMdiDecorFrame destructor.
 
TGMdiCornerWinResizer * fUpperLeftCR
 
TGMdiHorizontalWinResizer * fLeftVR
 
Bool_t fMinimizedUserPlacement
 
virtual Bool_t HandleButton(Event_t *event)
Handle mouse button events.
 
void SetWindowName(const char *name)
Set MDI Window name (appearing in the title bar)
 
TGMdiMainFrame * fMdiMainFrame
 
void SetWindowIcon(const TGPicture *pic)
Set Window icon (appearing in the title bar)
 
TGMdiDecorFrame(TGMdiMainFrame *main, TGMdiFrame *frame, Int_t w, Int_t h, const TGGC *boxGC, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground())
TGMdiDecorFrame constructor.
 
virtual void Move(Int_t x, Int_t y)
Move the MDI window at position x, y.
 
virtual Bool_t HandleConfigureNotify(Event_t *event)
Handle configure notify event.
 
void SetMdiButtons(ULong_t buttons)
Set-up MDI buttons.
 
TGMdiCornerWinResizer * fLowerRightCR
 
TGMdiCornerWinResizer * fUpperRightCR
 
void SetDecorBorderWidth(Int_t bw)
Set border width of the decor.
 
TGMdiCornerWinResizer * fLowerLeftCR
 
TGMdiHorizontalWinResizer * fRightVR
 
virtual Bool_t HandleMotion(Event_t *event)
Handle motion events in resizer (resize associated MDI window).
 
TGMdiHorizontalWinResizer(const TGWindow *p, const TGWindow *mdiwin, Int_t pos, const TGGC *boxGC, Int_t linew, Int_t mdioptions=kMdiDefaultResizeMode, Int_t w=5, Int_t h=4)
TGMdiHorizontalWinResizer constructor.
 
virtual void DrawBorder()
Draw horizontal resizer frame border.
 
virtual void Layout()
Recalculates the postion and the size of all MDI child windows.
 
void LayoutButtons(UInt_t buttonmask, Bool_t isMinimized, Bool_t isMaximized)
Recalculates the position of every enabled (displayed) buttons.
 
TGMdiTitleIcon * GetWinIcon() const
 
TGLayoutHints * fLeftHint
 
void SetTitleBarColors(UInt_t fore, UInt_t back, TGFont *f)
Set title bar color (blue or grey, depends on active state).
 
virtual Bool_t HandleMotion(Event_t *event)
Handle mouse motion events in title bar (used to move MDI window).
 
TGLabel * GetWinName() const
 
TGLayoutHints * fMiddleHint
 
TGMdiTitleBar(const TGWindow *p, const TGWindow *mdiwin, const char *name="Untitled")
TGMdiTitleBar constructor.
 
virtual ~TGMdiTitleBar()
TGMdiTitleBar destructor.
 
void RemoveFrames(TGMdiTitleIcon *icon, TGMdiButtons *buttons)
This is called from TGMdiMainFrame on Maximize().
 
TGCompositeFrame * fLFrame
 
virtual Bool_t HandleDoubleClick(Event_t *event)
Handle double click in title bar (maximize window)
 
void AddFrames(TGMdiTitleIcon *icon, TGMdiButtons *buttons)
This is called from TGMdiMainFrame on Restore().
 
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process messages for title bar.
 
TGCompositeFrame * fMFrame
 
TGMdiTitleIcon * fWinIcon
 
TGCompositeFrame * fRFrame
 
virtual Bool_t HandleButton(Event_t *event)
Handle mouse click on title bar.
 
TGLayoutHints * fRightHint
 
virtual Bool_t HandleButton(Event_t *event)
Handle button event on MDI icon (popup menu)
 
TGMdiTitleIcon(const TGWindow *p, const TGWindow *titlebar, const TGPicture *pic, Int_t w, Int_t h)
TGMdiTitleIcon constructor.
 
virtual ~TGMdiTitleIcon()
TGMdiTitleIcon destructor.
 
virtual void DoRedraw()
Redraw icon.
 
TGPopupMenu * GetPopup() const
 
virtual Bool_t HandleDoubleClick(Event_t *event)
Handle double click event on MDI icon (close the window)
 
const TGWindow * fMsgWindow
 
virtual void DrawBorder()
Draw vertical resizer frame border.
 
TGMdiVerticalWinResizer(const TGWindow *p, const TGWindow *mdiwin, Int_t pos, const TGGC *boxGC, Int_t linew, Int_t mdioptions=kMdiDefaultResizeMode, Int_t w=4, Int_t h=5)
TGMdiVerticalWinResizer constructor.
 
virtual Bool_t HandleMotion(Event_t *event)
Handle motion events in resizer (resize associated MDI window).
 
virtual Bool_t HandleButton(Event_t *event)
Handle button events in resizer (grab button and resize).
 
TGMdiWinResizer(const TGWindow *p, const TGWindow *mdiwin, Int_t pos, const TGGC *boxGC, Int_t linew, Int_t mdioptions=kMdiDefaultResizeMode, Int_t w=1, Int_t h=1, UInt_t options=kOwnBackground)
TGMdiWinResizer constructor.
 
void MoveResizeIt()
Move (resize) parent MDI window.
 
void SetResizeMode(Int_t mode)
 
void SetMinSize(Int_t w=50, Int_t h=20)
 
void DrawBox(Int_t x, Int_t y, UInt_t width, UInt_t height)
Draw resize box (rectangle).
 
virtual void SetWindowName(const char *name=0)
Set window name.
 
virtual void DestroyWindow()
 
virtual Bool_t IsMapped()
Returns kTRUE if window is mapped on screen, kFALSE otherwise.
 
virtual void RaiseWindow()
 
virtual const char * GetName() const
Returns name of object.
 
int main(int argc, char **argv)