Changeset 2872 for libpipi/trunk/ThePimp/gtk-gui/ThePimp.ToolBox.cs
- Timestamp:
- 10/05/08 22:30:14 (5 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/gtk-gui/ThePimp.ToolBox.cs
r2870 r2872 12 12 13 13 14 public partial class PictureView { 15 16 private Gtk.DrawingArea drawingarea1; 14 public partial class ToolBox { 17 15 18 16 protected virtual void Build() { 19 17 Stetic.Gui.Initialize(this); 20 // Widget ThePimp. PictureView18 // Widget ThePimp.ToolBox 21 19 Stetic.BinContainer.Attach(this); 22 this.Name = "ThePimp.PictureView"; 23 // Container child ThePimp.PictureView.Gtk.Container+ContainerChild 24 this.drawingarea1 = new Gtk.DrawingArea(); 25 this.drawingarea1.Name = "drawingarea1"; 26 this.Add(this.drawingarea1); 20 this.Name = "ThePimp.ToolBox"; 27 21 if ((this.Child != null)) { 28 22 this.Child.ShowAll();
Note: See TracChangeset
for help on using the changeset viewer.
