[Flug] Domani all'hacklab?
Christopher R. Gabriel
cgabriel@firenze.linux.it
Mar 31 Lug 2007 15:48:43 CEST
On Tue, 2007-07-31 at 14:49 +0200, Gian wrote:
> > Che dice il popolo?
>
> import pygtk
> import gtk
>
> class QuotaBene:
>
> def hello(self, widget, data=None):
> print "/me ok!! ;)) "
>
> def destroy(self, widget, data=None):
> gtk.main_quit()
>
> def __init__(self):
> self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
> self.window.set_title("un membro del Popolo dice:")
> self.window.connect("destroy", self.destroy)
> self.window.set_border_width(110)
> self.button = gtk.Button("Belle le cose utili!")
> self.button.connect("clicked", self.hello, None)
> self.button.connect_object("clicked", gtk.Widget.destroy,
> self.window)
> self.window.add(self.button)
> self.button.show()
> self.window.show()
>
> def main(self):
> gtk.main()
>
> if __name__ == "__main__":
> hello = QuotaBene()
> hello.main()
Mi sa che sta per iniziare uno nuovo thread del cazzo, cmq proviamoci.
C.
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome: cazzate.py
Tipo: text/x-python
Dimensione: 1882 bytes
Descrizione: non disponibile
URL: <http://lists.linux.it/pipermail/flug/attachments/20070731/46b47c29/attachment.py>
Maggiori informazioni sulla lista
flug