See Also: RadioActionEntry Members
The ActionEntry struct is C# "syntactic sugar", designed to make it easier for developers to add Gtk.RadioActions to their code.
Instead of creating a new Gtk.RadioAction object for each action, a developer can create an array of RadioActionEntry's and add them to an Gtk.ActionGroup all at once using the ActionGroup.Add method.