31 #if defined (G4VIS_BUILD_OPENGLXM_DRIVER) || defined (G4VIS_USE_OPENGLXM)
33 #ifndef G4OPENGLXMRADIOBUTTON_HH
34 #define G4OPENGLXMRADIOBUTTON_HH
38 class G4OpenGLXmRadioButton :
public G4OpenGLXmVWidgetComponent
42 G4OpenGLXmRadioButton (
const char*,
46 virtual ~G4OpenGLXmRadioButton ();
48 void SetName (
const char*);
49 const char* GetName ();
51 void AddYourselfTo (G4OpenGLXmVWidgetContainer*);
53 Widget* GetPointerToParent ();
54 Widget* GetPointerToWidget ();
57 G4OpenGLXmRadioButton (
const G4OpenGLXmRadioButton&);
58 G4OpenGLXmRadioButton& operator = (
const G4OpenGLXmRadioButton&);
60 XtCallbackRec* callback;