diff options
| author | Julian Murgia | 2018-04-30 14:27:00 +0200 |
|---|---|---|
| committer | Julian Murgia | 2018-05-11 13:30:43 +0200 |
| commit | 68b9fd79e475b14ea109b6b973944cc4def3f57d (patch) | |
| tree | 63e1364c39273017d478452704e4d8bbe2bad74c /editor/plugins/script_editor_plugin.h | |
| parent | 74796d9b6cf1663029a5fa6b5024b236746e506a (diff) | |
| download | godot-68b9fd79e475b14ea109b6b973944cc4def3f57d.tar.gz godot-68b9fd79e475b14ea109b6b973944cc4def3f57d.tar.zst godot-68b9fd79e475b14ea109b6b973944cc4def3f57d.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index 9f37b18d7..a2ff47cd9 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -199,6 +199,9 @@ class ScriptEditor : public PanelContainer { ItemList *script_list; HSplitContainer *script_split; ItemList *members_overview; + VBoxContainer *members_overview_vbox; + HBoxContainer *members_overview_buttons_hbox; + ToolButton *members_overview_alphabeta_sort_button; bool members_overview_enabled; ItemList *help_overview; bool help_overview_enabled; @@ -318,6 +321,7 @@ class ScriptEditor : public PanelContainer { void _update_members_overview_visibility(); void _update_members_overview(); + void _toggle_members_overview_alpha_sort(bool p_alphabetic_sort); void _update_script_names(); bool _sort_list_on_update; |
