Panda3D
Classes | Functions | Variables

Package tkwidgets.EntryScale

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.

Detailed Description

EntryScale Class: Scale with a label, and a linked and validated entry

Function Documentation

def tkwidgets.EntryScale.printVal (   val)
def tkwidgets.EntryScale.rgbPanel (   nodePath,
  callback = None 
)

Variable Documentation

tuple group1
Initial value:
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.

 All Classes Namespaces Functions Variables Properties