Fix typo in docs. (#340063)
2006-04-28 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in docs. (#340063)
This commit is contained in:
committed by
Behdad Esfahbod
parent
0165163d50
commit
bfe179e048
@@ -1,3 +1,8 @@
|
||||
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
|
||||
docs. (#340063)
|
||||
|
||||
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
|
||||
docs. (#340063)
|
||||
|
||||
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
|
||||
|
||||
@@ -5285,7 +5285,7 @@ gtk_widget_create_pango_context (GtkWidget *widget)
|
||||
* font description, and base direction for drawing text for
|
||||
* this widget.
|
||||
*
|
||||
* If you keep a #PangoLayout created in this way around, in order
|
||||
* If you keep a #PangoLayout created in this way around, in order to
|
||||
* notify the layout of changes to the base direction or font of this
|
||||
* widget, you must call pango_layout_context_changed() in response to
|
||||
* the ::style-set and ::direction-changed signals for the widget.
|
||||
|
||||
Reference in New Issue
Block a user