#include <TApplication.h>
#include <TGClient.h>
#include <TCanvas.h>
#include <TF1.h>
#include <TRandom.h>
#include <TGButton.h>
#include <TRootEmbeddedCanvas.h>
#include "CanvasInTab.hh"
#include "TGTab.h"
#include "TGFileDialog.h"
#include <vector>
#include <map>
#include <iostream>
Go to the source code of this file.
const char* SaveFileDialog |
( |
| ) |
|
Definition at line 43 of file CanvasInTab.cc.
50 const char *gSaveAsTypes[] = {
52 "ROOT files",
"*.root",
54 "Encapsulated PostScript",
"*.eps",
63 fi.fFileTypes = gSaveAsTypes;
65 new TGFileDialog(gClient->GetRoot(), gClient->GetRoot(), kFDSave, &fi);