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
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
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