view doodle/fig/selection_layer.d @ 29:960b408d3ac5

Builds and runs ok with builder now. Still heaps of cleaning up to do, especially code roughly imported from dog.
author Graham St Jack <graham.stjack@internode.on.net>
date Mon, 03 Aug 2009 23:19:55 +0930
parents 1754cb773d41
children 43cc2135ced0
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 {
    }
}
*/