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

« back to all changes in this revision

Viewing changes to man/gtkToolbarSetIconSize.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:
7
7
icon size.}
8
8
\usage{gtkToolbarSetIconSize(object, icon.size)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkToolbar}}]  A \verb{\link{GtkToolbar}}}
11
 
\item{\verb{icon.size}}{[\code{\link{GtkIconSize}}]  The \code{\link{GtkIconSize}} that stock icons in the toolbar shall have.}
 
10
\item{\verb{object}}{A \code{\link{GtkToolbar}}}
 
11
\item{\verb{icon.size}}{ The \code{\link{GtkIconSize}} that stock icons in the
 
12
    toolbar shall have. \emph{[type int]}}
12
13
}
13
14
\details{This should only be used for special-purpose toolbars, normal
14
15
application toolbars should respect the user preferences for the
15
 
size of icons.  }
 
16
size of icons.}
16
17
\author{Derived by RGtkGen from GTK+ documentation}
17
18
\keyword{internal}