Skip to content

API Reference / @gtkx/testing / Container

Type Alias: Container

Container = QueryContainer | Gtk.Application | typeof TOPLEVELS

Defined in: traversal.d.ts:9

A scope that queries and traversal can run against: a widget, an event controller, a layout manager, a list item or header, an application, or the sentinel representing all current toplevel windows.

Released under the MPL-2.0 License.