? expandcollapse.txt ? gtk_widget_set_app_paintable_doc.txt ? gtk/.gtktreeview.c.swp ? gtk/.gtkwidget.c.swp Index: gtk/gtktreeview.c =================================================================== RCS file: /cvs/gnome/gtk+/gtk/gtktreeview.c,v retrieving revision 1.459 diff -p -u -r1.459 gtktreeview.c --- gtk/gtktreeview.c 8 Jun 2005 20:14:03 -0000 1.459 +++ gtk/gtktreeview.c 10 Jun 2005 03:09:41 -0000 @@ -891,6 +891,21 @@ gtk_tree_view_class_init (GtkTreeViewCla _gtk_marshal_BOOLEAN__NONE, G_TYPE_BOOLEAN, 0); + /** + * GtkTreeView::expand-collapse-cursor-row: + * @widget: the object which received the signal. + * @logical: %FALSE if the operation depends on the widget's direction. + * @expand: %TRUE if the user requested an expand operation. + * @open_all: %TRUE if the user requested an open all operation. + * + * The expand-collapse-cursor-row signal is emitted whenever the user + * requests the focused row to be expanded or collapsed. The + * @open_all parameter is used to indicate that all of the children + * should be recursively expanded. If @logical is %FALSE, the + * operation depends on the widget's direction, and should be flipped + * in right-to-left mode (for example, expanding using the arrow + * keys). + */ tree_view_signals[EXPAND_COLLAPSE_CURSOR_ROW] = g_signal_new ("expand_collapse_cursor_row", G_TYPE_FROM_CLASS (object_class),