[pyar] Pygtk AboutDialogs
Eka (Esteban Feldman)
ekagaurangadas en gmail.com
Dom Ene 9 09:29:51 ART 2011
2011/1/8 N Cis <n.cis_92 en hotmail.com>
> Hola, la verdad qe estos dialoguitos me estan complicando la vida xD
> jajaj..
> No se por que, pero tenog problema con el "gtk.about_dialog_set_url_hook()"
> no logro hacer que me de bola, les paso el codigo aver qe me pueden decir:
>
> class AboutOkeyko(gtk.AboutDialog):
> ''' About Dialog for Okeykoclient'''
> def __init__(self, Config):
> def Link(*args):
> print args
> gtk.AboutDialog.__init__(self)
> gtk.about_dialog_set_url_hook(Link)
> self.set_name(NAME)
> logo =
> gtk.gdk.pixbuf_new_from_file(Config.pathFile('theme-logo.png'))
> self.set_logo(logo)
> self.set_icon(logo)
> self.set_version(VERSION)
> self.set_copyright(COPYRIGHT)
> self.set_comments(COMMENTS)
> self.set_license(LICENSE)
> self.set_website(WEBSITE)
> self.set_website_label(WEBSITE_LABEL)
> self.set_authors(AUTHORS)
> #self.set_translator_credits(TRANSLATORS)
>
> self.connect('response', lambda *x: self.destroy() if (x[1] == -6)
> else x)
>
> (todas las variables estan seteadas arriba, no lo copie por que es
> indistinto)
>
> y al dialogo lo llamo haciendo:
>
> About = About.AboutOkeyko()
> About.run()
>
> El dialogo aparece y anda sin problemas. La terminal no devuelve ningun
> error. El tema es qe siempre cuando click en el link, me habre el link en el
> navegador, no ejecuta la funcion que yo elegi.
>
> Alguna idea?,
> Saludos y muchas gracias.
>
>
>
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
Si definis a Link() en el espacio Global? :)
--
Chant Hare Krishna and Be Happy
Eka
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20110109/9d024845/attachment.html>
More information about the pyar
mailing list