From 685fe294730f52927369e5b707d11cbfd992b22d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 7 Jan 2011 15:47:13 +0900 Subject: [PATCH] Fixed documentation of gtk_cell_area_set_focus_cell(). --- gtk/gtkcellarea.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index 7c635f650a..e859c8d06c 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -2945,11 +2945,12 @@ gtk_cell_area_activate (GtkCellArea *area, * @area: a #GtkCellArea * @renderer: the #GtkCellRenderer to give focus to * - * This is generally called from #GtkCellArea implementations - * either gtk_cell_area_grab_focus() or gtk_cell_area_update_focus() - * is called. It's also up to the #GtkCellArea implementation - * to update the focused cell when receiving events from - * gtk_cell_area_event() appropriately. + * Explicitly sets the currently focused cell to @renderer. + * + * This is generally called by implementations of + * #GtkCellAreaClass.focus() or #GtkCellAreaClass.event(), + * however it can also be used to implement functions such + * as gtk_tree_view_set_cursor_on_cell(). * * Since: 3.0 */