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

ThePimp?: we can now save files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/PictureView.cs

    r2873 r2874  
    2222    { 
    2323        private Pipi.Picture _p; 
    24         private Pango.Layout _l; 
    2524        private Adjustment _hadj = null, _vadj = null; 
    2625 
     
    120119    } 
    121120 
    122     public class PictureView : Gtk.ScrolledWindow 
     121    public partial class PictureView : Gtk.ScrolledWindow 
    123122    { 
     123        public readonly Picture Picture; 
     124 
    124125        public PictureView(Picture p) 
    125126        { 
     127            Picture = p; 
    126128            Add(new PictureArea(p)); 
    127129            ShowAll(); 
Note: See TracChangeset for help on using the changeset viewer.