Home
last modified time | relevance | path

Searched refs:isPresentable (Results 1 – 1 of 1) sorted by relevance

/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py2615 isPresentable = lambda x: self.isShowingAndVisible(x) and (x.name or x.childCount) function
2616 presentable = list(filter(isPresentable, set(dialogs)))