Method
GtkCellViewget_displayed_row
since: 2.6
Declaration [src]
GtkTreePath*
gtk_cell_view_get_displayed_row (
GtkCellView* cell_view
)
Description [src]
Returns a GtkTreePath
referring to the currently
displayed row. If no row is currently displayed,
NULL
is returned.
Available since: 2.6
Return value
Type: GtkTreePath
The currently displayed row or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |