#!/usr/bin/env python

import gtk

win = gtk.Window()
ex = gtk.Expander()
vbox = gtk.VBox()
win.add(vbox)
label1 = gtk.Label("short")
label2 = gtk.Label("very very long")
vbox.add(label1)
vbox.add(ex)
ex.add(label2)
win.show_all()
gtk.main()


** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: synaptic => gtk+2.0

-- 
the gtk.expander also affects the width of the window
https://bugs.launchpad.net/bugs/59225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to