#ifndef ROOT_TStyleDialog
#define ROOT_TStyleDialog
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TGLabel;
class TGTextButton;
class TGTextEntry;
class TGTransientFrame;
class TList;
class TStyle;
class TStyleManager;
class TVirtualPad;
class TStyleDialog : public TGTransientFrame {
private:
TStyleManager *fStyleManager;
TGTextEntry *fName;
TGLabel *fNameLabel;
TGTextEntry *fTitle;
TGLabel *fTitleLabel;
TGLabel *fWarnLabel;
TGTextButton *fOK;
TGTextButton *fCancel;
TStyle *fCurStyle;
Int_t fMode;
TVirtualPad *fCurPad;
TList *fTrashListFrame;
TList *fTrashListLayout;
public:
TStyleDialog(TStyleManager *sm, TStyle *cur, Int_t mode,
TVirtualPad *currentPad = 0);
virtual ~TStyleDialog();
void DoCloseWindow();
void DoCancel();
void DoOK();
void DoUpdate();
ClassDef(TStyleDialog, 0)
};
#endif
Last change: Wed Jun 25 08:53:44 2008
Last generated: 2008-06-25 08:53
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.