[pygtk] HButtonBox and homogeneous

2007-01-17 Thread Yann Le Boulanger
Hi all, When I add 2 button in a HButtonBox, both have the same size, even if text in first button is smaller than text in second one. buttonbox.get_homogeneous() returns False. Same behaviour if I add buttons with buttonbox.add(button) or buttonbox.pack_start(button, False) Is it a known bug ?

Re: [pygtk] HButtonBox and homogeneous

2007-01-17 Thread Paul Pogonyshev
Yann Le Boulanger wrote: > Hi all, > > When I add 2 button in a HButtonBox, both have the same size, even if > text in first button is smaller than text in second one. > buttonbox.get_homogeneous() returns False. > > Same behaviour if I add buttons with buttonbox.add(button) or > buttonbox.pack_s