File: gtkCListSetVadjustment.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\alias{gtkCListSetVadjustment}
\name{gtkCListSetVadjustment}
\title{gtkCListSetVadjustment}
\description{
Allows you to set the \code{\link{GtkAdjustment}} to be used for the vertical
aspect of the \code{\link{GtkCList}} widget.
\strong{WARNING: \code{gtk_clist_set_vadjustment} is deprecated and should not be used in newly-written code.}
}
\usage{gtkCListSetVadjustment(object, adjustment)}
\arguments{
\item{\verb{object}}{The \code{\link{GtkCList}} to affect.}
\item{\verb{adjustment}}{A pointer to a \code{\link{GtkAdjustment}} widget, or NULL.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}