#include "tooltips.h" Gdk::Rectangle Tooltips::drawn_tooltips_rectangle = Gdk::Rectangle(); Tooltip::Tooltip(Gtk::TextView *text_view, Glib::RefPtr start_mark, Glib::RefPtr end_mark, std::function create_tooltip_buffer) : text_view(text_view) {} Tooltip::~Tooltip() {} void Tooltip::insert_with_links_tagged(const std::string &) {} void Tooltips::show(Gdk::Rectangle const &, bool) {} void Tooltips::show(bool) {} void Tooltips::hide(const std::pair &, const std::pair &) {}