Focus chain ineffectual

2008-10-15 Thread Jeffrey Barish
I'm trying to set the focus chain. I have 3 widgets that I want to chain, so I specified them as the arguments of the set_focus_chain method on the top-level window. I expect focus to move from one to the next as I hit tab. Instead, focus moves to many widgets not in the chain in addition to som

TreeModelFilter as model for IconView.

2008-10-15 Thread Jorge Cardona
Greetings. I'm building an application and i use a global TreeStore to store some elements.I have in a window a Gtk::TreeView and a Gtk::IconView, i create then two TreeModelFilter, because I want to show just some elements from my global TreeStore in my Gtk::TreeView and others in the Gtk::IconVi