Tkinter Menu Button Widget Tutorial

Tkinter Menu Button Widget Tutorial

CodersLegacy

4 года назад

2,300 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@lucianohanzo
@lucianohanzo - 30.05.2023 02:34

Esse vídeo foi perfeito para mim, muito obrigado.

Ответить
@samuelaniogbu5089
@samuelaniogbu5089 - 19.03.2023 18:49

I just cannot thank you enough, I'm working on the backend GUI of my project and this came in very helpful. Thanks mate 👍

Ответить
@fhtommy
@fhtommy - 06.05.2021 14:50

Why use:
def _init_ (self, master):
self.master = root

Why not:
def _init_ (self, master):
self.master = master

I know what you use works but is it the right way? I'm still new at Tkinter/Python and just want to understand.

Ответить