API Reference / @gtkx/testing / queryAllByText
Variable: queryAllByText
constqueryAllByText: (container,text,options?) =>Gtk.Widget[]
Defined in: queries.d.ts:47
Finds every widget whose rendered text content matches.
Parameters
container
Widget subtree to search.
text
Matcher for the widget text.
options?
Text matching options.
Returns
Gtk.Widget[]
Every matching widget, or an empty array when none match.