File: atkComponentGetSize.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 (13 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
\alias{atkComponentGetSize}
\name{atkComponentGetSize}
\title{atkComponentGetSize}
\description{Gets the size of the \code{component} in terms of width and height.}
\usage{atkComponentGetSize(object)}
\arguments{\item{\verb{object}}{[\code{\link{AtkComponent}}]  an \code{\link{AtkComponent}}}}
\value{
A list containing the following elements:
\item{\verb{width}}{[integer]  \verb{integer} to put width of \code{component}}
\item{\verb{height}}{[integer]  \verb{integer} to put height of \code{component}}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}