Panda3D
Classes | Functions
direct.gui.DirectDialog Namespace Reference

Classes

class  DirectDialog
 
class  OkCancelDialog
 
class  OkDialog
 
class  RetryCancelDialog
 
class  YesNoCancelDialog
 
class  YesNoDialog
 

Functions

def cleanupDialog (uniqueName)
 
def findDialog (uniqueName)
 

Detailed Description

Undocumented Module

Function Documentation

◆ cleanupDialog()

def direct.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.

◆ findDialog()

def direct.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.