Learn R Programming

RGtk2 (version 2.20.19)

atkObjectInitialize: atkObjectInitialize

Description

This function is called when implementing subclasses of AtkObject. It does initialization required for the new object. It is intended that this function should called only in the ...new() functions used to create an instance of a subclass of AtkObject

Usage

atkObjectInitialize(object, data)

Arguments