Description Usage Arguments Details Value Author(s)
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.
1 | gtkTestFindWidget(widget, label.pattern, widget.type)
|
|
Container widget, usually a GtkWindow. |
|
Shell-glob pattern to match a label string. |
|
Type of a aearched for label sibling widget. |
Since 2.14
[GtkWidget
] a valid widget if any is found or NULL
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.