|
Panda3D
|
Classes | |
| class | DirectDialog |
| class | OkCancelDialog |
| class | OkDialog |
| class | RetryCancelDialog |
| class | YesNoCancelDialog |
| class | YesNoDialog |
Functions | |
| def | cleanupDialog |
| def | findDialog |
Variables | |
| list | __all__ = ['findDialog', 'cleanupDialog', 'DirectDialog', 'OkDialog', 'OkCancelDialog', 'YesNoDialog', 'YesNoCancelDialog', 'RetryCancelDialog'] |
Undocumented Module
| def gui.DirectDialog.cleanupDialog | ( | uniqueName | ) |
cleanupPanel(string uniqueName) Cleans up (removes) the panel with the given uniqueName. This may be useful when some panels know about each other and know that opening panel A should automatically close panel B, for instance.
| def gui.DirectDialog.findDialog | ( | uniqueName | ) |
findPanel(string uniqueName) Returns the panel whose uniqueName is given. This is mainly useful for debugging, to get a pointer to the current onscreen panel of a particular type.
| list __all__ = ['findDialog', 'cleanupDialog', 'DirectDialog', 'OkDialog', 'OkCancelDialog', 'YesNoDialog', 'YesNoCancelDialog', 'RetryCancelDialog'] |
1.7.3