From 8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 2 Jul 2015 23:10:24 -0400 Subject: SHERLOCK: RT: Implemented render method for talk dialog --- engines/sherlock/tattoo/widget_base.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/tattoo/widget_base.h') 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 @@ -63,6 +63,11 @@ protected: */ void makeInfoArea(); + /** + * Draw the scrollbar for the dialog + */ + void drawScrollBar(int index, int pageSize, int count); + /** * Returns the current scroll position */ -- cgit v1.2.3