Draw transparent bitmap

2008-04-20 Thread Xharbour suporte
Dear Friends Any one has an example os drawing an transparent bitmap as background to an window using the code bellow gdk_draw_pixbuf( hDC->window, hDC->gc, obj->handle, 0, 0, x, y, width, height, GDK_RGB_DITHER_NONE, 0, 0 ); and later creating an set os checkboxes, the c

Re: GtkTreeView: GTK_SELECTION_SINGLE not working?

2008-04-20 Thread Kristian Rietveld
Hi, Apologies for the late reply, have been very busy lately. Comments inline. On Fri, Apr 04, 2008 at 08:07:42PM +0100, Carlos Pereira wrote: > > 1) In GtkTreeview with GtkListStore, show always the first item as default, > when selec