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