gtkCListSetVadjustment {RGtk2}R Documentation

gtkCListSetVadjustment

Description

Allows you to set the GtkAdjustment to be used for the vertical aspect of the GtkCList widget. WARNING: gtk_clist_set_vadjustment is deprecated and should not be used in newly-written code.

Usage

gtkCListSetVadjustment(object, adjustment)

Arguments

object

The GtkCList to affect.

adjustment

A pointer to a GtkAdjustment widget, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]