17 #ifndef GUIDialog_Options_h 18 #define GUIDialog_Options_h 45 GUIDialog_Options(FXWindow* parent,
const char* titleName,
int width,
int height);
59 InputString(FXComposite* parent,
const std::string& name);
82 InputBool(FXComposite* parent,
const std::string& name);
105 InputInt(FXComposite* parent,
const std::string& name);
128 InputFloat(FXComposite* parent,
const std::string& name);
GUIDialog_Options(FXWindow *parent, const char *titleName, int width, int height)
Constructor.
~GUIDialog_Options()
Destructor.