RE: TreeView multiple selection

2005-04-15 Thread Francois_Lefebvre
Thank you Peter, but in fact I found the bug: I just didn't get the right list element. And to avoid the loops calling each other infinitly I added a test to check wich one is active and must be updated. Thanks again -Original Message- From: Peter Bloomfield [mailto:[EMAIL PROTECTED] Sen

Re: New GTK

2005-04-15 Thread John Vetterli
On Fri, 15 Apr 2005, Vijay Kumar wrote: zippo <[EMAIL PROTECTED]> writes: some quick code but i don't know if it is writen correcly, also i don't want it to have the header, or the default top of the window. "The little part with the Tittle close, min and max buttons." But i dont' know how. here is

Re: TreeView multiple selection

2005-04-15 Thread Peter Bloomfield
On 04/14/2005 11:01:01 AM, [EMAIL PROTECTED] wrote: Hi all, I'm trying to transfer a selection between to treeviews : on is an iconview the other is a treeview, both of them uses the same model. If you have a similar on_treeview_selection_changed callback, they're probably getting in each oth

Re: New GTK

2005-04-15 Thread Vijay Kumar
zippo <[EMAIL PROTECTED]> writes: > some quick code but i don't know if it is writen correcly, also i > don't want it to have the header, or the default top of the > window. "The little part with the Tittle close, min and max > buttons." But i dont' know how. here is my code: [clip] > /* Creat

GdkPixbufFormat

2005-04-15 Thread [ A b h i s h e k ]
hi I was wanting to get the format of a particular image so i used the function gdk_pixbuf_get_file_info. Unfortunately it gave an error on compiling saying there is no reference to the function. When i checked the gdk-pixbuf.h file its not there. What do i do?? I am using gtk 2.0 Thank You Ab

New GTK

2005-04-15 Thread zippo
I am new to writeing GTK, and i am trying to write a GTK icon clicky thing that when you click the button a program starts. I have writen some quick code but i don't know if it is writen correcly, also i don't want it to have the header, or the default top of the window. "The little part with th