gtkCListGetRowStyle {RGtk2}R Documentation

gtkCListGetRowStyle

Description

Gets the style set for the specified row. WARNING: gtk_clist_get_row_style is deprecated and should not be used in newly-written code.

Usage

gtkCListGetRowStyle(object, row)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row to query.

Value

[GtkStyle] The GtkStyle of the row.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]