Re: How to get rid of the row navigator in TreeView?
- From: Jason Burchfield <jason burchfield cas-inc com>
- To: Nickolai Dobrynin <dobrynin cs uwm edu>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: How to get rid of the row navigator in TreeView?
- Date: Wed, 06 Jul 2005 08:00:51 -0500
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]