how to display busy cursor ? and another question

2008-10-04 Thread Han
Hi, I have a couple of questions when learning to program GTK+ : 1) How can I display a busy cursor to users ? The reason is that I need to perform a task and cannot response to users for a few seconds. 2) Is GTK+ window main loop (gtk_main) multi-threaded ? If not, is there a recommended

Re: how to display busy cursor ? and another question

2008-10-04 Thread Allin Cottrell
On Sat, 4 Oct 2008, Han wrote: I have a couple of questions when learning to program GTK+ : 1) How can I display a busy cursor to users ? The reason is that I need to perform a task and cannot response to users for a few seconds. Something like this, maybe: void busy_stuff () {

Re: Column Selection

2008-10-04 Thread Stefan Kost
hi, Jeremy Maccelari schrieb: Can anyone tell me how to select multiple columns in a list (tree view)? I'd like to be able to click on the column header to select/deselect... The treeview does not support this unfortunately. It has only row selection modes. That beeing said I faked such a

Re: Column Selection

2008-10-04 Thread Jeremy Maccelari
Stefan Can anyone tell me how to select multiple columns in a list (tree view)? I'd like to be able to click on the column header to select/deselect... The treeview does not support this unfortunately. It has only row selection modes. That beeing said I faked such a behaviour by managing