Add spaces

2005-07-28 Thread Beast
In general, how do I add spaces (blank spaces) between the widget? For example, in HBox i can use $hbox->set_spacing(10), it will add 10px space in the left and right, what I need is add space in the left only. -- --beast ___ gtk-perl-l

Re: Add spaces

2005-07-29 Thread muppet
On Jul 29, 2005, at 2:34 AM, Beast wrote: In general, how do I add spaces (blank spaces) between the widget? Each container has its own way of controlling the spacing of its children. You can also say $widget->set_border_width($pixels) to place padding on all sides of the widget (on