mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix typo in docs. (#153811, Billy Biggs)
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in docs. (#153811, Billy Biggs)
This commit is contained in:
parent
e465dede96
commit
c7f30d069e
@ -1,5 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
|
||||
docs. (#153811, Billy Biggs)
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
|
||||
docs. (#153811, Billy Biggs)
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
|
||||
docs. (#153811, Billy Biggs)
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
|
||||
docs. (#153811, Billy Biggs)
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
|
@ -9653,7 +9653,7 @@ gtk_tree_view_get_rules_hint (GtkTreeView *tree_view)
|
||||
* @column: The #GtkTreeViewColumn to add.
|
||||
*
|
||||
* Appends @column to the list of columns. If @tree_view has "fixed_height"
|
||||
* mode enbabled, then @column must have its "sizing" property set to be
|
||||
* mode enabled, then @column must have its "sizing" property set to be
|
||||
* GTK_TREE_VIEW_COLUMN_FIXED.
|
||||
*
|
||||
* Return value: The number of columns in @tree_view after appending.
|
||||
|
Loading…
Reference in New Issue
Block a user