S or /

Class talon.ui.App

from talon.ui import App
class App

Attributes

active_window§

active_window: talon.ui.Window

background§

background: Incomplete

Returns True when the argument is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

pid§

pid: Incomplete

name§

name: Incomplete

path§

path: Incomplete

exe§

exe: Incomplete

bundle§

bundle: Incomplete

created_at§

created_at: Incomplete

company§

company: str

cmdline§

cmdline: Sequence[str]

Properties

icon§

@property
def icon(self) -> skia.Image

focused_element§

@property
def focused_element(self) -> talon.ui.Element

element§

@property
def element(self) -> talon.ui.Element

children§

@property
def children(self) -> Elements

runtime§

@property
def runtime(self) -> timedelta

Methods

element_at§

def element_at(self, x: float, y: float) -> talon.ui.Element

appscript§

def appscript(self)

quit§

def quit(self) -> None

focus§

def focus(self) -> bool

windows§

def windows(self) -> Sequence[talon.ui.Window]

Further reading