ClausTk Documentation

ClausToplevel

				
def open_toplevel():
    toplevel = claustk.ClausToplevel()

open_toplevel_btn = claustk.ClausButton(root, text="Open ClausToplevel", command=open_toplevel)
open_toplevel_btn.pack(padx=10, pady=10)
				
			
Argument Description
background str, by default background="christmas_trees". Also available are "deer", "gifts", "santa_clauses", "snowflakes", "stars".
bg_fragmentation Pattern fragmentation, int, defaults to 3.
bg_blur int, the larger the number, the greater the blur.

Methods

Useful variables