Re: Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Alexander Larsson
On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: > This is a side-topic, raised by developments in handling DBus, but > something I feel is worth asking... Is there any mechanism for making > working with asynchronous stuff easier? > > Quite often I've had a situation where I've needed

Re: treeview -- go back to initial state

2008-12-27 Thread Tadej Borovšak
Hello. If you need to retain your original order, the best thing is to leave the original model alone, wrap it inside GtkTreeModelSort and sort that layer model instead. See docs (there are 2 examples too): http://library.gnome.org/devel/gtk/stable/GtkTreeModelSort.html 2008/12/26 YU WU : > > de

treeview -- go back to initial state

2008-12-27 Thread YU WU
dear all, i have one problem. i have built a treeview modal. it reads data from a file. if i click one column header, the treeview is sorted. now, i want to restore the initial state. how can i realize this? one thing at least is to make the sort indicator arrow not displayed. but the function

Re: Running on Windows?

2008-12-27 Thread lwhmellow
I‘ really glad to see all your helps.Well,at beginning,I was depressed that no one had replied.So I figure it out by myself.Anyway,thanks again for you help~~~:-D -- View this message in context: http://www.nabble.com/Running-on-Windows--tp21090786p21172204.html Sent from the Gtk+ - Apps Dev mai

Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Freddie Unpenstein
This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? Quite often I've had a situation where I've needed to collect several pieces of information from various asynchronous