diff options
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index 54a21f0..dda6264 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -37,6 +37,12 @@ protected: void HandleChannelMentions(Gtk::TextView *tv); bool OnClickChannel(GdkEventButton *ev); + Gtk::Menu m_link_menu; + Gtk::MenuItem *m_link_menu_copy; + + void on_link_menu_copy(); + Glib::ustring m_selected_link; + void HandleLinks(Gtk::TextView *tv); bool OnLinkClick(GdkEventButton *ev); std::map<Glib::RefPtr<Gtk::TextTag>, std::string> m_link_tagmap; |