forked from AuroraMiddleware/gtk
Fix an oversight in an example.
svn path=/trunk/; revision=17495
This commit is contained in:
parent
c27179b2c5
commit
69072fc65c
@ -1,5 +1,8 @@
|
||||
2007-03-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintoperation.c: Fix an oversight in an
|
||||
example. (#381083, Ian Puleston)
|
||||
|
||||
* gtk/gtkcombobox.c: Clean up and clarify docs. (#412484)
|
||||
|
||||
2007-03-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -670,7 +670,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
|
||||
* pango_font_description_free (desc);
|
||||
*
|
||||
* pango_layout_set_text (layout, "some text", -1);
|
||||
* pango_layout_set_width (layout, width);
|
||||
* pango_layout_set_width (layout, width * PANGO_SCALE);
|
||||
* pango_layout_set_alignment (layout, PANGO_ALIGN_CENTER);
|
||||
*
|
||||
* pango_layout_get_size (layout, NULL, &layout_height);
|
||||
|
Loading…
Reference in New Issue
Block a user