A unique name for the action
the label displayed in menu items and on buttons, or NULL. [allow-none]
a tooltip for the action, or NULL. [allow-none]
the stock icon to display in widgets representing the action, or NULL. [allow-none]
ConstructionException GTK+ fails to create the object.
Warning gtk_action_new has been deprecated since version 3.10 and should not be used in newly-written code. Use GAction instead, associating it to a widget with GtkActionable or creating a GtkMenu with gtk_menu_new_from_model() Creates a new GtkAction object. To add the action to a GtkActionGroup and set the accelerator for the action, call gtk_action_group_add_action_with_accel(). See the section called “UI Definitions” for information on allowed action names. Since 2.4