Re: Widget access

2006-06-29 Thread Steve Holden
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

Widget access

2006-06-29 Thread arvind
how to make the widgets defined inside the function available outside it without using OOPs concept? -- http://mail.python.org/mailman/listinfo/python-list

Widget access

2006-06-29 Thread arvind
how to make the widgets defined inside the function available outside it without using OOPs concept? -- http://mail.python.org/mailman/listinfo/python-list

Widget access

2006-06-29 Thread arvind
how to make the widgets defined inside the function available outside it without using OOPs concept? -- http://mail.python.org/mailman/listinfo/python-list