summaryrefslogtreecommitdiffstats
path: root/scene/gui/scroll_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/scroll_bar.h')
-rw-r--r--scene/gui/scroll_bar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/scroll_bar.h b/scene/gui/scroll_bar.h
index deadbb53d6..ad88d826a2 100644
--- a/scene/gui/scroll_bar.h
+++ b/scene/gui/scroll_bar.h
@@ -111,6 +111,9 @@ protected:
static void _bind_methods();
public:
+ void scroll(double p_amount);
+ void scroll_to(double p_position);
+
void set_custom_step(float p_custom_step);
float get_custom_step() const;