summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-07-09 01:57:56 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-07-09 01:57:56 -0400
commit02ce353c6d35af004dc1b6f5ae9f68fbb8540b54 (patch)
tree49dda3f8880b76dd002dcf8c4f5f314171f12fca /src/components/chatinput.hpp
parent241d9a2140b07acb4212c1fc79b70f1f36be9c78 (diff)
downloadabaddon-portaudio-02ce353c6d35af004dc1b6f5ae9f68fbb8540b54.tar.gz
abaddon-portaudio-02ce353c6d35af004dc1b6f5ae9f68fbb8540b54.zip
check nitro size restriction + fix replying border
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r--src/components/chatinput.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp
index 625161a..2b88fd1 100644
--- a/src/components/chatinput.hpp
+++ b/src/components/chatinput.hpp
@@ -102,6 +102,10 @@ public:
Glib::RefPtr<Gtk::TextBuffer> GetBuffer();
bool ProcessKeyPress(GdkEventKey *event);
void AddAttachment(const Glib::RefPtr<Gio::File> &file);
+ void IndicateTooLarge();
+
+ void StartReplying();
+ void StopReplying();
private:
bool AddFileAsImageAttachment(const Glib::RefPtr<Gio::File> &file);