|
Panda3D
|
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. | |
Floater Class: Velocity style controller for floating point values with
a label, entry (validated), and scale
| def tkwidgets.Floater.printVal | ( | val | ) |
| list __all__ = ['Floater', 'FloaterWidget', 'FloaterGroup'] |
| int FLOATER_HEIGHT = 18 |
| int FLOATER_WIDTH = 22 |
| tuple group1 |
| tuple root = Toplevel() |
SAMPLE CODE.
1.7.3