Thank you very much. This helped a lot.

2016-02-16 17:22 GMT-02:00 Emmanuele Bassi <[email protected]>:

> Hi;
>
> you probably want to ask on [email protected] instead of gtk-list.
>
> As a quick explanation, though: those values are the phases of the
> event emission where a gesture applies.
>
> The values are:
>
>   None: the gesture does not apply
>   Capture: the gesture applies to the "capture" phase, which goes from
> the parent to the child, starting from the top-level
>   Bubble: the gesture applies to the "bubble" phase, which goes from
> the child to the parent, until it hits the top-level
>   Target: the gesture applies to the "target" phase, which only
> involves the target widget
>
> This is similar to the DOM event model as described here:
> https://www.w3.org/TR/DOM-Level-2-Events/events.html
>
> Ciao,
>  Emmanuele.
>
> On 16 February 2016 at 18:09, Fabrício Godoy <[email protected]> wrote:
> > Hello list,
> >
> > I'm translating the gtk+ package, and trying to figure out the meaning of
> > "None", "Capture", "Bubble" and "Target" on Gestures tab of GTK+
> Inspector.
> > Any help is welcome.
> >
> > --
> > Fabrício Godoy
> >
> > _______________________________________________
> > gtk-list mailing list
> > [email protected]
> > https://mail.gnome.org/mailman/listinfo/gtk-list
> >
>
>
>
> --
> https://www.bassi.io
> [@] ebassi [@gmail.com]
>



-- 
Fabrício Godoy
<http://emailfalso.blogspot.com/2009/04/voce-sabe-o-que-e-cco.html>
_______________________________________________
gtk-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to