Re: wanna show check box in Gtk::TreeView column



You can use:
void Gtk::TreeViewColumn::set_widget(Gtk::Widget& widget)
http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1TreeViewColumn.html#a3b8c4e3b7e8b579090440c50843efd26

Though it can only set the widget inside the TreeViewColumn button. If you want to place it - let's say - next to the column header button, you have to rewrite Gtk+ code.

Gitanshu Mehndiratta wrote:
Hi All,

I am showing Gtk::CheckButton in a Gtk::TreeView one column. Now i want to show Gtk::CheckButton in place of column name also. So that by selecting that all the rows checkButton should be selected.

I basically want to know how to chow Gtk::CheckButton in Gtk::TreeView column,

Thanks,
Gitanshu


------------------------------------------------------------------------

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


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