Classes | |
class | EntryScale |
class | EntryScaleGroup |
Functions | |
def | printVal |
def | rgbPanel |
Variables | |
list | __all__ = ['EntryScale', 'EntryScaleGroup'] |
tuple | group1 |
tuple | mega1 = EntryScale(root, command = printVal) |
tuple | root = Toplevel() |
SAMPLE CODE. |
EntryScale Class: Scale with a label, and a linked and validated entry
def tkwidgets.EntryScale.printVal | ( | val | ) |
def tkwidgets.EntryScale.rgbPanel | ( | nodePath, | |
callback = None |
|||
) |
list __all__ = ['EntryScale', 'EntryScaleGroup'] |
tuple group1 |
00001 EntryScaleGroup(root, dim = 4, 00002 title = 'Simple RGBA Panel', 00003 labels = ('R', 'G', 'B', 'A'), 00004 Valuator_min = 0.0, 00005 Valuator_max = 255.0, 00006 Valuator_resolution = 1.0, 00007 command = printVal)
tuple mega1 = EntryScale(root, command = printVal) |
tuple root = Toplevel() |
SAMPLE CODE.