summaryrefslogtreecommitdiff
path: root/src/c_fl_scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_scroll.cpp')
-rw-r--r--src/c_fl_scroll.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c_fl_scroll.cpp b/src/c_fl_scroll.cpp
index 659b042..281446a 100644
--- a/src/c_fl_scroll.cpp
+++ b/src/c_fl_scroll.cpp
@@ -70,6 +70,13 @@ void free_fl_scroll(SCROLL s) {
+void fl_scroll_clear(SCROLL s) {
+ reinterpret_cast<Fl_Scroll*>(s)->clear();
+}
+
+
+
+
void fl_scroll_to(SCROLL s, int x, int y) {
reinterpret_cast<Fl_Scroll*>(s)->scroll_to(x, y);
}