aboutsummaryrefslogtreecommitdiff
path: root/dw/view.hh
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-06 10:37:14 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-13 13:36:47 +0200
commit7bade294672a638bcd1b0451333be5bb948cbbf7 (patch)
treea44310f1ba962197bdda543a19d32c08b7929534 /dw/view.hh
parent05094b91a070c0a498870a473b37732929289ca1 (diff)
Add support for left scrollbar
Implements support for placing the vertical scrollbar on the left side by setting scrollbar_on_left=YES on dillorc. By default, continues to be on the right side. See: https://www.toomanyatoms.com/software/mobilized_dillo.html Authored-By: dogma
Diffstat (limited to 'dw/view.hh')
-rw-r--r--dw/view.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/view.hh b/dw/view.hh
index 234cc9fb..995c2d9c 100644
--- a/dw/view.hh
+++ b/dw/view.hh
@@ -72,6 +72,8 @@ public:
*/
virtual int getVScrollbarThickness () = 0;
+ virtual int getScrollbarOnLeft () = 0;
+
/**
* \brief Scroll the vieport to the given position.
*