Fix #8087 - notebookpage - glade view should ignore if not tab and child
[roobuilder] / src / Builder4 / CodeInfo.bjs
1 {
2  "build_module" : "roobuilder",
3  "gen_extended" : false,
4  "items" : [
5   {
6    "$ xns" : "Gtk",
7    "items" : [
8     {
9      "$ xns" : "Gtk",
10      "* prop" : "child",
11      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
12      "items" : [
13       {
14        "$ xns" : "Gtk",
15        "* prop" : "start_child",
16        "items" : [
17         {
18          "$ xns" : "Gtk",
19          "* prop" : "child",
20          "xtype" : "ListView"
21         }
22        ],
23        "xtype" : "ScrolledWindow"
24       },
25       {
26        "$ xns" : "Gtk",
27        "* prop" : "end_child",
28        "items" : [
29         {
30          "$ xns" : "Gtk",
31          "items" : [
32           {
33            "$ xns" : "Gtk",
34            "* prop" : "child",
35            "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
36            "int spacing" : 0,
37            "xtype" : "Box"
38           }
39          ],
40          "string tab_label" : "details",
41          "xtype" : "NotebookPage"
42         }
43        ],
44        "xtype" : "Notebook"
45       }
46      ],
47      "xtype" : "Paned"
48     }
49    ],
50    "xtype" : "Popover"
51   }
52  ],
53  "name" : "CodeInfo"
54 }