Home
last modified time | relevance | path

Searched refs:SlotRichTextReceived (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dclipboard.cc159 Gtk::Clipboard::SlotRichTextReceived *const in SignalProxy_RichTextReceived_gtk_callback()
160 slot = static_cast<Gtk::Clipboard::SlotRichTextReceived*>(data); in SignalProxy_RichTextReceived_gtk_callback()
248 …pboard::request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot) in request_rich_text()
251 SlotRichTextReceived* slot_copy = new SlotRichTextReceived(slot); in request_rich_text()
H A Dclipboard.h312 typedef sigc::slot<void, const Glib::ustring&, const std::string&> SlotRichTextReceived; typedef
326 void request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dclipboard.ccg150 Gtk::Clipboard::SlotRichTextReceived *const
151 slot = static_cast<Gtk::Clipboard::SlotRichTextReceived*>(data);
239 …pboard::request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot)
242 SlotRichTextReceived* slot_copy = new SlotRichTextReceived(slot);
H A Dclipboard.hg161 typedef sigc::slot<void, const Glib::ustring&, const std::string&> SlotRichTextReceived;
175 void request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dclipboard.cc156 Gtk::Clipboard::SlotRichTextReceived *const in SignalProxy_RichTextReceived_gtk_callback()
157 slot = static_cast<Gtk::Clipboard::SlotRichTextReceived*>(data); in SignalProxy_RichTextReceived_gtk_callback()
248 …pboard::request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot) in request_rich_text()
251 auto slot_copy = new SlotRichTextReceived(slot); in request_rich_text()
H A Dclipboard.h252 typedef sigc::slot<void, const Glib::ustring&, const std::string&> SlotRichTextReceived; typedef
266 void request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dclipboard.ccg147 Gtk::Clipboard::SlotRichTextReceived *const
148 slot = static_cast<Gtk::Clipboard::SlotRichTextReceived*>(data);
239 …pboard::request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot)
242 auto slot_copy = new SlotRichTextReceived(slot);
H A Dclipboard.hg159 typedef sigc::slot<void, const Glib::ustring&, const std::string&> SlotRichTextReceived;
173 void request_rich_text(const Glib::RefPtr<TextBuffer>& buffer, const SlotRichTextReceived& slot);