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