diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-05-19 15:29:53 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-05-19 15:29:53 +0800 |
commit | a746df7d37e5f46b63fbf203bf88c6cf570d76dc (patch) | |
tree | 93787e1e273f7a24a6dde9349834261905d6e8d1 /docs | |
parent | f64ef8ea514941f83ee802685adf82fd09a17f2b (diff) | |
download | gtk+-a746df7d37e5f46b63fbf203bf88c6cf570d76dc.tar.gz |
Fix broken SGML in gtk reference.
Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtklabel.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml index 958ad38c94..0f25786a97 100644 --- a/docs/reference/gtk/tmpl/gtklabel.sgml +++ b/docs/reference/gtk/tmpl/gtklabel.sgml @@ -172,7 +172,7 @@ to regular Pango markup. The markup for links is borrowed from HTML, using the way they appear in web browsers, with colored, underlined text. The title attribute is displayed as a tooltip on the link. An example looks like this: <informalexample><programlisting> -gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org\" title=\"&lt;i&gt;Our&/i&gt; website\">GTK+ website</a> for more..."); +gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org\" title=\"&lt;i&gt;Our&/i&gt; website\">GTK+ website</a> for more..."); </programlisting></informalexample> It is possible to implement custom handling for links and their tooltips with the #GtkLabel::activate-link signal and the gtk_label_get_current_uri() function. |