“Como sublinhar o texto em tknter” Respostas de código

texto sublinhado de python tknter

example = Label(root, text="example", font=('Arial',9,'underline'))
example.pack()
RyanGar46

Como sublinhar o texto em tknter

mylbl=Label(Win,text='my Label',font=('Arial',9,'bold','underline'))
mylbl.grid(column=0,row=1)
sudam edirisinghe

Respostas semelhantes a “Como sublinhar o texto em tknter”

Perguntas semelhantes a “Como sublinhar o texto em tknter”

Mais respostas relacionadas para “Como sublinhar o texto em tknter” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código