Panda3D
Loading...
Searching...
No Matches
Classes | Functions | Variables
direct.tkwidgets.Floater Namespace Reference

Classes

class  Floater
 
class  FloaterGroup
 
class  FloaterWidget
 

Functions

 printVal (val)
 

Variables

 expand
 
 fill
 
int FLOATER_HEIGHT = 18
 
int FLOATER_WIDTH = 22
 
 group1
 
 mega1 = Floater(root, command = printVal)
 
 root = Toplevel()
 
 side
 

Detailed Description

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

Function Documentation

◆ printVal()

printVal ( val)

Variable Documentation

◆ expand

expand

◆ fill

fill

◆ FLOATER_HEIGHT

int FLOATER_HEIGHT = 18

◆ FLOATER_WIDTH

int FLOATER_WIDTH = 22

◆ group1

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)

◆ mega1

mega1 = Floater(root, command = printVal)

◆ root

root = Toplevel()

◆ side

side