File: gdkDrawableGetSize.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 (17 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkDrawableGetSize}
\name{gdkDrawableGetSize}
\title{gdkDrawableGetSize}
\description{Fills *\code{width} and *\code{height} with the size of \code{drawable}.
\code{width} or \code{height} can be \code{NULL} if you only want the other one.}
\usage{gdkDrawableGetSize(object)}
\arguments{\item{\verb{object}}{a \code{\link{GdkDrawable}}}}
\details{On the X11 platform, if \code{drawable} is a \code{\link{GdkWindow}}, the returned
size is the size reported in the most-recently-processed configure
event, rather than the current size on the X server.}
\value{
A list containing the following elements:
\item{\verb{width}}{(out): location to store drawable's width, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
\item{\verb{height}}{(out): location to store drawable's height, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}