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 gtk_test_find_label(), gtk_test_find_sibling() and
gtk_test_widget_click() for possible caveats involving the search of
such widgets and synthesizing widget events.
This function will search the descendants of
widgetfor a widget of typewidget_typethat has a label matchinglabel_patternnext 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 seegtk_test_find_label(),gtk_test_find_sibling()andgtk_test_widget_click()for possible caveats involving the search of such widgets and synthesizing widget events.