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