File: atkTableGetColumnExtentAt.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-- 779 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\alias{atkTableGetColumnExtentAt}
\name{atkTableGetColumnExtentAt}
\title{atkTableGetColumnExtentAt}
\description{Gets the number of columns occupied by the accessible object
at the specified \code{row} and \code{column} in the \code{table}.}
\usage{atkTableGetColumnExtentAt(object, row, column)}
\arguments{
\item{\verb{object}}{[\code{\link{AtkTable}}]  a GObject instance that implements AtkTableIface}
\item{\verb{row}}{[integer]  a \verb{integer} representing a row in \code{table}}
\item{\verb{column}}{[integer]  a \verb{integer} representing a column in \code{table}}
}
\value{[integer]  a gint representing the column extent at specified position, or 0
if value does not implement this interface.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}