Hi all,
in pygtk when I set the label:
mylabel = gtk.Label("Hello World!")
I can get the string of label from it by mylabel.get() method. but in
python interpreter I can get the docstring of this method:
help(gtk.Label.get)
Anyone know why?-- Milad Khajavi http://lincafe.wordpress.com Having the source means you can do it yourself. I tried to change the world, but I couldn’t find the source code.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
