gtkCListSelectRow {RGtk2}R Documentation

gtkCListSelectRow

Description

Selects the specified row. Causes the "select-row" signal to be emitted for the specified row and column. WARNING: gtk_clist_select_row is deprecated and should not be used in newly-written code.

Usage

gtkCListSelectRow(object, row, column)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row to select.
column [integer] The column to select.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]