Skip to content

FormattedText Experimental

WARNING

This widget is experimental

Parameters

NameTypeDescription
master
format
variable
controls
fg
bg
width
height
insertbackground
selectbackground
selectforeground
button_bg
button_fg
button_activebackground
button_activeforeground
button_disabledbackground
button_width
button_color

Methods

Example

py
import tkinter
from tkinterplus.experimental import FormatText

root = tkinter.Tk()
widget = FormatText(root)
widget.pack()
root.mainloop()

Not associated with or approved by Mojang Studios or Microsoft