aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:54:22 +0000
committerEugene Sandulenko2010-06-15 10:54:22 +0000
commit2b67bcc8e499581c33f9a4d914df056e9c2c0bf2 (patch)
tree1b74ce39da0aa569cb6b240a5185da01b8a147c2 /gui/ListWidget.h
parent5370fc2312b1f01f81c5ad4ce2ef0a2c879f9c71 (diff)
downloadscummvm-rg350-2b67bcc8e499581c33f9a4d914df056e9c2c0bf2.tar.gz
scummvm-rg350-2b67bcc8e499581c33f9a4d914df056e9c2c0bf2.tar.bz2
scummvm-rg350-2b67bcc8e499581c33f9a4d914df056e9c2c0bf2.zip
GUI: Added tooltips to more widgets.
svn-id: r49779
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index a3fb825761..3858fa6de2 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -87,8 +87,8 @@ protected:
ThemeEngine::FontColor _editColor;
public:
- ListWidget(Dialog *boss, const String &name, uint32 cmd = 0);
- ListWidget(Dialog *boss, int x, int y, int w, int h, uint32 cmd = 0);
+ ListWidget(Dialog *boss, const String &name, const char *tooltip = 0, uint32 cmd = 0);
+ ListWidget(Dialog *boss, int x, int y, int w, int h, const char *tooltip = 0, uint32 cmd = 0);
virtual ~ListWidget();
virtual Widget *findWidget(int x, int y);