Changeset 2932
- Timestamp:
- Oct 12, 2008, 4:03:26 PM (14 years ago)
- Location:
- libpipi/trunk/ThePimp/gtk-gui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs
r2927 r2932 26 26 // Widget ThePimp.ErrorWindow 27 27 this.Name = "ThePimp.ErrorWindow"; 28 this.Title = Mono.Unix.Catalog.GetString(" Error");28 this.Title = Mono.Unix.Catalog.GetString("Pimp Error"); 29 29 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", Gtk.IconSize.Menu, 16); 30 this.TypeHint = ((Gdk.WindowTypeHint)(1)); 30 31 this.WindowPosition = ((Gtk.WindowPosition)(4)); 32 this.Modal = true; 31 33 this.HasSeparator = false; 32 34 // Internal child ThePimp.ErrorWindow.VBox -
libpipi/trunk/ThePimp/gtk-gui/ThePimp.MainWindow.cs
r2890 r2932 215 215 this.hpaned1.CanFocus = true; 216 216 this.hpaned1.Name = "hpaned1"; 217 this.hpaned1.Position = 27;217 this.hpaned1.Position = 33; 218 218 // Container child hpaned1.Gtk.Paned+PanedChild 219 219 this.vpaned1 = new Gtk.VPaned(); … … 228 228 this.hpaned2.CanFocus = true; 229 229 this.hpaned2.Name = "hpaned2"; 230 this.hpaned2.Position = 88 9;230 this.hpaned2.Position = 883; 231 231 // Container child hpaned2.Gtk.Paned+PanedChild 232 232 this.notebook1 = new Gtk.Notebook(); -
libpipi/trunk/ThePimp/gtk-gui/ThePimp.ToolBox.cs
r2891 r2932 68 68 this.image1 = new Gtk.Image(); 69 69 this.image1.Name = "image1"; 70 this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize. Menu, 16);70 this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize.SmallToolbar, 18); 71 71 this.button5.Add(this.image1); 72 72 this.button5.Label = null; … … 83 83 this.image2 = new Gtk.Image(); 84 84 this.image2.Name = "image2"; 85 this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize. Menu, 16);85 this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize.SmallToolbar, 18); 86 86 this.button8.Add(this.image2); 87 87 this.button8.Label = null; … … 98 98 this.image3 = new Gtk.Image(); 99 99 this.image3.Name = "image3"; 100 this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize. Menu, 16);100 this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.SmallToolbar, 18); 101 101 this.button7.Add(this.image3); 102 102 this.button7.Label = null; … … 113 113 this.image4 = new Gtk.Image(); 114 114 this.image4.Name = "image4"; 115 this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize. Menu, 16);115 this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize.SmallToolbar, 18); 116 116 this.button9.Add(this.image4); 117 117 this.button9.Label = null; … … 128 128 this.image5 = new Gtk.Image(); 129 129 this.image5.Name = "image5"; 130 this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize. Menu, 16);130 this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize.SmallToolbar, 18); 131 131 this.button10.Add(this.image5); 132 132 this.button10.Label = null; … … 143 143 this.image6 = new Gtk.Image(); 144 144 this.image6.Name = "image6"; 145 this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize. Menu, 16);145 this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize.SmallToolbar, 18); 146 146 this.button11.Add(this.image6); 147 147 this.button11.Label = null; … … 158 158 this.image7 = new Gtk.Image(); 159 159 this.image7.Name = "image7"; 160 this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize. Menu, 16);160 this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize.SmallToolbar, 18); 161 161 this.button6.Add(this.image7); 162 162 this.button6.Label = null; … … 173 173 this.image8 = new Gtk.Image(); 174 174 this.image8.Name = "image8"; 175 this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize. Menu, 16);175 this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize.SmallToolbar, 18); 176 176 this.button13.Add(this.image8); 177 177 this.button13.Label = null; … … 188 188 this.image9 = new Gtk.Image(); 189 189 this.image9.Name = "image9"; 190 this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize. Menu, 16);190 this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize.SmallToolbar, 18); 191 191 this.button12.Add(this.image9); 192 192 this.button12.Label = null; -
libpipi/trunk/ThePimp/gtk-gui/gui.stetic
r2927 r2932 6 6 </configuration> 7 7 <import> 8 <widget-library name="../ Pimp.exe" internal="true" />8 <widget-library name="../ThePimp.exe" internal="true" /> 9 9 </import> 10 10 <widget class="Gtk.Window" id="ThePimp.MainWindow" design-size="954 680"> … … 261 261 <property name="MemberName" /> 262 262 <property name="CanFocus">True</property> 263 <property name="Position"> 27</property>263 <property name="Position">33</property> 264 264 <child> 265 265 <widget class="Gtk.VPaned" id="vpaned1"> … … 282 282 <property name="MemberName" /> 283 283 <property name="CanFocus">True</property> 284 <property name="Position">88 9</property>284 <property name="Position">883</property> 285 285 <child> 286 286 <widget class="Gtk.Notebook" id="notebook1"> … … 411 411 </child> 412 412 </widget> 413 <widget class="Gtk.Bin" id="ThePimp.ToolBox" design-size=" 26 234">413 <widget class="Gtk.Bin" id="ThePimp.ToolBox" design-size="34 300"> 414 414 <property name="MemberName" /> 415 415 <child> … … 425 425 <widget class="Gtk.Image" id="image1"> 426 426 <property name="MemberName" /> 427 <property name="Pixbuf">stock:stock_show-draw-functions Menu</property>427 <property name="Pixbuf">stock:stock_show-draw-functions SmallToolbar</property> 428 428 </widget> 429 429 </child> … … 444 444 <widget class="Gtk.Image" id="image2"> 445 445 <property name="MemberName" /> 446 <property name="Pixbuf">stock:stock_insert-fields-author Menu</property>446 <property name="Pixbuf">stock:stock_insert-fields-author SmallToolbar</property> 447 447 </widget> 448 448 </child> … … 463 463 <widget class="Gtk.Image" id="image3"> 464 464 <property name="MemberName" /> 465 <property name="Pixbuf">stock:gtk-clear Menu</property>465 <property name="Pixbuf">stock:gtk-clear SmallToolbar</property> 466 466 </widget> 467 467 </child> … … 482 482 <widget class="Gtk.Image" id="image4"> 483 483 <property name="MemberName" /> 484 <property name="Pixbuf">stock:stock_draw-line Menu</property>484 <property name="Pixbuf">stock:stock_draw-line SmallToolbar</property> 485 485 </widget> 486 486 </child> … … 501 501 <widget class="Gtk.Image" id="image5"> 502 502 <property name="MemberName" /> 503 <property name="Pixbuf">stock:stock_draw-rectangle Menu</property>503 <property name="Pixbuf">stock:stock_draw-rectangle SmallToolbar</property> 504 504 </widget> 505 505 </child> … … 520 520 <widget class="Gtk.Image" id="image6"> 521 521 <property name="MemberName" /> 522 <property name="Pixbuf">stock:stock_draw-ellipse Menu</property>522 <property name="Pixbuf">stock:stock_draw-ellipse SmallToolbar</property> 523 523 </widget> 524 524 </child> … … 539 539 <widget class="Gtk.Image" id="image7"> 540 540 <property name="MemberName" /> 541 <property name="Pixbuf">stock:stock_draw-polygon Menu</property>541 <property name="Pixbuf">stock:stock_draw-polygon SmallToolbar</property> 542 542 </widget> 543 543 </child> … … 558 558 <widget class="Gtk.Image" id="image8"> 559 559 <property name="MemberName" /> 560 <property name="Pixbuf">stock:stock_draw-text Menu</property>560 <property name="Pixbuf">stock:stock_draw-text SmallToolbar</property> 561 561 </widget> 562 562 </child> … … 577 577 <widget class="Gtk.Image" id="image9"> 578 578 <property name="MemberName" /> 579 <property name="Pixbuf">stock:stock_3d-color-picker Menu</property>579 <property name="Pixbuf">stock:stock_3d-color-picker SmallToolbar</property> 580 580 </widget> 581 581 </child>
Note: See TracChangeset
for help on using the changeset viewer.