Gtk.ToggleActionEntry Structure
A struct containing all the info necessary for creating an Gtk.ToggleAction

See Also: ToggleActionEntry Members

Syntax

public struct ToggleActionEntry

Remarks

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

Instead of creating a new Gtk.ToggleAction object for each action, a developer can create an array of ToggleActionEntry'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