Re: [Tutor] Border width of Canvas widget in tkinter

2012-09-19 Thread Peter Otten
Alok Joshi wrote: > I am using Python 3.x > > I am unable to remove the border in a Canvas widget with bd=0 or > borderwidth=0. Can someone please explain how one can do this? > > I give below my program > > class Avatar(Frame): > def > __init__(self,parent=None,width=100,height=100,ovalness=1

[Tutor] Border width of Canvas widget in tkinter

2012-09-18 Thread Alok Joshi
I am using Python 3.x   I am unable to remove the border in a Canvas widget with bd=0 or borderwidth=0. Can someone please explain how one can do this?   I give below my program   class Avatar(Frame):     def __init__(self,parent=None,width=100,height=100,ovalness=1,bgFrameColor='Blue',bgCanvasCo