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

« back to all changes in this revision

Viewing changes to man/gtkToolbarSetTooltips.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{gtkToolbarSetTooltips}
2
2
\name{gtkToolbarSetTooltips}
3
3
\title{gtkToolbarSetTooltips}
4
 
\description{Sets if the tooltips of a toolbar should be active or not.}
 
4
\description{
 
5
Sets if the tooltips of a toolbar should be active or not.
 
6
\strong{WARNING: \code{gtk_toolbar_set_tooltips} has been deprecated since version 2.14 and should not be used in newly-written code. The toolkit-wide \verb{"gtk-enable-tooltips"} property
 
7
is now used instead.}
 
8
}
5
9
\usage{gtkToolbarSetTooltips(object, enable)}
6
10
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkToolbar}}]  a \verb{\link{GtkToolbar}}.}
8
 
\item{\verb{enable}}{[logical]  set to \code{FALSE} to disable the tooltips, or \code{TRUE} to enable them.}
 
11
\item{\verb{object}}{a \code{\link{GtkToolbar}}.}
 
12
\item{\verb{enable}}{set to \code{FALSE} to disable the tooltips, or \code{TRUE} to enable them.}
9
13
}
10
14
\author{Derived by RGtkGen from GTK+ documentation}
11
15
\keyword{internal}