Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTestFindSibling

gtkTestFindSibling


Description

This function will search siblings of base.widget and siblings of its ancestors for all widgets matching widget.type. Of the matching widgets, the one that is geometrically closest to base.widget will be returned. The general purpose of this function is to find the most likely "action" widget, relative to another labeling widget. Such as finding a button or text entry widget, given it's corresponding label widget.

Usage

gtkTestFindSibling(base.widget, widget.type)

Arguments

base.widget

Valid widget, part of a widget hierarchy

widget.type

Type of a aearched for sibling widget

Details

Since 2.14

Value

[GtkWidget] a widget of type widget.type if any is found.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.