42 GUIDialog_Options(FXWindow* parent,
const char* titleName,
int width,
int height);
56 InputString(FXComposite* parent,
const std::string& name);
78 InputBool(FXComposite* parent,
const std::string& name);
101 InputInt(FXComposite* parent,
const std::string& name);
123 InputFloat(FXComposite* parent,
const std::string& name);
GUIDialog_Options(FXWindow *parent, const char *titleName, int width, int height)
Constructor.
~GUIDialog_Options()
Destructor.