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

« back to all changes in this revision

Viewing changes to man/gtkWidgetGetAccessible.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:
4
4
\description{Returns the accessible object that describes the widget to an
5
5
assistive technology. }
6
6
\usage{gtkWidgetGetAccessible(object)}
7
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}}
 
7
\arguments{\item{\verb{object}}{a \code{\link{GtkWidget}}}}
8
8
\details{If no accessibility library is loaded (i.e. no ATK implementation library is 
9
9
loaded via \env{GTK_MODULES} or via another application library, 
10
 
such as libgnome), then this \verb{\link{AtkObject}} instance may be a no-op. Likewise, 
11
 
if no class-specific \verb{\link{AtkObject}} implementation is available for the widget 
12
 
instance in question, it will inherit an \verb{\link{AtkObject}} implementation from the 
 
10
such as libgnome), then this \code{\link{AtkObject}} instance may be a no-op. Likewise, 
 
11
if no class-specific \code{\link{AtkObject}} implementation is available for the widget 
 
12
instance in question, it will inherit an \code{\link{AtkObject}} implementation from the 
13
13
first ancestor class for which such an implementation is defined.
14
14
  
15
15
The documentation of the ATK (\url{http://developer.gnome.org/doc/API/2.0/atk/index.html})
16
 
library contains more information about accessible objects and their uses.  }
17
 
\value{[\verb{\link{AtkObject}}]  the \verb{\link{AtkObject}} associated with \code{widget}}
 
16
library contains more information about accessible objects and their uses.}
 
17
\value{[\code{\link{AtkObject}}]  the \code{\link{AtkObject}} associated with \code{widget}. \emph{[  \acronym{transfer none}  ]}}
18
18
\author{Derived by RGtkGen from GTK+ documentation}
19
19
\keyword{internal}