gtkCListGetVadjustment {RGtk2}R Documentation

gtkCListGetVadjustment

Description

Gets the GtkAdjustment currently being used for the vertical aspect. WARNING: gtk_clist_get_vadjustment is deprecated and should not be used in newly-written code.

Usage

gtkCListGetVadjustment(object)

Arguments

object [GtkCList] The GtkCList to check.

Value

[GtkAdjustment] A GtkAdjustment object, or NULL if none is currently being used.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]