Re: canvas, widgets, events
- From: Havoc Pennington <hp redhat com>
- To: Paul Davis <pbd op net>
- Cc: gtk-list gnome org
- Subject: Re: canvas, widgets, events
- Date: 15 Jul 2001 04:12:08 -0400
Paul Davis <pbd op net> writes:
> I'm using the GNOME canvas as reincarnated as GtkCanvas. I am noticing
> that in the test-gtkcanvas program, button press events "delivered" to
> an embedded widget (in this case, a GtkButton) are never seen by the
> canvas itself. other types of events (enter, leave, mouse-motion,
> etc.) are delivered to the canvas.
>
> is this the expected behaviour, a bug, or a programming error in the
> test-gtkcanvas application?
>
Expected, because GtkButton is eating the button press. Same reason
you won't get the press on any other container containing the button.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]