> 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
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
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) =