padding around EventBox child?

2004-08-31 Thread Skip Montanaro
(cc me on replies plz) I'm using a Table widget to layout a bunch of Labels. Because I want to be able to set the background color of individual rows I placed each Label in an EventBox. I'd like to allow the EventBoxes to fill the space allotted to them by the Table so the background color of

Re: padding around EventBox child?

2004-08-31 Thread Sven Neumann
Hi, Skip Montanaro [EMAIL PROTECTED] writes: I'm using a Table widget to layout a bunch of Labels. Because I want to be able to set the background color of individual rows I placed each Label in an EventBox. I'd like to allow the EventBoxes to fill the space allotted to them by the Table

Re: padding around EventBox child?

2004-08-31 Thread Skip Montanaro
[... my padding woes elided ...] Sven gtk_misc_set_padding (GTK_MISC (label), xpad, ypad); Thanks, I think I looked everywhere but there... Skip ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list