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

« back to all changes in this revision

Viewing changes to man/atkObjectInitialize.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{atkObjectInitialize}
2
2
\name{atkObjectInitialize}
3
3
\title{atkObjectInitialize}
4
 
\description{This function is called when implementing subclasses of \verb{\link{AtkObject}}.
 
4
\description{This function is called when implementing subclasses of \code{\link{AtkObject}}.
5
5
It does initialization required for the new object. It is intended
6
6
that this function should called only in the ...\code{new()} functions used
7
 
to create an instance of a subclass of \verb{\link{AtkObject}}}
 
7
to create an instance of a subclass of \code{\link{AtkObject}}}
8
8
\usage{atkObjectInitialize(object, data)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{AtkObject}}]  a \verb{\link{AtkObject}}}
 
10
\item{\verb{object}}{[\code{\link{AtkObject}}]  a \code{\link{AtkObject}}}
11
11
\item{\verb{data}}{[R object]  a \verb{R object} which identifies the object for which the AtkObject was created.}
12
12
}
13
13
\author{Derived by RGtkGen from GTK+ documentation}