32 #ifdef G4VIS_BUILD_OPENGLXM_DRIVER
34 #ifndef G4OPENGLXMRADIOBUTTON_HH
35 #define G4OPENGLXMRADIOBUTTON_HH
39 class G4OpenGLXmRadioButton :
public G4OpenGLXmVWidgetComponent
43 G4OpenGLXmRadioButton (
const char*,
47 virtual ~G4OpenGLXmRadioButton ();
49 void SetName (
const char*);
50 const char* GetName ();
52 void AddYourselfTo (G4OpenGLXmVWidgetContainer*);
54 Widget* GetPointerToParent ();
55 Widget* GetPointerToWidget ();
58 G4OpenGLXmRadioButton (
const G4OpenGLXmRadioButton&);
59 G4OpenGLXmRadioButton& operator = (
const G4OpenGLXmRadioButton&);
61 XtCallbackRec* callback;