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

« back to all changes in this revision

Viewing changes to man/atkGetDefaultRegistry.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{atkGetDefaultRegistry}
2
2
\name{atkGetDefaultRegistry}
3
3
\title{atkGetDefaultRegistry}
4
 
\description{Gets a default implementation of the \verb{\link{AtkObjectFactory}}/type
 
4
\description{Gets a default implementation of the \code{\link{AtkObjectFactory}}/type
5
5
registry.
6
6
Note: For most toolkit maintainers, this will be the correct
7
 
registry for registering new \verb{\link{AtkObject}} factories. Following
 
7
registry for registering new \code{\link{AtkObject}} factories. Following
8
8
a call to this function, maintainers may call \code{\link{atkRegistrySetFactoryType}}
9
 
to associate an \verb{\link{AtkObjectFactory}} subclass with the GType of objects
 
9
to associate an \code{\link{AtkObjectFactory}} subclass with the GType of objects
10
10
for whom accessibility information will be provided.}
11
11
\usage{atkGetDefaultRegistry()}
12
 
\value{[\verb{\link{AtkRegistry}}]  a default implementation of the \verb{\link{AtkObjectFactory}}/type
 
12
\value{[\code{\link{AtkRegistry}}]  a default implementation of the \code{\link{AtkObjectFactory}}/type
13
13
registry}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}