Skip to content

WebFrame Experimental

WARNING

This widget is experimental

Parameters

NameTypeDescription
master
src
srcdoc
width
height
allowfullscreen
sandbox
cache
context_menu

Methods

Example

py
import tkinter
from tkinterplus.experimental import WebFrame

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

Not associated with or approved by Mojang Studios or Microsoft