Fix #8087 - notebookpage - glade view should ignore if not tab and child
[roobuilder] / src / Builder4 / CodeInfo.bjs
diff --git a/src/Builder4/CodeInfo.bjs b/src/Builder4/CodeInfo.bjs
new file mode 100644 (file)
index 0000000..b72ad14
--- /dev/null
@@ -0,0 +1,54 @@
+{
+ "build_module" : "roobuilder",
+ "gen_extended" : false,
+ "items" : [
+  {
+   "$ xns" : "Gtk",
+   "items" : [
+    {
+     "$ xns" : "Gtk",
+     "* prop" : "child",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
+     "items" : [
+      {
+       "$ xns" : "Gtk",
+       "* prop" : "start_child",
+       "items" : [
+        {
+         "$ xns" : "Gtk",
+         "* prop" : "child",
+         "xtype" : "ListView"
+        }
+       ],
+       "xtype" : "ScrolledWindow"
+      },
+      {
+       "$ xns" : "Gtk",
+       "* prop" : "end_child",
+       "items" : [
+        {
+         "$ xns" : "Gtk",
+         "items" : [
+          {
+           "$ xns" : "Gtk",
+           "* prop" : "child",
+           "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
+           "int spacing" : 0,
+           "xtype" : "Box"
+          }
+         ],
+         "string tab_label" : "details",
+         "xtype" : "NotebookPage"
+        }
+       ],
+       "xtype" : "Notebook"
+      }
+     ],
+     "xtype" : "Paned"
+    }
+   ],
+   "xtype" : "Popover"
+  }
+ ],
+ "name" : "CodeInfo"
+}
\ No newline at end of file