Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkMenuDetach: gtkMenuDetach
Description
Detaches the menu from the widget to which it had been attached. This function will call the callback function,
detacher
, provided when the
gtkMenuAttachToWidget
function was called.
Usage
gtkMenuDetach(object)
Arguments
object
a
GtkMenu
.