![]() |
![]() |
Public Member Functions | |
Glib::ustring | get_uri () const |
const GtkLinkButton* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkLinkButton* | gobj () |
Provides access to the underlying C GtkObject. | |
LinkButton (const Glib::ustring& uri, const Glib::ustring& label) | |
LinkButton (const Glib::ustring& uri) | |
LinkButton () | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_uri () const |
The URI bound to this button. | |
Glib::PropertyProxy<Glib::ustring> | property_uri () |
The URI bound to this button. | |
void | set_uri (const Glib::ustring& uri) |
virtual | ~LinkButton () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::LinkButton* | wrap (GtkLinkButton* object, bool take_copy=false) |
virtual Gtk::LinkButton::~LinkButton | ( | ) | [virtual] |
Gtk::LinkButton::LinkButton | ( | ) |
Gtk::LinkButton::LinkButton | ( | const Glib::ustring & | uri | ) | [explicit] |
Gtk::LinkButton::LinkButton | ( | const Glib::ustring & | uri, | |
const Glib::ustring & | label | |||
) | [explicit] |
Glib::ustring Gtk::LinkButton::get_uri | ( | ) | const |
const GtkLinkButton* Gtk::LinkButton::gobj | ( | ) | const [inline] |
GtkLinkButton* Gtk::LinkButton::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::LinkButton::property_uri | ( | ) | const |
The URI bound to this button.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gtk::LinkButton::property_uri | ( | ) |
The URI bound to this button.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gtk::LinkButton::set_uri | ( | const Glib::ustring & | uri | ) |
Gtk::LinkButton* wrap | ( | GtkLinkButton * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |