Re: [gtk-list] GtkPacked question




Syd Logan <logansyd@netscape.net> writes:
> I looked at the implementation but still think I should ask: what is the
> reason for having pad_x and i_pad_x as arguments to gtk_packer_add()? I notice
> in the implementation that size computations are done in part by adding these
> two together, why not have a single value?
> 

I think it's "outside padding" and "inside padding".  Both go into the
area allocated for the given child, but the inside padding is added to
the child's allocation and the outside padding is left blank.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]