source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/common/gui/src/AboutDlg.cc @ 117

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

ESAF version compilable on mac OS

File size: 528 bytes
Line 
1// dialog window with version infos
2// M. Pallavicini  created 29-12-2001
3//
4
5#include "AboutDlg.hh"
6
7ClassImp(TAboutDialog)
8
9//______________________________________________________________________________
10TAboutDialog::TAboutDialog(const TGWindow* p, const TGWindow* main, 
11    unsigned int w, unsigned int h, unsigned int options) :
12    TGTransientFrame(p, main, w, h, options ) {
13    // ctor
14
15}
16
17//______________________________________________________________________________
18TAboutDialog::~TAboutDialog() {
19    // dtor
20
21}
Note: See TracBrowser for help on using the repository browser.