clear input when exiting editing

This commit is contained in:
ouwou
2023-07-15 15:49:35 -04:00
parent 00524cefa2
commit f941ad1bef
3 changed files with 6 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ public:
ChatInput();
void InsertText(const Glib::ustring &text);
void Clear();
Glib::RefPtr<Gtk::TextBuffer> GetBuffer();
bool ProcessKeyPress(GdkEventKey *event);
void AddAttachment(const Glib::RefPtr<Gio::File> &file);