gtkTestFindWidget: gtkTestFindWidget

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

This function will search the descendants of widget for a widget of type widget.type that has a label matching label.pattern next to it. This is most useful for automated GUI testing, e.g. to find the "OK" button in a dialog and synthesize clicks on it. However see gtkTestFindLabel, gtkTestFindSibling and gtkTestWidgetClick for possible caveats involving the search of such widgets and synthesizing widget events.

Usage

1
gtkTestFindWidget(widget, label.pattern, widget.type)

Arguments

widget

Container widget, usually a GtkWindow.

label.pattern

Shell-glob pattern to match a label string.

widget.type

Type of a aearched for label sibling widget.

Details

Since 2.14

Value

[GtkWidget] a valid widget if any is found or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.