File: gtkCellLayoutPackStart.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{gtkCellLayoutPackStart}
\name{gtkCellLayoutPackStart}
\title{gtkCellLayoutPackStart}
\description{Packs the \code{cell} into the beginning of \code{cell.layout}. If \code{expand} is \code{FALSE},
then the \code{cell} is allocated no more space than it needs. Any unused space
is divided evenly between cells for which \code{expand} is \code{TRUE}.}
\usage{gtkCellLayoutPackStart(object, cell, expand = TRUE)}
\arguments{
\item{\verb{object}}{A \code{\link{GtkCellLayout}}.}
\item{\verb{cell}}{A \code{\link{GtkCellRenderer}}.}
\item{\verb{expand}}{\code{TRUE} if \code{cell} is to be given extra space allocated to \code{cell.layout}.}
}
\details{Note that reusing the same cell renderer is not supported.
  Since 2.4}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}