#include "TError.h"
#include "TGFrame.h"
#include "TGResourcePool.h"
#include "TGPicture.h"
#include "TList.h"
#include "TApplication.h"
#include "TTimer.h"
#include "Riostream.h"
#include "TClass.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TBits.h"
#include "TColor.h"
#include "TROOT.h"
#include "KeySymbols.h"
#include "TGFileDialog.h"
#include "TGMsgBox.h"
#include "TSystem.h"
#include "TVirtualDragManager.h"
#include "TGuiBuilder.h"
#include "TQConnection.h"
#include "TGButton.h"
#include "TGSplitter.h"
#include "TGDNDManager.h"
#include "TImage.h"
#include "TObjectSpy.h"
Go to the source code of this file.
Functions | |
ClassImp (TGFrame) ClassImp(TGCompositeFrame) ClassImp(TGVerticalFrame) ClassImp(TGHorizontalFrame) ClassImp(TGMainFrame) ClassImp(TGTransientFrame) ClassImp(TGGroupFrame) ClassImp(TGHeaderFrame) TGFrame | |
Variables | |
static const char * | gSaveMacroTypes [] |
TList * | gListOfHiddenFrames = new TList() |
ClassImp | ( | TGFrame | ) |
Definition at line 129 of file TGFrame.cxx.
References SetWindowAttributes_t::fBackgroundPixel, SetWindowAttributes_t::fEventMask, fHeight, fId, SetWindowAttributes_t::fMask, gClient, TGFrame::GetBckgndGC(), TGFrame::GetBlackGC(), TGFrame::GetBlackPixel(), TGFrame::GetDefaultFrameBackground(), TGFrame::GetDefaultSelectedBackground(), TGFrame::GetHilightGC(), TGFrame::GetShadowGC(), TGFrame::GetWhiteGC(), TGFrame::GetWhitePixel(), gVirtualX, kDoubleBorder, kExposureMask, kMainFrame, kMaxUInt, kRaisedFrame, kStructureNotifyMask, kSunkenFrame, kTRUE, kWABackPixel, kWAEventMask, and SetWindowName().
TList* gListOfHiddenFrames = new TList() |
Definition at line 127 of file TGFrame.cxx.
Referenced by TGCompositeFrame::SavePrimitiveSubframes(), TGTransientFrame::SaveSource(), and TGMainFrame::SaveSource().
const char* gSaveMacroTypes[] [static] |
Initial value:
{ "ROOT macros", "*.C", "GIF", "*.gif", "PNG", "*.png", "JPEG", "*.jpg", "TIFF", "*.tiff", "XPM", "*.xpm", "All files", "*", 0, 0 }
Definition at line 116 of file TGFrame.cxx.
Referenced by TGuiBldDragManager::HandleKey(), TRootGuiBuilder::OpenProject(), TGuiBldDragManager::Save(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), and TRootGuiBuilder::SaveProject().