Skip to content

BindButton

Parameters

NameTypeDescription
mastertkinter.Tk
variabletkinter.StringVar
seperatorstr
commandCallable

Methods

callback

Parameters

NameTypeDescription
etkinter.Event

listen

get

set

Parameters

NameTypeDescription
valuestr

configure

Example

py
import tkinter
import tkinterplus

root = tkinter.Tk()
widget = tkinterplus.BindButton(root)
widget.pack()
root.mainloop()

Not associated with or approved by Mojang Studios or Microsoft