gtkMenuAttachToWidget {RGtk2}R Documentation

gtkMenuAttachToWidget

Description

Attaches the menu to the widget and provides a callback function that will be invoked when the menu calls gtkMenuDetach during its destruction.

Usage

gtkMenuAttachToWidget(object, attach.widget)

Arguments

object

a GtkMenu.

attach.widget

the GtkWidget that the menu will be attached to.

Note

This does not yet support the callback function, sorry.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]