aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-25 07:37:42 +0100
committerGitHub2017-01-25 07:37:42 +0100
commit355ce0d0de2787c9dba25d623c1a4cda314d12d5 (patch)
tree84c77b2c5491ddfbc7f34dfad488891263a1736c /tools/editor/filesystem_dock.h
parent572692389719c67b2189ab07f8f9523cf6c82cca (diff)
parent35b7295a714841c2fad6024331d7ab92b559f0aa (diff)
downloadgodot-355ce0d0de2787c9dba25d623c1a4cda314d12d5.tar.gz
godot-355ce0d0de2787c9dba25d623c1a4cda314d12d5.tar.zst
godot-355ce0d0de2787c9dba25d623c1a4cda314d12d5.zip
Diffstat (limited to 'tools/editor/filesystem_dock.h')
-rw-r--r--tools/editor/filesystem_dock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/filesystem_dock.h b/tools/editor/filesystem_dock.h
index 382fcf198..a5a1df095 100644
--- a/tools/editor/filesystem_dock.h
+++ b/tools/editor/filesystem_dock.h
@@ -199,6 +199,9 @@ public:
void set_display_mode(int p_mode);
+ int get_split_offset() { return split_box->get_split_offset(); }
+ void set_split_offset(int p_offset) { split_box->set_split_offset(p_offset); }
+
FileSystemDock(EditorNode *p_editor);
~FileSystemDock();
};