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

« back to all changes in this revision

Viewing changes to man/gtkLinkButtonGetVisited.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
\alias{gtkLinkButtonGetVisited}
 
2
\name{gtkLinkButtonGetVisited}
 
3
\title{gtkLinkButtonGetVisited}
 
4
\description{Retrieves the 'visited' state of the URI where the \code{\link{GtkLinkButton}}
 
5
points. The button becomes visited when it is clicked. If the URI
 
6
is changed on the button, the 'visited' state is unset again.}
 
7
\usage{gtkLinkButtonGetVisited(object)}
 
8
\arguments{\item{\verb{object}}{a \code{\link{GtkLinkButton}}}}
 
9
\details{The state may also be changed using \code{\link{gtkLinkButtonSetVisited}}.
 
10
  Since 2.14}
 
11
\value{[logical] \code{TRUE} if the link has been visited, \code{FALSE} otherwise}
 
12
\author{Derived by RGtkGen from GTK+ documentation}
 
13
\keyword{internal}