...
The right solution IMO is for gail not to assume that implementors of Selection are always GtkBins.Well - eg. in the selection listener - from a 2 second glance:else if (window->type == GTK_WINDOW_POPUP) { GtkWidget *child = gtk_bin_get_child (GTK_BIN (widget)); if (GTK_IS_WIDGET (child) && GTK_WIDGET_HAS_GRAB (child)) We would have no gtk_bin_get_child - we *would* have anatk_foo_get_child ;-)
Bill _______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
