aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-09 05:18:00 +0000
committerEugene Sandulenko2006-03-09 05:18:00 +0000
commit8a5f44d797230d3a72697df6d1ee785a04b01d0e (patch)
tree1c131a5bb7397e530c9ea10a091bdc88144aa4cd /gui/dialog.h
parenteffed85448baa683ed5dafe2cf2c5531c092a951 (diff)
downloadscummvm-rg350-8a5f44d797230d3a72697df6d1ee785a04b01d0e.tar.gz
scummvm-rg350-8a5f44d797230d3a72697df6d1ee785a04b01d0e.tar.bz2
scummvm-rg350-8a5f44d797230d3a72697df6d1ee785a04b01d0e.zip
Converted last dialogs to new scheme. Now it seems to be everything. Please,
test throghoutly. svn-id: r21157
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 4a1e47add8..9448de2f7e 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -81,9 +81,6 @@ protected:
Widget *findWidget(int x, int y); // Find the widget at pos x,y if any
ButtonWidget *addButton(GuiObject *boss, int x, int y, const Common::String &label, uint32 cmd, char hotkey, WidgetSize ws = kDefaultWidgetSize);
- CheckboxWidget *addCheckbox(GuiObject *boss, int x, int y, const Common::String &label, uint32 cmd, char hotkey, WidgetSize ws = kDefaultWidgetSize);
- SliderWidget *addSlider(GuiObject *boss, int x, int y, uint32 cmd, WidgetSize ws = kDefaultWidgetSize);
- PopUpWidget *addPopUp(GuiObject *boss, int x, int y, int w, const Common::String &label, uint labelWidth = 0, WidgetSize ws = kDefaultWidgetSize);
void setResult(int result) { _result = result; }
int getResult() const { return _result; }