aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:52:52 +0000
committerEugene Sandulenko2010-06-15 10:52:52 +0000
commitd19807e983d001c3bd910275a274eda4ec0ed26d (patch)
treebefd862bfe2ad0228148c36ae3241b37ad37c568 /gui/ScrollBarWidget.h
parent01f9006ee7e8d0fd153f42fb00afbc25c4804d2b (diff)
downloadscummvm-rg350-d19807e983d001c3bd910275a274eda4ec0ed26d.tar.gz
scummvm-rg350-d19807e983d001c3bd910275a274eda4ec0ed26d.tar.bz2
scummvm-rg350-d19807e983d001c3bd910275a274eda4ec0ed26d.zip
GUI: Add auto-repeater to scrollbar arrows.
svn-id: r49775
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index 9379736f05..dd2b702686 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -73,9 +73,10 @@ public:
// should these accessors force a redraw?
void recalc();
+ void checkBounds(int old_pos);
+
protected:
void drawWidget();
- void checkBounds(int old_pos);
};
} // End of namespace GUI