Re: "delay" in widget->sensitive

2008-06-26 Thread Sergei Steshenko
> there's a > long-standing bug > that causes the visual update not to happen until you move > out and > come back in. > http://bugzilla.gnome.org/show_bug.cgi?id=56070 > " Opened by Manuel Clos (reporter, points: 14) 2001-06-11 18:43 UTC ". OMG. " After celebrating the 10 years birthd

Re: Resource for building custom models

2008-06-26 Thread Torsten Schoenfeld
Jeff Hallock wrote: > I have a custom TreeView in which I want to implement both a filter and > sorting functionality. Unfortunately Gtk2::TreeStore does not implement > Gtk2::TreeModelFilter. Gtk2::TreeModelFilter is not an interface that objects can implement. Gtk2::TreeModelFilter is itself a

Resource for building custom models

2008-06-26 Thread Jeff Hallock
I have a custom TreeView in which I want to implement both a filter and sorting functionality. Unfortunately Gtk2::TreeStore does not implement Gtk2::TreeModelFilter. Currently, I get around this by overriding the following routine in my custom TreeView. sub set_model { my ($self, $model) =