forked from AuroraMiddleware/gtk
demo: Make GtkFishBowl a presentation widget
It has no accessible content, even if it displays widgets.
This commit is contained in:
parent
e600a07237
commit
5afa985e85
@ -342,6 +342,8 @@ gtk_fishbowl_class_init (GtkFishbowlClass *klass)
|
||||
G_PARAM_READWRITE);
|
||||
|
||||
g_object_class_install_properties (object_class, NUM_PROPERTIES, props);
|
||||
|
||||
gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_PRESENTATION);
|
||||
}
|
||||
|
||||
guint
|
||||
|
Loading…
Reference in New Issue
Block a user