Re: [g-a-devel] gail: hands off ...



...

	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 an
atk_foo_get_child ;-)
The right solution IMO is for gail not to assume that implementors of Selection are always GtkBins.

Bill



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]