Module: Atk::CoordType

Defined in:
(unknown)

Constant Summary collapse

SCREEN =

specifies xy coordinates relative to the screen

0 or :screen
WINDOW =

specifies xy coordinates relative to the widget’s top-level window

1 or :window
PARENT =

specifies xy coordinates relative to the widget’s immediate parent. Since: 2.30

2 or :parent