mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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:
parent
373cbb13be
commit
0bce92f67d
@ -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-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
|
||||
|
@ -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-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
|
||||
|
@ -5395,7 +5395,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.
|
||||
|
Loading…
Reference in New Issue
Block a user