On Mon, Feb 9, 2009 at 1:18 PM, Gaetano Guerriero
<[email protected]> wrote:

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