view doodle/fig/selection_layer.d @ 97:dcd641209671

What to do...
author David Bryant <bagnose@gmail.com>
date Fri, 27 Aug 2010 18:01:33 +0930
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 {
}
}
 */