CallyUtil

CallyUtil — AtkUtil implementation

Synopsis

                    CallyUtil;
                    CallyUtilClass;

Object Hierarchy

  GObject
   +----AtkUtil
         +----CallyUtil

Description

CallyUtil implements AtkUtil abstract methods. Although it includes the name "Util" it is in fact one of the most important interfaces to be implemented in any ATK toolkit implementation.

For instance, it defines atk_get_root(), the method that returns the root object in the hierarchy. Without it, you don't have available any accessible object.

Details

CallyUtil

typedef struct _CallyUtil CallyUtil;

The CallyUtil structure contains only private data and should be accessed using the provided API

Since 1.4


CallyUtilClass

typedef struct {
} CallyUtilClass;

The CallyUtilClass structure contains only private data

Since 1.4

See Also

ClutterActor