Ignore:
Timestamp:
10/05/08 22:30:14 (5 years ago)
Author:
sam
Message:

Start playing with scrolling widgets in Pimp.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/gtk-gui/ThePimp.ToolBox.cs

    r2870 r2872  
    1212     
    1313     
    14     public partial class PictureView { 
    15          
    16         private Gtk.DrawingArea drawingarea1; 
     14    public partial class ToolBox { 
    1715         
    1816        protected virtual void Build() { 
    1917            Stetic.Gui.Initialize(this); 
    20             // Widget ThePimp.PictureView 
     18            // Widget ThePimp.ToolBox 
    2119            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"; 
    2721            if ((this.Child != null)) { 
    2822                this.Child.ShowAll(); 
Note: See TracChangeset for help on using the changeset viewer.