view doodle/fig/selection_layer.d @ 101:523269b36711

Update to dmd 2.050
author David Bryant <bagnose@gmail.com>
date Thu, 28 Oct 2010 16:35:11 +1030
parents 43cc2135ced0
children 89e8b0d92f36
line wrap: on
line source

module doodle.fig.selection_layer;

/*
   public {
   import dia.icanvas;
   }

   class SelectionLayer : Layer {
   this(in string name) {
   super(name);
   }

   private {
// Selector[] mSelectors;
}
}

abstract class Selector {
private {
}
}
 */