Top | Description |
gboolean cally_get_cally_initialized (void
); gboolean cally_accessibility_init (void
); #define CALLY_ACCESSIBLE_FACTORY (type, type_as_function, opt_create_accessible) #define CALLY_ACTOR_SET_FACTORY (widget_type, type_as_function)
gboolean cally_get_cally_initialized (void
);
Returns if the accessibility support using cally is enabled.
Returns : |
TRUE if accessibility support has been correctly
initialized. |
Since 1.4
gboolean cally_accessibility_init (void
);
Initializes the accessibility support.
Returns : |
TRUE if accessibility support has been correctly
initialized. |
Since 1.4
#define CALLY_ACCESSIBLE_FACTORY(type, type_as_function, opt_create_accessible)
Defines a new AtkObjectFactory factory to create accessible objects of a specific GType. It defines the factory GType and also overrides the proper AtkObjectFactory methods.
It assumes that the accessibility object provides a
opt_create_accessible
method in order to create the accessibility
object. It returns a type
GType object.
|
GType of the accessible which is created by the factory |
|
prefix of the accessible object methods |
|
method to instantiate the accessibility object |
Since 1.4
#define CALLY_ACTOR_SET_FACTORY(widget_type, type_as_function)
Sets the AtkObjectFactory to be used in order to instantiate
accessibility objects for the actor which GType is widget_type
.
|
GType of the clutter actor |
|
prefix of the accessible object methods |
Since 1.4