summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-11 00:12:43 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-11 00:12:43 -0500
commita9e41482f53353629a1ea2d12a0b069a773f4f65 (patch)
tree7601c71abac83420cee064c2b6c00aab9cabbebb /components/chatmessage.hpp
parentdf781e0dc6cca6f610de317c91d2bd11530a06d1 (diff)
downloadabaddon-portaudio-a9e41482f53353629a1ea2d12a0b069a773f4f65.tar.gz
abaddon-portaudio-a9e41482f53353629a1ea2d12a0b069a773f4f65.zip
fix #7 and some other "improvements"
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index 92d39b9..0f76f21 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -27,6 +27,8 @@ protected:
Gtk::Widget *CreateStickerComponent(const Sticker &data);
void HandleImage(const AttachmentData &data, Gtk::Image *img, std::string url);
+ void OnEmbedImageLoad(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf);
+
static Glib::ustring GetText(const Glib::RefPtr<Gtk::TextBuffer> &buf);
void HandleUserMentions(Gtk::TextView *tv);