Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5509541
By: jonoomph

I noticed that all the GTK & GST methods don't show me a list of parameters.
For example:

import gtk

MyWindow = gtk.Window()
MyWindow.set_title()

### The SET_TITLE method takes 1 parameter, the title of the window, but pydev
doesn't seem to know about it.

MyWindow.show()
gtk.main()


Even though I get a list of classes and methods, it would be great if pydev
could show the list of expected parameters on the GTK and GST methods.

Thanks!
-Jonathan

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to