atk.ComponentT

Undocumented in source.

Public Imports

atk.ObjectAtk
public import atk.ObjectAtk;
atk.Rectangle
public import atk.Rectangle;
atk.c.functions
public import atk.c.functions;
atk.c.types
public import atk.c.types;
gobject.ObjectG
public import gobject.ObjectG;
gobject.Signals
public import gobject.Signals;
gtkc.atktypes
public import gtkc.atktypes;
std.algorithm
public import std.algorithm;

Members

Templates

ComponentT
template ComponentT(TStruct)

AtkComponent should be implemented by most if not all UI elements with an actual on-screen presence, i.e. components which can be said to have a screen-coordinate bounding box. Virtually all widgets will need to have AtkComponent implementations provided for their corresponding AtkObject class. In short, only UI elements which are *not* GUI elements will omit this ATK interface.