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 [GtkMenu] a GtkMenu.
attach.widget [GtkWidget] 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.12.5-3 Index]