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