Skip to content

CodeBlock Experimental

WARNING

This widget is experimental

Parameters

NameTypeDescription
master
language

Methods

Example

py
import tkinter
from tkinterplus.experimental import CodeBlock

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

Not associated with or approved by Mojang Studios or Microsoft