Method
GtkCellViewget_displayed_row
deprecated: 4.10
[−]
Description [src]
Returns a GtkTreePath
referring to the currently
displayed row. If no row is currently displayed,
NULL
is returned.
Deprecated since: 4.10
Please do not use it in newly written code.
[−]
Return value
Type: GtkTreePath
The currently displayed row.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |