diff options
| author | Rémi Verschelde | 2018-05-16 10:53:55 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-16 10:53:55 +0200 |
| commit | 98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4 (patch) | |
| tree | 2e4f461bbbf0c8d089cba375ade4e1c67428df79 /editor/plugins/script_editor_plugin.h | |
| parent | 17e84568a45df3b81c3a40dc8eab8dbc1f95329a (diff) | |
| parent | 68b9fd79e475b14ea109b6b973944cc4def3f57d (diff) | |
| download | godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.tar.gz godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.tar.zst godot-98e5a3ea426f12b4ae439f67d29a5c6cfc5f39d4.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; |
