aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-02 23:10:24 -0400
committerPaul Gilbert2015-07-02 23:10:24 -0400
commit8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017 (patch)
tree597cad5352956972b406d9d1497dd689d1855d9b /engines/sherlock/tattoo/widget_base.h
parent480003f48d0cb8fd0fa40cb8a3ebab8dc8597f8a (diff)
downloadscummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.tar.gz
scummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.tar.bz2
scummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.zip
SHERLOCK: RT: Implemented render method for talk dialog
Diffstat (limited to 'engines/sherlock/tattoo/widget_base.h')
-rw-r--r--engines/sherlock/tattoo/widget_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_base.h b/engines/sherlock/tattoo/widget_base.h
index 3bf3095faf..67a8332397 100644
--- a/engines/sherlock/tattoo/widget_base.h
+++ b/engines/sherlock/tattoo/widget_base.h
@@ -64,6 +64,11 @@ protected:
void makeInfoArea();
/**
+ * Draw the scrollbar for the dialog
+ */
+ void drawScrollBar(int index, int pageSize, int count);
+
+ /**
* Returns the current scroll position
*/
virtual const Common::Point &getCurrentScroll() const;