Re: How to get rid of the row navigator in TreeView?



Nickolai Dobrynin wrote:

I was wondering if there is a way to remove the row navigation feature in TreeView, i.e. something
that's capable of moving up and down and selects one row at a time.  Not sure what it's called in
GTK.  (Row selector, row highlighter, ...?)


Thanks,

Nickolai
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

If you dont want the tree view to be highligted do...

Glib::RefPtr<Gtk::TreeSelection> selection;

selection = treeview->get_selection();
selection->set_mode( Gtk::SELECTION_NONE );

--
Jason Burchfield
CAS, Inc.
(256) 971-6096
Jason Burchfield cas-inc com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]