gtkCListSetRowHeight {RGtk2}R Documentation

gtkCListSetRowHeight

Description

Causes the GtkCList to have a specified height for its rows. Setting the row height to 0 allows the GtkCList to adjust automatically to data in the row. WARNING: gtk_clist_set_row_height is deprecated and should not be used in newly-written code.

Usage

gtkCListSetRowHeight(object, height)

Arguments

object [GtkCList] The GtkCList to affect.
height [numeric] The height, in pixels.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]