More progress on visual script editing

This commit is contained in:
Juan Linietsky
2016-08-03 11:28:20 -03:00
parent f67e72c82a
commit 1b92c090ae
7 changed files with 869 additions and 101 deletions

View File

@@ -47,6 +47,14 @@ class VisualScriptEditor : public ScriptEditorBase {
Tree *members;
Tree *nodes;
Label *hint_text;
Timer *hint_text_timer;
Label *select_func_text;
void _show_hint(const String& p_hint);
void _hide_timer();
CreateDialog *select_base_type;
struct VirtualInMenu {