findWidgetByType: Find widget in hierarchy by type
Description
DEPRECATED!! (compatibility wrappers for RGtk 1!) This function recursively descends the widget hierarchy
identified by the root node win
and finds the first
widget that matches the specified target type.
Usage
findWidgetByType(win, gtkType = "GtkMenuBar", verbose = FALSE)
Value
The widget that matched or NULL
.References
Information on the package is available
from http://www.omegahat.org/RGtk. Information on Gtk is available from
http://www.gtk.org.