ischilditemindexselected

Syntax

ischilditemindexselected ('<dlgName>', '<object name>', <index>)

Description

In layered pane, this function call checks whether the given index is selected in the previously selected item.

Return values:
Selected item count on success, LdtpExecutionError exception on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/layered-pane.c

Example

ischilditemindexselected ('x-nautilus-desktop', 'Icon View', 0)

Author:
Nagappan Alagappan <nagappan@gmail.com>


Linux Desktop Testing Project