Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Functions | Variables
direct.tkwidgets.EntryScale Namespace Reference

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. More...
 

Detailed Description

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

Function Documentation

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

Variable Documentation

list __all__ = ['EntryScale', 'EntryScaleGroup']
tuple group1
Initial value:
1 = EntryScaleGroup(root, dim = 4,
2  title = 'Simple RGBA Panel',
3  labels = ('R', 'G', 'B', 'A'),
4  Valuator_min = 0.0,
5  Valuator_max = 255.0,
6  Valuator_resolution = 1.0,
7  command = printVal)
Definition: EntryScale.py:289
tuple mega1 = EntryScale(root, command = printVal)
tuple root = Toplevel()

SAMPLE CODE.