button = ttk.Button(master=window, text="Simple Button", command=lambda: simple_btn(1)) check1 = ttk.Checkbutton(master=window, text="CheckBox 1", command=lambda ...
Code below has 1 major and 1 minor problem. Major issue is, once you push the button it visually stays pushed. Minor problem is, I run this in Cygwin. I've got an rxvt window behind the Tk window.