From 4aac7819d19251b99493570df72646d90ac19abf Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 18 May 2005 14:11:53 +0000 Subject: Some more scaling work. Parts of the options dialogs scale themselves. Some of them better than others. svn-id: r18165 --- gui/dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/dialog.h') diff --git a/gui/dialog.h b/gui/dialog.h index 0309709a51..77e372144a 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -87,7 +87,9 @@ 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); ButtonWidget *addButton(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); CheckboxWidget *addCheckbox(int x, int y, const Common::String &label, uint32 cmd, char hotkey, WidgetSize ws = kDefaultWidgetSize); -- cgit v1.2.3