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

Classes

class  Floater
 
class  FloaterGroup
 
class  FloaterWidget
 

Functions

def printVal
 

Variables

list __all__ = ['Floater', 'FloaterWidget', 'FloaterGroup']
 
int FLOATER_HEIGHT = 18
 
int FLOATER_WIDTH = 22
 
tuple group1
 
tuple mega1 = Floater(root, command = printVal)
 
tuple root = Toplevel()
 SAMPLE CODE. More...
 

Detailed Description

Floater Class: Velocity style controller for floating point values with
        a label, entry (validated), and scale

Function Documentation

def direct.tkwidgets.Floater.printVal (   val)

Variable Documentation

list __all__ = ['Floater', 'FloaterWidget', 'FloaterGroup']
int FLOATER_HEIGHT = 18
int FLOATER_WIDTH = 22
tuple group1
Initial value:
1 = FloaterGroup(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: Floater.py:214
tuple mega1 = Floater(root, command = printVal)
tuple root = Toplevel()

SAMPLE CODE.