Thanks for testing, I've tried with the same package version in
other distributions and indeed it works. It is a problem with
my distribution (sidux).

Bye,
gaetano

> 
> Hi Gaetano,
> 
> > import gtk
> >
> > window = gtk.Window()
> > box = gtk.HBox()
> > notebook = gtk.Notebook()
> > notebook.append_page(gtk.Label("!!!!!"))
> > box.add(notebook)
> > window.add(box)
> > window.show_all()
> > gtk.main()
> 
> Your snippet works for me.
> 
> cheers
> -- 
> Gian Mario Tagliaretti
> GNOME Foundation member
> [email protected]
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to