Re: box around a GtkLabel

2006-03-06 Thread Tristan Van Berkom
Wallace Owen wrote: On Fri, 2006-03-03 at 17:27 -0500, Zvi Sebrow wrote: Wally, I thought about using a frame, but i couldnt find a way change the width of the lines (of the framei), or the color of the lines. Is there a way to do that? If you want your stuff to deviate from the default

Re: box around a GtkLabel

2006-03-06 Thread Wallace Owen
lt;[EMAIL PROTECTED]> > To: "David Necas (Yeti)" <[EMAIL PROTECTED]> > Cc: "Zvi Sebrow" <[EMAIL PROTECTED]>; > Sent: Friday, March 03, 2006 3:18 PM > Subject: Re: box around a GtkLabel > > > > On Fri, 2006-03-03 at 19:14 +0100, David Ne

Re: box around a GtkLabel

2006-03-03 Thread Zvi Sebrow
ot; <[EMAIL PROTECTED]> Cc: "Zvi Sebrow" <[EMAIL PROTECTED]>; Sent: Friday, March 03, 2006 3:18 PM Subject: Re: box around a GtkLabel On Fri, 2006-03-03 at 19:14 +0100, David Necas (Yeti) wrote: On Fri, Mar 03, 2006 at 01:09:39PM -0500, Zvi Sebrow wrote: > I'm trying

Re: box around a GtkLabel

2006-03-03 Thread Wallace Owen
On Fri, 2006-03-03 at 19:14 +0100, David Necas (Yeti) wrote: > 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. >

Re: box around a GtkLabel

2006-03-03 Thread David Necas (Yeti)
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 wo

box around a GtkLabel

2006-03-03 Thread Zvi Sebrow
help 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