![]() |
![]() |
![]() |
LibBonoboUI API Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void (*BonoboA11YClassInitFn) (AtkObjectClass *klass
); AtkObject * bonobo_a11y_get_atk_object (gpointer widget
); AtkObject * bonobo_a11y_set_atk_object_ret (GtkWidget *widget
,AtkObject *object
); GType bonobo_a11y_get_derived_type_for (GType widget_type
,const char *gail_parent_class
,BonoboA11YClassInitFn class_init
); AtkObject * bonobo_a11y_create_accessible_for (GtkWidget *widget
,const char *gail_parent_class
,BonoboA11YClassInitFn class_init
,GType first_interface_type
,...
); void bonobo_a11y_add_actions_interface (GType a11y_object_type
,AtkActionIface *chain
,int first_id
,...
);
AtkObject * bonobo_a11y_get_atk_object (gpointer widget
);
|
|
Returns : |
AtkObject * bonobo_a11y_set_atk_object_ret (GtkWidget *widget
,AtkObject *object
);
|
|
|
|
Returns : |
GType bonobo_a11y_get_derived_type_for (GType widget_type
,const char *gail_parent_class
,BonoboA11YClassInitFn class_init
);
|
|
|
|
|
|
Returns : |
AtkObject * bonobo_a11y_create_accessible_for (GtkWidget *widget
,const char *gail_parent_class
,BonoboA11YClassInitFn class_init
,GType first_interface_type
,...
);
|
|
|
|
|
|
|
|
|
|
Returns : |
void bonobo_a11y_add_actions_interface (GType a11y_object_type
,AtkActionIface *chain
,int first_id
,...
);
|
|
|
|
|
|
|