Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Atk::Implementor Class Reference

An AtkImplementor C++ wrapper class. More...

#include <inti/atk/implementor.h>

Inheritance diagram for Inti::Atk::Implementor:

Inti::G::TypeInterface Inti::G::TypeInstance Inti::ReferencedBase Inti::Gtk::Widget Inti::Gtk::Calendar Inti::Gtk::Container Inti::Gtk::DrawingArea Inti::Gtk::Entry Inti::Gtk::Invisible Inti::Gtk::Misc Inti::Gtk::ProgressBar Inti::Gtk::Range Inti::Gtk::Ruler Inti::Gtk::Separator List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

An AtkImplementor C++ wrapper class.

Implementor is an interface providing access to a G::Object's Atk::Object implementation. This interface is implemented by Gtk::Widget (see ref_accessible()).


Member Function Documentation

Pointer<Object> Inti::Atk::Implementor::ref_accessible  )  const
 

Gets a reference to an object's Atk::Object implementation, if the object implements the Implementor interface.

Returns:
A smart pointer to an object's Atk::Object implementation.

Gtk::Widget implements this interface. Calling Gtk::Widget::get_accessible() is the same calling this method on a widget, except this method returns a smart pointer because it increments the Atk::Object's reference count, get_accessible() does not.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:07 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002