Panda3D
Classes | Functions | Variables

Package tkwidgets.Floater

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.

Detailed Description

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

Function Documentation

def tkwidgets.Floater.printVal (   val)

Variable Documentation

int FLOATER_HEIGHT = 18
int FLOATER_WIDTH = 22
tuple group1
Initial value:
00001 FloaterGroup(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 = Floater(root, command = printVal)
tuple root = Toplevel()

SAMPLE CODE.

 All Classes Namespaces Functions Variables Properties