| gtkMenuAttachToWidget {RGtk2} | R Documentation |
Attaches the menu to the widget and provides a callback function that will
be invoked when the menu calls gtkMenuDetach during its destruction.
gtkMenuAttachToWidget(object, attach.widget)
|
[GtkMenu] a GtkMenu. |
|
[GtkWidget] the GtkWidget that the menu will be attached to. |
This does not yet support the callback function, sorry.
Derived by RGtkGen from GTK+ documentation