33#include <X11/Intrinsic.h>
106 XmString sliderbar_string = XmStringCreateLocalized ((
char*)
name);
108 XmNlabelString, sliderbar_string,
110 XmStringFree (sliderbar_string);
183 XmString name_string = XmStringCreateLocalized ((
char*)
name);
188 XmNtitleString, name_string,
206 XmNvalueChangedCallback,
212 XmStringFree (name_string);
void SetName(const char *)
unsigned char GetDirection()
G4double GetInitialValue()
void AddYourselfTo(G4OpenGLXmVWidgetContainer *)
Widget * GetPointerToWidget()
void SetOrientation(unsigned char)
void SetDirection(unsigned char)
void SetMinValue(G4double)
G4OpenGLXmSliderBar(const char *=NULL, XtCallbackRec *=NULL, G4bool=False, short=0, G4double=0., G4double=0., G4double=0., unsigned char=XmHORIZONTAL, unsigned char=XmMAX_ON_RIGHT)
void SetInitialValue(G4double)
unsigned char orientation
unsigned char GetOrientation()
virtual ~G4OpenGLXmSliderBar()
Widget * GetPointerToParent()
void SetDecimalPlaces(short)
void SetMaxValue(G4double)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
T min(const T t1, const T t2)
brief Return the smallest of the two arguments