gtkMenuToolButtonSetMenu {RGtk2}R Documentation

gtkMenuToolButtonSetMenu

Description

Sets the GtkMenu that is popped up when the user clicks on the arrow. If menu is NULL, the arrow button becomes insensitive.

Usage

gtkMenuToolButtonSetMenu(object, menu)

Arguments

object [GtkMenuToolButton] a GtkMenuToolButton
menu [GtkWidget] the GtkMenu associated with GtkMenuToolButton

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]