comparison doodle/fig/selection_layer.d @ 134:89e8b0d92f36

Ported to bob2 !!!
author David Bryant <bagnose@gmail.com>
date Thu, 02 Aug 2012 17:20:52 +0930
parents 43cc2135ced0
children
comparison
equal deleted inserted replaced
133:9e1a313d8003 134:89e8b0d92f36
1 module doodle.fig.selection_layer; 1 module doodle.fig.selection_layer;
2 2
3 /*
4 public {
5 import dia.icanvas;
6 }
7
8 class SelectionLayer : Layer {
9 this(in string name) {
10 super(name);
11 }
12
13 private {
14 // Selector[] mSelectors;
15 }
16 }
17
18 abstract class Selector {
19 private {
20 }
21 }
22 */