Builder/Provider/GtkUsage.txt
[app.Builder.js] / Builder / Provider / GtkUsage.txt
1
2 // what can be added where...
3
4 left:
5  *top
6 right:
7         Gtk.Window 
8         Gtk.Dialog
9         Gtk.MessageDialog
10         Gtk.AboutDialog
11         Gtk.Dialog
12         Gtk.FontSelectionDialog 
13         Gtk.InputDialog 
14         Gtk.ColorSelectionDialog 
15         Gtk.FileChooserDialog
16         Gtk.Menu
17 // these should really be based on heirachy..
18  
19 left: 
20         Gtk.Window
21         Gtk.Dialog
22         Gtk.MessageDialog
23         Gtk.AboutDialog
24         Gtk.Dialog
25         
26         Gtk.Alignment 
27         Gtk.AspectFrame 
28         Gtk.HBox 
29         Gtk.VBox 
30         Gtk.HButtonBox 
31         Gtk.VButtonBox 
32         Gtk.HPaned 
33         Gtk.VPaned 
34         Gtk.Layout 
35         Gtk.Notebook
36         //Gtk.Table 
37         //Gtk.Fixed 
38         Gtk.Expander 
39         Gtk.Frame
40         Gtk.ScrolledWindow
41         Gtk.ToolItem
42         
43 right:   
44         Gtk.Alignment 
45         Gtk.AspectFrame 
46         Gtk.HBox 
47         Gtk.VBox 
48         Gtk.HButtonBox 
49         Gtk.VButtonBox 
50         Gtk.Fixed 
51         Gtk.HPaned 
52         Gtk.VPaned 
53         Gtk.Layout 
54         Gtk.Notebook 
55         Gtk.Table 
56         Gtk.Expander 
57         Gtk.Frame
58         
59         Gtk.ScrolledWindow
60         Gtk.AccelLabel 
61         Gtk.Image 
62         Gtk.Label 
63         Gtk.ProgressBar
64         Gtk.Statusbar
65         Gtk.InfoBar 
66         Gtk.StatusIcon
67         Gtk.Spinner 
68         Gtk.Button
69         Gtk.CheckButton 
70         Gtk.RadioButton 
71         Gtk.ToggleButton
72         Gtk.LinkButton
73         Gtk.ScaleButton 
74         Gtk.VolumeButton 
75         Gtk.Entry 
76         Gtk.HScale 
77         Gtk.VScale 
78         Gtk.SpinButton 
79         Gtk.TreeView
80         Gtk.ComboBox 
81         Gtk.ComboBoxEntry 
82         Gtk.Menu 
83         Gtk.MenuBar 
84         Gtk.Toolbar 
85         Gtk.ToolPalette
86         Gtk.ColorButton 
87         Gtk.ColorSelection
88         Gtk.HSV
89         Gtk.FileChooserButton 
90         Gtk.FileChooserWidget
91         Gtk.FontButton 
92            
93
94 left:
95         Gtk.MenuBar
96         Gtk.Menu
97 right:
98         Gtk.MenuItem 
99         Gtk.ImageMenuItem 
100         Gtk.RadioMenuItem 
101         Gtk.CheckMenuItem 
102         Gtk.SeparatorMenuItem 
103         Gtk.TearoffMenuItem 
104 left:
105         Gtk.MenuItem:submenu
106 right:  
107         Gtk.Menu
108         
109 left:       
110         Gtk.Toolbar
111 right:
112         Gtk.ToolButton
113         Gtk.ToolItem
114         Gtk.MenuToolButton 
115         Gtk.ToggleToolButton
116         Gtk.RadioToolButton 
117         Gtk.ToolItemGroup 
118         Gtk.SeparatorToolItem 
119
120         
121 left:
122         Gtk.TreeView
123 right:
124         Gtk.TreeStore
125         Gtk.ListStore
126         Gtk.TreeViewColumn
127 left:   
128         Gtk.TreeViewColumn      
129 right:
130         Gtk.CellRendererText
131         Gtk.CellRendererCombo
132 left: 
133         Gtk.CellRendererCombo:model
134 right:
135         Gtk.ListStore
136