[Gtk2hs-devel] Recursively iterating through containers in Gtk2hs

2012-09-10 Thread Rouan van Dalen
Hi Everyone, I need to recursively iterate through all the containers in a window to get to the widgets in the window, which are not containers. I scanned the Gtk2hs docs and I could not find a good way to determine if a widget is a container or not.  I saw that the GObjectClass defines a isA

Re: [Gtk2hs-devel] Recursively iterating through containers in Gtk2hs

2012-09-10 Thread wagnerdm
Quoting Rouan van Dalen : > I need to recursively iterate through all the containers in a window > to get to the widgets in the window, which are not containers. > > I scanned the Gtk2hs docs and I could not find a good way to > determine if a widget is a container or not.  I saw that the >