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 ? in GTK maybe ? -- Yann