Gtk.CellView.prototype.get_displayed_row
function get_displayed_row():Gtk.TreePath { // Gjs wrapper for gtk_cell_view_get_displayed_row() }
Returns a Gtk.TreePath referring to the currently displayed row. If no row is currently displayed, null is returned.
Since 2.6
- Returns
the currently displayed row or null