On Fri, Mar 03, 2006 at 01:09:39PM -0500, Zvi Sebrow wrote:
> I'm trying to draw a box around one or more GtkLabels.
> when i use a GtkDrawingArea, the box comes out fine, 
> but the labels are covered by the inside of the box. 
> is there a way to set a GtkDrawingArea to be transparent,
> so it wont cover up any GtkLabels?
> 
> or is there another, simpler way of doing this?

Yes, it is: just draw the text with gdk_draw_layout() on the
drawing area.

Yeti


--
That's enough.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to