3 #ifndef _GTKMM_LINKBUTTON_H
4 #define _GTKMM_LINKBUTTON_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 {
class LinkButton_Class; }
61 #ifndef DOXYGEN_SHOULD_SKIP_THIS
70 #ifndef DOXYGEN_SHOULD_SKIP_THIS
74 static CppClassType linkbutton_class_;
81 explicit LinkButton(
const Glib::ConstructParams& construct_params);
87 #ifndef DOXYGEN_SHOULD_SKIP_THIS
88 static GType get_type() G_GNUC_CONST;
91 static GType get_base_type() G_GNUC_CONST;
116 explicit LinkButton(
const Glib::ustring& uri,
const Glib::ustring& label);
151 #ifndef GTKMM_DISABLE_DEPRECATED
160 typedef sigc::slot<void, Gtk::LinkButton*, const Glib::ustring&>
SlotUri;