Hi,
Where on the net is it possible to find information on wxpython basic.
I mean
what does self, Parent = None, stand for here. Such cases.
def __init__(self, parent = None, id = -1, title = "Small Editor"):
BRgds,
kNish
Where on the net is it possible to find information on wxpython basic.
I mean
what does self, Parent = None, stand for here. Such cases.
def __init__(self, parent = None, id = -1, title = "Small Editor"):
BRgds,
kNish
Comment