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