Re: [Gtk2hs-devel] problems getting the ancestor of an ancestor of a widget

2013-01-09 Thread Rouan van Dalen
Thanks Will, You rock, that worked perfectly. Regards. Rouan From: Will Thompson To: Rouan van Dalen Cc: "gtk2hs-devel@lists.sourceforge.net" Sent: Wednesday, 9 January 2013, 11:47 Subject: Re: [Gtk2hs-devel] problems getting the ancestor of a

Re: [Gtk2hs-devel] problems getting the ancestor of an ancestor of a widget

2013-01-09 Thread Will Thompson
On 09/01/13 09:31, Rouan van Dalen wrote: > I have an Entry widget inside an EventBox (innerEventBox), and I have > the innerEventBox inside another > EventBox (outerEventBox). > > I need to traverse from the Entry widget to the outerEventBox so I can > set the background color of the > outerEventB