summaryrefslogtreecommitdiff
path: root/tools/editor/editor_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_log.h')
-rw-r--r--tools/editor/editor_log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/editor_log.h b/tools/editor/editor_log.h
index 1141d03911..6950ffa1a0 100644
--- a/tools/editor/editor_log.h
+++ b/tools/editor/editor_log.h
@@ -45,6 +45,7 @@ class EditorLog : public PanelContainer {
OBJ_TYPE( EditorLog, PanelContainer );
ToolButton *button;
+ Button *clearbutton;
Label *title;
RichTextLabel *log;
TextureButton *tb;
@@ -58,10 +59,10 @@ class EditorLog : public PanelContainer {
Thread::ID current;
-
// void _dragged(const Point2& p_ofs);
void _close_request();
void _flip_request();
+ void _clear_request();
static void _undo_redo_cbk(void *p_self,const String& p_name);
protected:
@@ -73,6 +74,7 @@ public:
void deinit();
ToolButton *get_button();
+ void clear();
EditorLog();
~EditorLog();
};