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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to