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

2009-10-18 Thread Lars Wirzenius
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 show expanders where there are new children. Is there

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

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 show

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

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,

Status on the TLS support in gio

2009-10-18 Thread Philip Van Hoof
Hi there, With GIO now supporting things like GSocket and GSocketConnection, what are the plans for TLS support? The original GNIO git repositories had a GTLSConnection class, will this class be ported-to and be made available in stock glib/gio? ps. In bug 598852 I ported gtls.c to the current

Re: Status on the TLS support in gio

2009-10-18 Thread Javier Jardón
2009/10/18 Philip Van Hoof s...@pvanhoof.be: Hi there, Hello Philip, With GIO now supporting things like GSocket and GSocketConnection, what are the plans for TLS support? It's in the plans for Glib 2.24 [1] ( TLS (SSL) support for GSocket ). Take a look to bug 588189 [2] Regards, [1]

Re: Status on the TLS support in gio

2009-10-18 Thread Philip Van Hoof
On Sun, 2009-10-18 at 21:50 +0200, Javier Jardón wrote: 2009/10/18 Philip Van Hoof s...@pvanhoof.be: With GIO now supporting things like GSocket and GSocketConnection, what are the plans for TLS support? It's in the plans for Glib 2.24 [1] ( TLS (SSL) support for GSocket ). Take a look