“Cómo subrayar el texto en Tkinter” Código de respuesta

Python tkinter subraye texto

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

Cómo subrayar el texto en Tkinter

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

Respuestas similares a “Cómo subrayar el texto en Tkinter”

Preguntas similares a “Cómo subrayar el texto en Tkinter”

Más respuestas relacionadas con “Cómo subrayar el texto en Tkinter” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código