Re: Adding Columns to Gtk::TreeView
- From: "Murray Cumming" <murrayc murrayc com>
- To: "Surya Kiran Gullapalli" <suryakiran gullapalli gmail com>
- Cc: gtkmm-list gnome org, gtk-list gnome org
- Subject: Re: Adding Columns to Gtk::TreeView
- Date: Mon, 31 Jul 2006 13:03:20 +0200 (CEST)
> Hi all,
> I'm writing an application, where in I need to add columns to a TreeView.
> But the catch is those columns will be added at the run time. The other
> thing is i dont know how many columns I'd be adding during run time.
>
> But I know what type of columns i'd be adding (say string/boolean/pixbuf
> etc). Can this be done using the current API. If so how?
You can dynamically create Gtk::TreeModelColumn<ustring/bool/pixbuf>
objects and dynamically add them to your Gtk::TreeModel::ColumnRecord
object. Then just use that ColumnRecord at runtime.
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]