Hello,

please how can i set space between program name/version and logo in this
code? thanks

about = gtk.AboutDialog()
about.set_program_name("name")
about.set_version("0.0.1")
about.set_logo(gtk.gdk.pixbuf_new_from_file("file.png"))
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to