source: JEM-EUSO/esaf_cc_at_lal/packages/common/gui/include/AboutDlg.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 435 bytes
Line 
1// dialog window with version infos
2// M. Pallavicini  created 29-12-2001
3//
4
5#ifndef __ABOUTDLG_HH_
6#define __ABOUTDLG_HH_
7
8#include "TGFrame.h"
9#include "TGButton.h"
10
11
12class TAboutDialog : public TGTransientFrame {
13public:
14    TAboutDialog(const TGWindow*, const TGWindow*,
15        unsigned int, unsigned int, unsigned int = kVerticalFrame);
16    ~TAboutDialog();
17
18private:
19    TGButton *fOK;
20
21    ClassDef(TAboutDialog,0)
22};
23
24#endif
Note: See TracBrowser for help on using the repository browser.