diff options
| author | Rémi Verschelde | 2017-01-25 07:37:42 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-25 07:37:42 +0100 |
| commit | 355ce0d0de2787c9dba25d623c1a4cda314d12d5 (patch) | |
| tree | 84c77b2c5491ddfbc7f34dfad488891263a1736c /tools/editor/filesystem_dock.h | |
| parent | 572692389719c67b2189ab07f8f9523cf6c82cca (diff) | |
| parent | 35b7295a714841c2fad6024331d7ab92b559f0aa (diff) | |
| download | godot-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.h | 3 |
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(); }; |
