Re: gtk.TreeView.set_model(TreeStore) expanders do not seem to work?

2009-10-18 Thread Lars Wirzenius
su, 2009-10-18 kello 10:16 -0700, Daniel B. Thurman kirjoitti: > If you wish to see the entire code, see the attachment below, Attachments don't seem to get through the list (at least not .zips). I got it from the direct e-mail you sent, though. (Might be worthwhile to attach it without zipping, o

Re: Cannot get pipes to work with glibmm

2009-10-18 Thread Bastien Dalla Piazza
Hi again, I partially solved my problem: One needs to call Glib::IOChannel::flush() after writing on outgoing pipe for the message to be passed. For the ingoing pipe, it is necessary to add a watch function using for instance Glib::io_signal().connect(sigc::mem_fun(&object,Object::callback),ingoi

Re: gtk.TreeView.set_model(TreeStore) expanders do not seem to work?

2009-10-18 Thread Daniel B. Thurman
On 10/17/2009 11:08 PM, Lars Wirzenius wrote: > la, 2009-10-17 kello 17:16 -0700, Daniel B. Thurman kirjoitti: > >> In my application, I am populating a treestore with >> new children, I then use the following method: >> >> self.treeview.set_mode(treestore) >> >> Apparently the treeview does not

IconView with icons and emblems

2009-10-18 Thread Pedro Saraiva
Hello, I need to put some emblems on icons in a GtkIconView just like Nautilus can do. I'm not shure what I need to do to make this work. I've been searching in the API docs, and I found a GEmblemIcon witch allows to put an emblem to a icon, but the GtkListStore used by GtkIconView only allows Gtk