ListStore + glade

View: New views
2 Messages — Rating Filter:   Alert me  

ListStore + glade

by MDK-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I am totally new to gtkmm so forgive me if I'm doing something seriously
wrong. I designed a window with some comboboxes on it using glade. I
filled the comboboxes in glade so I have liststores and cell renderers.
I can reach the widgets and liststores, my problem is that I don't know
how to reach the  modelcolumn. I don't even know the name of the
modelcolumn since I don't see it in glade(file). Any suggestions?

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

Re: ListStore + glade

by Murray Cumming :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 2009-10-28 at 20:45 +0100, MDK wrote:
> Hello,
>
> I am totally new to gtkmm so forgive me if I'm doing something seriously
> wrong. I designed a window with some comboboxes on it using glade. I
> filled the comboboxes in glade so I have liststores and cell renderers.
> I can reach the widgets and liststores, my problem is that I don't know
> how to reach the  modelcolumn. I don't even know the name of the
> modelcolumn since I don't see it in glade(file). Any suggestions?

At least for now, gtkmm doesn't support TreeView model data defined in
the glade file. You must define the model and its data in code.



--
murrayc@...
www.murrayc.com
www.openismus.com

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