~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkAdjustmentSetLower.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gtkAdjustmentSetLower}
 
2
\name{gtkAdjustmentSetLower}
 
3
\title{gtkAdjustmentSetLower}
 
4
\description{Sets the minimum value of the adjustment.}
 
5
\usage{gtkAdjustmentSetLower(object, lower)}
 
6
\arguments{
 
7
\item{\verb{object}}{a \code{\link{GtkAdjustment}}}
 
8
\item{\verb{lower}}{the new minimum value}
 
9
}
 
10
\details{When setting multiple adjustment properties via their individual
 
11
setters, multiple "changed" signals will be emitted. However, since
 
12
the emission of the "changed" signal is tied to the emission of the
 
13
"GObject::notify" signals of the changed properties, it's possible
 
14
to compress the "changed" signals into one by calling
 
15
\code{gObjectFreezeNotify()} and \code{gObjectThawNotify()} around the
 
16
calls to the individual setters.
 
17
  
 
18
Alternatively, using a single \code{\link{gObjectSet}} for all the properties
 
19
to change, or using \code{\link{gtkAdjustmentConfigure}} has the same effect
 
20
of compressing "changed" emissions.
 
21
  Since 2.14}
 
22
\author{Derived by RGtkGen from GTK+ documentation}
 
23
\keyword{internal}