Creates a new #GtkToggleAction object. To add the action to a #GtkActionGroup and set the accelerator for the action, call gtk.action_group.ActionGroup.addActionWithAccel.
A unique name for the action
The label displayed in menu items and on buttons, or null
A tooltip for the action, or null
The stock icon to display in widgets representing the action, or null
a new #GtkToggleAction
Creates a new #GtkToggleAction object. To add the action to a #GtkActionGroup and set the accelerator for the action, call gtk.action_group.ActionGroup.addActionWithAccel.