forked from AuroraMiddleware/gtk
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:
parent
20cafaeefc
commit
61fd5219ab
@ -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>
|
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
||||||
|
@ -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>
|
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
||||||
|
@ -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>
|
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
||||||
|
@ -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>
|
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
||||||
|
@ -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>
|
Fri Mar 5 22:37:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't let
|
||||||
|
@ -10335,10 +10335,10 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
|
|||||||
* #GtkTreeStore and #GtkListStore support these. If @reorderable is %TRUE, then
|
* #GtkTreeStore and #GtkListStore support these. If @reorderable is %TRUE, then
|
||||||
* the user can reorder the model by dragging and dropping rows. The
|
* the user can reorder the model by dragging and dropping rows. The
|
||||||
* developer can listen to these changes by connecting to the model's
|
* 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
|
* 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.
|
* handle drag and drop manually.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user