menuuncheck ('<window name>', '<menu item>')
Unchecks a menu item, if its already unchecked it will be silently ignored
- Todo:
- Return values:
-
| 1 | on success, LdtpExecutionError exception on failure |
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/check-menu-item.c
With respect to gedit, View menu and Toolbar check menuitem, we can uncheck the menuitem. If its already unchecked, it will be silently ignored.
menuuncheck ('*-gedit', 'mnuView;mnuToolbar')
- Author:
- Nagappan <nagappan@gmail.com>