mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
add copy link, underline links, tweak emojis
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user