GtkAction Constructor
GtkAction (string name, string label, string tooltip, string stock_id);
Use the constructor to create a new GtkAction
object. You may then add the action to a
GtkActionGroup and set the accelerator
for the action.