Push button
From LDTP
Syntax
<name>={class=<type of object>[, <optional arguments>]
Example: In gedit, New button in tool bar is of type push button
btnNew={class=push_button, label=New}
Description
class type push_button is used to identify the object type push button.
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), push_button.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/push_button.c)

