summaryrefslogtreecommitdiff
path: root/tools/editor/create_dialog.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-08-23 23:15:16 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-08-23 23:15:16 -0300
commitdc7139c90d038ce2c766dd88fc5ecd051db3bac7 (patch)
treea79104d721c5ebf46b211d045dad36b93a38f798 /tools/editor/create_dialog.h
parentad8f208bdbcd9d3334c4d57d2e5554dfdb3a36d0 (diff)
Making bits of docs appear in different dialogues is made easier with EditorHelpBit
Diffstat (limited to 'tools/editor/create_dialog.h')
-rw-r--r--tools/editor/create_dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/editor/create_dialog.h b/tools/editor/create_dialog.h
index 8957479beb..41156b538a 100644
--- a/tools/editor/create_dialog.h
+++ b/tools/editor/create_dialog.h
@@ -34,6 +34,7 @@
#include "scene/gui/tree.h"
#include "scene/gui/line_edit.h"
#include "scene/gui/label.h"
+#include "editor_help.h"
/**
@author Juan Linietsky <reduzio@gmail.com>
*/
@@ -49,6 +50,10 @@ class CreateDialog : public ConfirmationDialog {
Tree *search_options;
String base_type;
+ EditorHelpBit *help_bit;
+
+ void _item_selected();
+
void _update_search();
void _sbox_input(const InputEvent& p_ie);