summaryrefslogtreecommitdiff
path: root/src/gui/scrollarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/scrollarea.h')
-rw-r--r--src/gui/scrollarea.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gui/scrollarea.h b/src/gui/scrollarea.h
index be361f68..c714bf1f 100644
--- a/src/gui/scrollarea.h
+++ b/src/gui/scrollarea.h
@@ -78,6 +78,18 @@ class ScrollArea : public gcn::ScrollArea
*/
bool isOpaque() const { return mOpaque; }
+ /**
+ * Return the width of the scrollarea adjusting for visible
+ * vertical scrollbar.
+ */
+ int getAdjustedWidth() const;
+
+ /**
+ * Return the height of the scrollarea adjusting for visible
+ * horizontal scrollbar.
+ */
+ int getAdjustedHeight() const;
+
protected:
enum BUTTON_DIR {
UP,