32 #if defined (G4VIS_BUILD_OPENGLXM_DRIVER) || defined (G4VIS_USE_OPENGLXM)
34 #ifndef G4OPENGLXMFRAMEDBOX_HH
35 #define G4OPENGLXMFRAMEDBOX_HH
40 class G4OpenGLXmVWidgetComponent;
41 class G4OpenGLXmVWidgetShell;
43 class G4OpenGLXmFramedBox :
public G4OpenGLXmBox
47 G4OpenGLXmFramedBox (
const char* = NULL,
49 virtual ~G4OpenGLXmFramedBox ();
51 void AddChild (G4OpenGLXmVWidgetComponent*);
52 void AddYourselfTo (G4OpenGLXmVWidgetShell*);
55 G4OpenGLXmFramedBox (
const G4OpenGLXmFramedBox&);
56 G4OpenGLXmFramedBox& operator = (
const G4OpenGLXmFramedBox&);