activatetext ('<window name>', '<component name>')
activates the text box ( similar to press enter after setting text)
- Return values:
-
| 1 | on success and 0 otherwise |
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c
With respect to gftp-gtk structure
activatetext ('gFTP', 'txtUser')
This is to activate the text box 'txtUser' in gftp-gtk
- Author:
- Shagan <shagan.glare@gmail.com>