On 07/25/12 08:55, David FLEURY wrote:
> Ok, I think I found.
> The click event is send only on the pixel area covered by the group.

        Yes; it's important the child widgets all be within the child
        group's xywh area.

        When I start out on an app that makes use of invisible groups,
        I often make them visible first by setting the box() type to FL_FLAT_BOX
        and color() them boldly (FL_RED) when laying them out, so I can see
        the boundary regions to make sure the child widgets are well inside.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to