Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gnome_href_new () |
void | gnome_href_set_url () |
const gchar * | gnome_href_get_url () |
void | gnome_href_set_text () |
const gchar * | gnome_href_get_text () |
void | gnome_href_set_label () |
const gchar * | gnome_href_get_label () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GnomeHRef
GtkWidget * gnome_href_new (const gchar *url
,const gchar *text
);
gnome_href_new
is deprecated and should not be used in newly-written code.
Created a GNOME href object, a label widget with a clickable action
and an associated URL. If text
is set to NULL
, url
is used as
the text for the label.
void gnome_href_set_url (GnomeHRef *href
,const gchar *url
);
gnome_href_set_url
is deprecated and should not be used in newly-written code.
Sets the internal URL value within href
to the value of url
.
const gchar *
gnome_href_get_url (GnomeHRef *href
);
gnome_href_get_url
is deprecated and should not be used in newly-written code.
Returns the pointer to the URL associated with the href
href object. Note
that the string should not be freed as it is internal memory.
void gnome_href_set_text (GnomeHRef *href
,const gchar *text
);
gnome_href_set_text
is deprecated and should not be used in newly-written code.
Sets the internal label widget text (used to display a URL's link
text) to the value given in label
.
const gchar *
gnome_href_get_text (GnomeHRef *href
);
gnome_href_get_text
is deprecated and should not be used in newly-written code.
Returns the contents of the label widget used to display the link text. Note that the string should not be freed as it points to internal memory.
void gnome_href_set_label (GnomeHRef *href
,const gchar *label
);
gnome_href_set_label
is deprecated and should not be used in newly-written code.
deprecated, use gnome_href_set_text
const gchar *
gnome_href_get_label (GnomeHRef *href
);
gnome_href_get_label
is deprecated and should not be used in newly-written code.
Deprecated, use gnome_href_get_text.
“text”
property“text” gchar *
The text on the button.
Flags: Read / Write
Default value: "End World Hunger"
“url”
property“url” gchar *
The URL that GnomeHRef activates.
Flags: Read / Write
Default value: "http://www.wfp.org"