repaint GDK DRAWABLE after minimizing event

2010-11-30 Thread dexter
anks in advance. dexter ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

treeview with fixed in place first row

2009-02-19 Thread DEXTER
Hi there, I have a treeview and what I'd like to achieve is that the first row of the treeview (under the column headers) be fixed at its place so the scrolling won't affect it. I would use this very first row to filter the treeview. Attached an image showing the what I would like to make. (As you

gtk_grab_add problem

2008-03-31 Thread dexter
Hey there, I have a little problem with gtk_grab_add(). I've created a very simple app, which contains a window. The window has a hbox which has 1 button and 1 progressbar. If I do a: gtk_grab_add(progressbar), I cannot click on the button as I expect, but I _can_ press Enter on it. The docume