Main Page
Related Pages
S
earch for
LDTP User manual
»
spinbutton
getvalue
Syntax
getvalue ('<window name>', '<spinbutton name>', '<value>')
Description
Gets the value in the spin button.
Implementation
Return values:
value
in the spin button on success, else LdtpExecutionError exception
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/spin-button.c
Example
Creation of Appointment in Evolution:
getvalue ('dlgAppointment-Nosummary', 'sbtnOccurence')
Author:
Thanikachalam S <
thanika1999@yahoo.com
>
Linux Desktop Testing Project