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

« back to all changes in this revision

Viewing changes to man/gtkSeparatorToolItemSetDraw.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:
1
1
\alias{gtkSeparatorToolItemSetDraw}
2
2
\name{gtkSeparatorToolItemSetDraw}
3
3
\title{gtkSeparatorToolItemSetDraw}
4
 
\description{When \code{separator.tool.items} is drawn as a vertical line, or just blank.
5
 
Setting this \verb{FALSE} along with \code{\link{gtkToolItemSetExpand}} is useful
 
4
\description{Whether \code{item} is drawn as a vertical line, or just blank.
 
5
Setting this to \code{FALSE} along with \code{\link{gtkToolItemSetExpand}} is useful
6
6
to create an item that forces following items to the end of the toolbar.}
7
7
\usage{gtkSeparatorToolItemSetDraw(object, draw)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkSeparatorToolItem}}]  a \verb{\link{GtkSeparatorToolItem}}}
10
 
\item{\verb{draw}}{[logical]  whether \code{separator.tool.item} is drawn as a vertical line}
 
9
\item{\verb{object}}{a \code{\link{GtkSeparatorToolItem}}}
 
10
\item{\verb{draw}}{whether \code{item} is drawn as a vertical line}
11
11
}
12
 
\details{  Since  2.4}
 
12
\details{Since 2.4}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}