Virtual Method
Gtk TreeViewrow_activated
Declaration [src]
void
row_activated(
GtkTreeView*tree_view,
GtkTreePath*path,
GtkTreeViewColumn*column
)
Description [src]
Activates the cell determined by path and column.
Parameters
path-
Type:
GtkTreePathThe
GtkTreePathto be activated.The data is owned by the caller of the method. column-
Type:
GtkTreeViewColumnThe
GtkTreeViewColumnto be activated.The data is owned by the caller of the method.