Jeff Shipman <[EMAIL PROTECTED]> writes:
> I have widgets packed into a table and I would like
> to add padding to the top of a widget. If I attach
> it and modify the ypadding, then this adds padding
> to the bottom as well, which is not what I want.
> It doesn't work to add another column between the
> objects because it's too much space. I tried using
> row_spacing, but that didn't have the desired effect.
> Is there any way to add padding to one side of
> a widget?
> 

Frequently the best way to do that is to stick a GtkAlignment in there
as a spacer. Set the usize on it to whatever padding you want.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
  • borders Jeff Shipman
    • Havoc Pennington

Reply via email to