Re: Coloring of multiple rows in List Store

2006-05-10 Thread Claudio Polegato Junior
Sailaxmi korada escreveu: I've a requirement, where I've to color multiple rows in List store, which are separated from each other. Is it possible to do this. Thanks for your suggestions Hi, You can use the hint property from TreeView or associate a column of ListStore with the

GtkFileChooserButton on grabbed windows

2006-05-10 Thread Francesco Montorsi
Hi, I'm using GtkFileChooserButton and I've found that if I call gtk_grab_add on the toplevel window containing that button, then the dialog shown by the button will be un-responsive while the main window will continue to handle user events (i.e. the dialog created by the dialog is not

drawing area does not refresh

2006-05-10 Thread temp temp
Hi, I have a problem creating a function that will draw the contents of a buffer into a drawing area. Here is the function I call when I want to draw the contents of buffer into the drawingarea designated by area: int draw_in_widget(GtkWidget *area,unsigned char* buffer,int img_height,int

Re: GtkFileChooserButton on grabbed windows

2006-05-10 Thread Yeti
On Wed, May 10, 2006 at 05:09:53PM +0200, Francesco Montorsi wrote: I'm using GtkFileChooserButton and I've found that if I call gtk_grab_add on the toplevel window containing that button, then the dialog shown by the button will be un-responsive while the main window will continue to

Cairo Segfaults

2006-05-10 Thread myaconis
I have an interesting problem. I have a FC5 box set up with GTK+2.8.15. It seems when I run GTK applications through xthinpro from Windows PCs that are close in proximity to the server they run without any difficulty. However, from further distances (i.e. the server is in Washington D.C. and

Re: GtkTree cursor scoping

2006-05-10 Thread Liam R E Quin
On Tue, 2006-05-09 at 10:50 -0400, Hassaan Khan wrote: 1. is it possible for the cursor not to move during an update for TreeView2 while the u If not how do i make sure that the cursor returns to the correct TreeView after an upda This doesn't answer your question (sorry) but may help you