Dialog
From LDTP
Syntax
<name>={class=<type of object>[, <optional arguments>]
Example: File open dialog in gedit
openDialog={class=dialog, label=Open File..., app_name=gedit}
Description
class type dialog is used to identify the object type dialog.
Refer: gui.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/gui.c), parser.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/appmap/parser.c), ldtp.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c)

