aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorMarianoGNU2016-01-18 22:10:44 -0300
committerMarianoGNU2016-01-18 22:10:44 -0300
commit76ee2035b6726dbe9f2dc356e71069ff7b6c9d78 (patch)
tree1ddf0826ababb9e08f04bff1973a8997a0b40ca8 /scene/gui/graph_edit.h
parentc2aaeaaf5afb612cde195075575a955fa0650f4f (diff)
downloadgodot-76ee2035b6726dbe9f2dc356e71069ff7b6c9d78.tar.gz
godot-76ee2035b6726dbe9f2dc356e71069ff7b6c9d78.tar.zst
godot-76ee2035b6726dbe9f2dc356e71069ff7b6c9d78.zip
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index b63597afb..ec278827b 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -3,7 +3,8 @@
#include "scene/gui/graph_node.h"
#include "scene/gui/scroll_bar.h"
-
+#include "scene/gui/slider.h"
+#include "texture_frame.h"
class GraphEdit;
class GraphEditFilter : public Control {
@@ -34,6 +35,8 @@ public:
};
private:
+ TextureFrame* zoom_icon;
+ HSlider* sl_zoom;
HScrollBar* h_scroll;
VScrollBar* v_scroll;