F
F
freecam2021-09-04 09:40:36
Python
freecam, 2021-09-04 09:40:36

How to change menu block content in tkinter?

Hello, there is this:

main_menu = Menu()
lang_m = Menu()
main_menu.add_cascade(label = 'Language', menu = lang_m)

How can I change the label of this menu?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
o5a, 2021-09-04
@freecam

menu.entryconfig(индекс, label=новый_текст)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question