| 1 | // ------------------------------------------------------------------------------ |
|---|
| 2 | // <autogenerated> |
|---|
| 3 | // This code was generated by a tool. |
|---|
| 4 | // Mono Runtime Version: 2.0.50727.42 |
|---|
| 5 | // |
|---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if |
|---|
| 7 | // the code is regenerated. |
|---|
| 8 | // </autogenerated> |
|---|
| 9 | // ------------------------------------------------------------------------------ |
|---|
| 10 | |
|---|
| 11 | namespace ThePimp { |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | public partial class ToolBox { |
|---|
| 15 | |
|---|
| 16 | private Gtk.VBox vbox2; |
|---|
| 17 | |
|---|
| 18 | private Gtk.Button button5; |
|---|
| 19 | |
|---|
| 20 | private Gtk.Image image1; |
|---|
| 21 | |
|---|
| 22 | private Gtk.Button button8; |
|---|
| 23 | |
|---|
| 24 | private Gtk.Image image2; |
|---|
| 25 | |
|---|
| 26 | private Gtk.Button button7; |
|---|
| 27 | |
|---|
| 28 | private Gtk.Image image3; |
|---|
| 29 | |
|---|
| 30 | private Gtk.Button button9; |
|---|
| 31 | |
|---|
| 32 | private Gtk.Image image4; |
|---|
| 33 | |
|---|
| 34 | private Gtk.Button button10; |
|---|
| 35 | |
|---|
| 36 | private Gtk.Image image5; |
|---|
| 37 | |
|---|
| 38 | private Gtk.Button button11; |
|---|
| 39 | |
|---|
| 40 | private Gtk.Image image6; |
|---|
| 41 | |
|---|
| 42 | private Gtk.Button button6; |
|---|
| 43 | |
|---|
| 44 | private Gtk.Image image7; |
|---|
| 45 | |
|---|
| 46 | private Gtk.Button button13; |
|---|
| 47 | |
|---|
| 48 | private Gtk.Image image8; |
|---|
| 49 | |
|---|
| 50 | private Gtk.Button button12; |
|---|
| 51 | |
|---|
| 52 | private Gtk.Image image9; |
|---|
| 53 | |
|---|
| 54 | protected virtual void Build() { |
|---|
| 55 | Stetic.Gui.Initialize(this); |
|---|
| 56 | // Widget ThePimp.ToolBox |
|---|
| 57 | Stetic.BinContainer.Attach(this); |
|---|
| 58 | this.Name = "ThePimp.ToolBox"; |
|---|
| 59 | // Container child ThePimp.ToolBox.Gtk.Container+ContainerChild |
|---|
| 60 | this.vbox2 = new Gtk.VBox(); |
|---|
| 61 | this.vbox2.Sensitive = false; |
|---|
| 62 | this.vbox2.Name = "vbox2"; |
|---|
| 63 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 64 | this.button5 = new Gtk.Button(); |
|---|
| 65 | this.button5.CanFocus = true; |
|---|
| 66 | this.button5.Name = "button5"; |
|---|
| 67 | // Container child button5.Gtk.Container+ContainerChild |
|---|
| 68 | this.image1 = new Gtk.Image(); |
|---|
| 69 | this.image1.Name = "image1"; |
|---|
| 70 | this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize.Menu, 16); |
|---|
| 71 | this.button5.Add(this.image1); |
|---|
| 72 | this.button5.Label = null; |
|---|
| 73 | this.vbox2.Add(this.button5); |
|---|
| 74 | Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.button5])); |
|---|
| 75 | w2.Position = 0; |
|---|
| 76 | w2.Expand = false; |
|---|
| 77 | w2.Fill = false; |
|---|
| 78 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 79 | this.button8 = new Gtk.Button(); |
|---|
| 80 | this.button8.CanFocus = true; |
|---|
| 81 | this.button8.Name = "button8"; |
|---|
| 82 | // Container child button8.Gtk.Container+ContainerChild |
|---|
| 83 | this.image2 = new Gtk.Image(); |
|---|
| 84 | this.image2.Name = "image2"; |
|---|
| 85 | this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize.Menu, 16); |
|---|
| 86 | this.button8.Add(this.image2); |
|---|
| 87 | this.button8.Label = null; |
|---|
| 88 | this.vbox2.Add(this.button8); |
|---|
| 89 | Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.button8])); |
|---|
| 90 | w4.Position = 1; |
|---|
| 91 | w4.Expand = false; |
|---|
| 92 | w4.Fill = false; |
|---|
| 93 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 94 | this.button7 = new Gtk.Button(); |
|---|
| 95 | this.button7.CanFocus = true; |
|---|
| 96 | this.button7.Name = "button7"; |
|---|
| 97 | // Container child button7.Gtk.Container+ContainerChild |
|---|
| 98 | this.image3 = new Gtk.Image(); |
|---|
| 99 | this.image3.Name = "image3"; |
|---|
| 100 | this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16); |
|---|
| 101 | this.button7.Add(this.image3); |
|---|
| 102 | this.button7.Label = null; |
|---|
| 103 | this.vbox2.Add(this.button7); |
|---|
| 104 | Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.button7])); |
|---|
| 105 | w6.Position = 2; |
|---|
| 106 | w6.Expand = false; |
|---|
| 107 | w6.Fill = false; |
|---|
| 108 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 109 | this.button9 = new Gtk.Button(); |
|---|
| 110 | this.button9.CanFocus = true; |
|---|
| 111 | this.button9.Name = "button9"; |
|---|
| 112 | // Container child button9.Gtk.Container+ContainerChild |
|---|
| 113 | this.image4 = new Gtk.Image(); |
|---|
| 114 | this.image4.Name = "image4"; |
|---|
| 115 | this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize.Menu, 16); |
|---|
| 116 | this.button9.Add(this.image4); |
|---|
| 117 | this.button9.Label = null; |
|---|
| 118 | this.vbox2.Add(this.button9); |
|---|
| 119 | Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.button9])); |
|---|
| 120 | w8.Position = 3; |
|---|
| 121 | w8.Expand = false; |
|---|
| 122 | w8.Fill = false; |
|---|
| 123 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 124 | this.button10 = new Gtk.Button(); |
|---|
| 125 | this.button10.CanFocus = true; |
|---|
| 126 | this.button10.Name = "button10"; |
|---|
| 127 | // Container child button10.Gtk.Container+ContainerChild |
|---|
| 128 | this.image5 = new Gtk.Image(); |
|---|
| 129 | this.image5.Name = "image5"; |
|---|
| 130 | this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize.Menu, 16); |
|---|
| 131 | this.button10.Add(this.image5); |
|---|
| 132 | this.button10.Label = null; |
|---|
| 133 | this.vbox2.Add(this.button10); |
|---|
| 134 | Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox2[this.button10])); |
|---|
| 135 | w10.Position = 4; |
|---|
| 136 | w10.Expand = false; |
|---|
| 137 | w10.Fill = false; |
|---|
| 138 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 139 | this.button11 = new Gtk.Button(); |
|---|
| 140 | this.button11.CanFocus = true; |
|---|
| 141 | this.button11.Name = "button11"; |
|---|
| 142 | // Container child button11.Gtk.Container+ContainerChild |
|---|
| 143 | this.image6 = new Gtk.Image(); |
|---|
| 144 | this.image6.Name = "image6"; |
|---|
| 145 | this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize.Menu, 16); |
|---|
| 146 | this.button11.Add(this.image6); |
|---|
| 147 | this.button11.Label = null; |
|---|
| 148 | this.vbox2.Add(this.button11); |
|---|
| 149 | Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.button11])); |
|---|
| 150 | w12.Position = 5; |
|---|
| 151 | w12.Expand = false; |
|---|
| 152 | w12.Fill = false; |
|---|
| 153 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 154 | this.button6 = new Gtk.Button(); |
|---|
| 155 | this.button6.CanFocus = true; |
|---|
| 156 | this.button6.Name = "button6"; |
|---|
| 157 | // Container child button6.Gtk.Container+ContainerChild |
|---|
| 158 | this.image7 = new Gtk.Image(); |
|---|
| 159 | this.image7.Name = "image7"; |
|---|
| 160 | this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize.Menu, 16); |
|---|
| 161 | this.button6.Add(this.image7); |
|---|
| 162 | this.button6.Label = null; |
|---|
| 163 | this.vbox2.Add(this.button6); |
|---|
| 164 | Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox2[this.button6])); |
|---|
| 165 | w14.Position = 6; |
|---|
| 166 | w14.Expand = false; |
|---|
| 167 | w14.Fill = false; |
|---|
| 168 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 169 | this.button13 = new Gtk.Button(); |
|---|
| 170 | this.button13.CanFocus = true; |
|---|
| 171 | this.button13.Name = "button13"; |
|---|
| 172 | // Container child button13.Gtk.Container+ContainerChild |
|---|
| 173 | this.image8 = new Gtk.Image(); |
|---|
| 174 | this.image8.Name = "image8"; |
|---|
| 175 | this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize.Menu, 16); |
|---|
| 176 | this.button13.Add(this.image8); |
|---|
| 177 | this.button13.Label = null; |
|---|
| 178 | this.vbox2.Add(this.button13); |
|---|
| 179 | Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox2[this.button13])); |
|---|
| 180 | w16.Position = 7; |
|---|
| 181 | w16.Expand = false; |
|---|
| 182 | w16.Fill = false; |
|---|
| 183 | // Container child vbox2.Gtk.Box+BoxChild |
|---|
| 184 | this.button12 = new Gtk.Button(); |
|---|
| 185 | this.button12.CanFocus = true; |
|---|
| 186 | this.button12.Name = "button12"; |
|---|
| 187 | // Container child button12.Gtk.Container+ContainerChild |
|---|
| 188 | this.image9 = new Gtk.Image(); |
|---|
| 189 | this.image9.Name = "image9"; |
|---|
| 190 | this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize.Menu, 16); |
|---|
| 191 | this.button12.Add(this.image9); |
|---|
| 192 | this.button12.Label = null; |
|---|
| 193 | this.vbox2.Add(this.button12); |
|---|
| 194 | Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox2[this.button12])); |
|---|
| 195 | w18.Position = 8; |
|---|
| 196 | w18.Expand = false; |
|---|
| 197 | w18.Fill = false; |
|---|
| 198 | this.Add(this.vbox2); |
|---|
| 199 | if ((this.Child != null)) { |
|---|
| 200 | this.Child.ShowAll(); |
|---|
| 201 | } |
|---|
| 202 | this.Show(); |
|---|
| 203 | } |
|---|
| 204 | } |
|---|
| 205 | } |
|---|