26
22
children = new List<ContextAction> ();
30
public ContextAction.escaped (string name, string? label, string? tooltip, string? stock_id) {
31
public ContextAction.escaped (string name, string label, string? tooltip, string? stock_id) {
32
33
GLib.Object (name: name, label: escaped_label, tooltip: tooltip, stock_id: stock_id);
33
34
action_groups = new List<Gtk.ActionGroup> ();
34
35
children = new List<ContextAction> ();