forked from AuroraMiddleware/gtk
Fix formatting in example in the docs. (#170611, Jianfei Wang)
2005-03-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting in example in the docs. (#170611, Jianfei Wang)
This commit is contained in:
parent
b3570de983
commit
e3737e59fe
@ -1,5 +1,8 @@
|
||||
2005-03-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
|
||||
in example in the docs. (#170611, Jianfei Wang)
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
|
||||
adjustment values on resize. (#170567, Tomislav Jonjic)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-03-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
|
||||
in example in the docs. (#170611, Jianfei Wang)
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
|
||||
adjustment values on resize. (#170567, Tomislav Jonjic)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-03-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
|
||||
in example in the docs. (#170611, Jianfei Wang)
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
|
||||
adjustment values on resize. (#170567, Tomislav Jonjic)
|
||||
|
||||
|
@ -1301,7 +1301,7 @@ set_markup (GtkLabel *label,
|
||||
* <informalexample><programlisting>
|
||||
* char *markup;
|
||||
* <!-- -->
|
||||
* markup = g_markup_printf_escaped ("<span style=\"italic\">%s</span>", str);
|
||||
* markup = g_markup_printf_escaped ("<span style=\"italic\">%s</span>", str);
|
||||
* gtk_label_set_markup (GTK_LABEL (label), markup);
|
||||
* g_free (markup);
|
||||
* </programlisting></informalexample>
|
||||
|
Loading…
Reference in New Issue
Block a user