24 lines
600 B
C++
24 lines
600 B
C++
// This code implementation is the intellectual property of
|
|
// the GEANT4 collaboration.
|
|
//
|
|
// By copying, distributing or modifying the Program (or any work
|
|
// based on the Program) you indicate your acceptance of this statement,
|
|
// and all its terms.
|
|
//
|
|
// $Id: G4OpenGLXmVWidgetShell.cc,v 1.3 1999/12/15 14:54:10 gunter Exp $
|
|
// GEANT4 tag $Name: geant4-02-00 $
|
|
//
|
|
//Base class for all Motif shell widgets
|
|
|
|
#ifdef G4VIS_BUILD_OPENGLXM_DRIVER
|
|
|
|
#include "G4OpenGLXmVWidgetShell.hh"
|
|
|
|
G4OpenGLXmVWidgetShell::G4OpenGLXmVWidgetShell ()
|
|
{}
|
|
|
|
G4OpenGLXmVWidgetShell::~G4OpenGLXmVWidgetShell ()
|
|
{}
|
|
|
|
#endif
|