24 #ifndef __evGUIInstructionBox_h 25 #define __evGUIInstructionBox_h 28 #include <FL/Fl_Box.H> 37 const int width,
const int height,
39 const char *instructions);
44 return(
evString(
"evGUIInstructionBox"));
virtual const evString GetClassName(void) const
Definition: evGUIInstructionBox.h:42
virtual ~evGUIInstructionBox(void)
Definition: evGUIInstructionBox.h:56
Fl_Box * Title
Definition: evGUIInstructionBox.h:50
evGUIInstructionBox(const int x, const int y, const int width, const int height, const char *title, const char *instructions)
Definition: evGUIInstructionBox.h:33
Fl_Box * Instructions
Definition: evGUIInstructionBox.h:51
Definition: evGUIObject.h:33
Definition: evString.h:30