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

« back to all changes in this revision

Viewing changes to man/gtkWidgetGetChildRequisition.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:
7
7
in which case it returns that geometry instead of the widget's
8
8
requisition.}
9
9
\usage{gtkWidgetGetChildRequisition(object)}
10
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}}
 
10
\arguments{\item{\verb{object}}{a \code{\link{GtkWidget}}}}
11
11
\details{This function differs from \code{\link{gtkWidgetSizeRequest}} in that
12
12
it retrieves the last size request value from \code{widget->requisition},
13
13
while \code{\link{gtkWidgetSizeRequest}} actually calls the "size_request" method
19
19
up-to-date, that is, \code{\link{gtkWidgetSizeRequest}} has been called
20
20
since the last time a resize was queued. In general, only container
21
21
implementations have this information; applications should use
22
 
\code{\link{gtkWidgetSizeRequest}}.  }
 
22
\code{\link{gtkWidgetSizeRequest}}.}
23
23
\value{
24
24
A list containing the following elements:
25
 
\item{\verb{requisition}}{[\verb{\link{GtkRequisition}}]  a \verb{\link{GtkRequisition}} to be filled in}
 
25
\item{\verb{requisition}}{ a \code{\link{GtkRequisition}} to be filled in. \emph{[  \acronym{out}  ]}}
26
26
}
27
27
\author{Derived by RGtkGen from GTK+ documentation}
28
28
\keyword{internal}