Re: [Tkinter-discuss] Toplevel background

2016-09-06 Thread johnmc
On Tue, 6 Sep 2016 07:41:41 +, Vasilis Vlachoudis wrote > Hi all, > > I have a window which I make full screen with the option > > tk = Tk() > tk.attributes("-fullscreen", True) > c = Canvas(tk, background="Black") > c.pack(expand=YES, fill=BOTH, padx=0, pady=0) > > and displays a full scree

[Tkinter-discuss] Toplevel background

2016-09-06 Thread Vasilis Vlachoudis
Hi all, I have a window which I make full screen with the option tk = Tk() tk.attributes("-fullscreen", True) c = Canvas(tk, background="Black") c.pack(expand=YES, fill=BOTH, padx=0, pady=0) and displays a full screen "Black" canvas. despite I h ave padx=pady=0 I always get 1 pixel White frame a