Gtk.ActionEntry Structure
A struct containing all the info necessary for creating an Gtk.Action

See Also: ActionEntry Members

Syntax

public struct ActionEntry

Remarks

The ActionEntry struct is C# "syntactic sugar", designed to make it easier for developers to add Gtk.Actions to their code.

Instead of creating a new Gtk.Action object for each action, a developer can create an array of ActionEntry's and add them to an Gtk.ActionGroup all at once using the ActionGroup.Add method.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.4