in reply to what type of dsc is this
Just wanted to thank everyone for their insight. I haven't had much time to play around with this code. I am trying to use Gtk2::WindowGroup to keep track of a bunch of toplevel windows. There is a list_windows() method that isn't documented well so I was trying to see what I could do with it.
my @windows = $group->list_windows();
I need to get at the data and hopefully it will do what I need.
Thanks!
In Section
Seekers of Perl Wisdom