aboutdialog space between program name/version and logo

Peter Irbizon peterirbizon at gmail.com
Tue Aug 23 11:52:36 EDT 2011


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"))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110823/242ddbb1/attachment.html>


More information about the Python-list mailing list