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