wxpython: how do i write this without the id parameter?

John Salerno johnjsal at NOSPAMgmail.com
Tue Jun 13 14:27:28 EDT 2006


Scott David Daniels wrote:

> class InputForm(wx.Frame):
>     def __init__(self, parent=None, id=-1, title=__file__):

Also, is there a way to define parent and id with defaults, but not 
title? Is it good to change the order around to do this?



More information about the Python-list mailing list