Clarify the doc comment. (#118602)

Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
	doc comment.  (#118602)
This commit is contained in:
Matthias Clasen 2004-03-05 22:36:05 +00:00 committed by Matthias Clasen
parent 20cafaeefc
commit 61fd5219ab
6 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment. (#118602)
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let

View File

@ -1,3 +1,8 @@
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment. (#118602)
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let

View File

@ -1,3 +1,8 @@
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment. (#118602)
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let

View File

@ -1,3 +1,8 @@
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment. (#118602)
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let

View File

@ -1,3 +1,8 @@
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment. (#118602)
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let

View File

@ -10335,10 +10335,10 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
* #GtkTreeStore and #GtkListStore support these. If @reorderable is %TRUE, then
* the user can reorder the model by dragging and dropping rows. The
* developer can listen to these changes by connecting to the model's
* signals.
* row_inserted and row_deleted signals.
*
* This function does not give you any degree of control over the order -- any
* reorderering is allowed. If more control is needed, you should probably
* reordering is allowed. If more control is needed, you should probably
* handle drag and drop manually.
**/
void