Label
From LDTP
Syntax
<name>={class=<type of object>, lable=<lable name>[, <optional arguments>]
Example:
mnuNew={class=menu_item, parent=mnuFile, label=New}
Description
label keyword, is used to identify the objects label. The string which is actually exposed the user is called label.
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), label.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/label.c)

