NewBranch.bjs
[gitlive] / NewBranch.bjs
index f516d74..ccf9950 100644 (file)
      "bool vexpand" : true,
      "items" : [
       {
-       "* pack" : "get_path_for_child",
+       "id" : "label_select_ticket",
+       "* pack" : false,
        "xtype" : "Label",
+       "string label" : "Select Existing Ticket to work on",
        "$ xns" : "Gtk"
+      },
+      {
+       "id" : "label_create_ticket",
+       "xtype" : "Label",
+       "* pack" : false,
+       "string label" : "Create a new Ticket",
+       "$ xns" : "Gtk"
+      },
+      {
+       "id" : "label_quick_commit",
+       "* pack" : false,
+       "xtype" : "Label",
+       "string label" : "Quick Commit",
+       "$ xns" : "Gtk"
+      },
+      {
+       "bool homogeneous" : false,
+       "* pack" : "append_page,_this.label_select_ticket.el",
+       "xtype" : "Box",
+       "$ xns" : "Gtk",
+       "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
+      },
+      {
+       "bool homogeneous" : false,
+       "xtype" : "Box",
+       "* pack" : "append_page,_this.label_create_ticket.el",
+       "$ xns" : "Gtk",
+       "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
+      },
+      {
+       "bool homogeneous" : false,
+       "* pack" : "append_page,_this.label_select_ticket.el",
+       "xtype" : "Box",
+       "$ xns" : "Gtk",
+       "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
       }
      ]
     }