Description Usage Arguments Details Value Author(s)
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.
1 | gtkTestFindSibling(base.widget, widget.type)
|
|
Valid widget, part of a widget hierarchy |
|
Type of a aearched for sibling widget |
Since 2.14
[GtkWidget
] a widget of type widget.type
if any is found.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.