|
Panda3D
|
Classes | |
| class | DirectDialog |
| class | OkCancelDialog |
| class | OkDialog |
| class | RetryCancelDialog |
| class | YesNoCancelDialog |
| class | YesNoDialog |
Functions | |
| cleanupDialog (uniqueName) | |
| findDialog (uniqueName) | |
This module defines various dialog windows for the DirectGUI system. See the :ref:`directdialog` page in the programming manual for a more in-depth explanation and an example of how to use this class.
| 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.
| findDialog | ( | 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.