diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-11 00:12:43 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-11 00:12:43 -0500 |
commit | a9e41482f53353629a1ea2d12a0b069a773f4f65 (patch) | |
tree | 7601c71abac83420cee064c2b6c00aab9cabbebb /components/chatmessage.hpp | |
parent | df781e0dc6cca6f610de317c91d2bd11530a06d1 (diff) | |
download | abaddon-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.hpp | 2 |
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); |