34 load(
"options_controls");
42 std::list<Widget *> camGroup;
43 camGroup.push_back(
getWidget(
"ChaseCheckBox"));
44 camGroup.push_back(
getWidget(
"StiffCheckBox"));
45 camGroup.push_back(
getWidget(
"BGCheckBox"));
73 if ((widget.
getTag() ==
"CancelButton") ||
74 (widget.
getTag() ==
"XButton")) {
79 if (widget.
getTag() ==
"OkButton") {
Widget * getWidget(const Common::UString &tag, bool vital=false)
Return a widget in the GUI.
uint32 _returnCode
The GUI's return code.
void declareGroup(const std::list< Widget *> &group)
Put these widgets together into a group.
void load(const Common::UString &resref)
The NWN controls options menu.
void addWidget(Widget *widget)
Add a widget.