arvind wrote:
> how to make the widgets defined inside the function available outside
> it without using OOPs concept?
>
Only ways to have something created in function available outside are a)
have function store widget refs in global (poor coupling), b) have
mutable function argument into whic
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list
how to make the widgets defined inside the function available outside
it without using OOPs concept?
--
http://mail.python.org/mailman/listinfo/python-list