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         GtkClutter.Window
18         
19         
20 // these should really be based on heirachy..
21  
22 left: 
23         Gtk.Window
24         Gtk.Dialog
25         Gtk.MessageDialog
26         Gtk.AboutDialog
27         Gtk.Dialog
28         
29         Gtk.Alignment 
30         Gtk.AspectFrame 
31         Gtk.HBox 
32         Gtk.VBox 
33         Gtk.HButtonBox 
34         Gtk.VButtonBox 
35         Gtk.HPaned 
36         Gtk.VPaned 
37         Gtk.Table
38         Gtk.Layout 
39         Gtk.Notebook
40         //Gtk.Table 
41         //Gtk.Fixed 
42         Gtk.Expander 
43         Gtk.Frame
44         Gtk.ScrolledWindow
45         Gtk.ToolItem
46         Gtk.Viewport
47         Gtk.Button
48         
49         
50 right:   
51         Gtk.Alignment 
52         Gtk.AspectFrame 
53         Gtk.HBox 
54         Gtk.VBox 
55         Gtk.HButtonBox 
56         Gtk.VButtonBox 
57         Gtk.Fixed 
58         Gtk.HPaned 
59         Gtk.VPaned 
60         Gtk.Layout 
61         Gtk.Notebook 
62         Gtk.Table 
63         Gtk.Expander 
64         Gtk.Frame
65         
66         Gtk.ScrolledWindow
67         Gtk.AccelLabel 
68         Gtk.Image 
69         Gtk.Label 
70         Gtk.ProgressBar
71         Gtk.Statusbar
72         Gtk.InfoBar 
73         Gtk.StatusIcon
74         Gtk.Spinner 
75         Gtk.Button
76         Gtk.CheckButton 
77         Gtk.RadioButton 
78         Gtk.ToggleButton
79         Gtk.LinkButton
80         Gtk.ScaleButton 
81         Gtk.VolumeButton 
82         Gtk.Entry 
83         Gtk.HScale 
84         Gtk.VScale 
85         Gtk.SpinButton 
86         Gtk.TreeView
87         Gtk.ComboBox 
88         Gtk.ComboBoxEntry 
89         Gtk.Menu 
90         Gtk.MenuBar 
91         Gtk.Toolbar 
92         Gtk.ToolPalette
93         Gtk.ColorButton 
94         Gtk.ColorSelection
95         Gtk.HSV
96         Gtk.FileChooserButton 
97         Gtk.FileChooserWidget
98         Gtk.FontButton 
99         GtkSource.View
100         WebKit.WebView
101         Vte.Terminal
102         
103         
104 left:
105         Gtk.MenuBar
106         Gtk.Menu
107 right:
108         Gtk.MenuItem 
109         Gtk.ImageMenuItem 
110         Gtk.RadioMenuItem 
111         Gtk.CheckMenuItem 
112         Gtk.SeparatorMenuItem 
113         Gtk.TearoffMenuItem 
114 left:
115         Gtk.MenuItem:submenu
116 right:  
117         Gtk.Menu
118         
119 left:       
120         Gtk.Toolbar
121 right:
122         Gtk.ToolButton
123         Gtk.ToolItem
124         Gtk.MenuToolButton 
125         Gtk.ToggleToolButton
126         Gtk.RadioToolButton 
127         Gtk.ToolItemGroup 
128         Gtk.SeparatorToolItem 
129
130         
131 left:
132         Gtk.TreeView
133 right:
134         Gtk.TreeStore
135         Gtk.ListStore
136         Gtk.TreeViewColumn
137 left:   
138         Gtk.TreeViewColumn      
139 right:
140         Gtk.CellRendererText
141         Gtk.CellRendererCombo
142 left: 
143         Gtk.CellRendererCombo:model
144         Gtk.ComboBox
145 right:
146         Gtk.ListStore
147
148         
149 left: 
150         Gtk.ComboBox
151 right:  
152         Gtk.CellRendererText
153
154         
155         
156 left:
157         Gtk.ScrolledWindow
158 right: 
159         Gtk.Viewport
160
161         
162         
163 left: 
164         GtkSource.View
165 right: 
166         GtkSource.Buffer
167         
168         
169         
170 left:
171         GtkClutter.Window
172 right:
173         GtkClutter.Actor