gtkCellViewGetDisplayedRow {RGtk2}R Documentation

gtkCellViewGetDisplayedRow

Description

Returns a GtkTreePath referring to the currently displayed row. If no row is currently displayed, NULL is returned.

Usage

gtkCellViewGetDisplayedRow(object)

Arguments

object [GtkCellView] a GtkCellView

Details

Since 2.6

Value

[GtkTreePath] the currently displayed row or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]