gtkMenuShellPrepend {RGtk2}R Documentation

gtkMenuShellPrepend

Description

Adds a new GtkMenuItem to the beginning of the menu shell's item list.

Usage

gtkMenuShellPrepend(object, child)

Arguments

object [GtkMenuShell] a GtkMenuShell.
child [GtkWidget] The GtkMenuItem to add.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]