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         WebKit.WebView
95         
96 left:
97         Gtk.MenuBar
98         Gtk.Menu
99 right:
100         Gtk.MenuItem 
101         Gtk.ImageMenuItem 
102         Gtk.RadioMenuItem 
103         Gtk.CheckMenuItem 
104         Gtk.SeparatorMenuItem 
105         Gtk.TearoffMenuItem 
106 left:
107         Gtk.MenuItem:submenu
108 right:  
109         Gtk.Menu
110         
111 left:       
112         Gtk.Toolbar
113 right:
114         Gtk.ToolButton
115         Gtk.ToolItem
116         Gtk.MenuToolButton 
117         Gtk.ToggleToolButton
118         Gtk.RadioToolButton 
119         Gtk.ToolItemGroup 
120         Gtk.SeparatorToolItem 
121
122         
123 left:
124         Gtk.TreeView
125 right:
126         Gtk.TreeStore
127         Gtk.ListStore
128         Gtk.TreeViewColumn
129 left:   
130         Gtk.TreeViewColumn      
131 right:
132         Gtk.CellRendererText
133         Gtk.CellRendererCombo
134 left: 
135         Gtk.CellRendererCombo:model
136         Gtk.ComboBox
137 right:
138         Gtk.ListStore
139
140         
141 left: 
142         Gtk.ComboBox
143 right:  
144         Gtk.CellRendererText
145 left:
146         Gtk.Button
147 right:
148         Gtk.Image
149         
150 left:
151         Gtk.ScrolledWindow
152 right: 
153         Gtk.Viewport
154 left: 
155         GtkSource.View
156 right: 
157         GtkSource.Buffer