ALICE 1.3  1.3.14
Developer documentation
color-chooser-test Namespace Reference

Functions

def askcolor (text)
 
def choose_color ()
 

Variables

 root = Tk()
 
 button
 

Function Documentation

◆ askcolor()

def color-chooser-test.askcolor (   text)

Definition at line 31 of file color-chooser-test.py.

◆ choose_color()

def color-chooser-test.choose_color ( )

Definition at line 43 of file color-chooser-test.py.

Variable Documentation

◆ button

button
Initial value:
1 = Button(root, text = "Select color",
2  command = choose_color)

Definition at line 50 of file color-chooser-test.py.

◆ root

root = Tk()

Definition at line 49 of file color-chooser-test.py.