diff fig/selection_layer.d @ 27:f3d91579bb28

Checkpoint
author David Bryant <daveb@acres.com.au>
date Wed, 29 Jul 2009 14:11:35 +0930
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fig/selection_layer.d	Wed Jul 29 14:11:35 2009 +0930
@@ -0,0 +1,22 @@
+module fig.selection_layer;
+
+/*
+public {
+    import dia.icanvas;
+}
+
+class SelectionLayer : Layer {
+    this(in string name) {
+        super(name);
+    }
+
+    private {
+        // Selector[] mSelectors;
+    }
+}
+
+abstract class Selector {
+    private {
+    }
+}
+*/