view doodle/fig/selection_layer.d @ 28:1754cb773d41

Part-way through getting to compile with configure/builder.
author Graham St Jack <graham.stjack@internode.on.net>
date Sun, 02 Aug 2009 16:27:21 +0930
parents fig/selection_layer.d@f3d91579bb28
children 960b408d3ac5
line wrap: on
line source

module fig.selection_layer;

/*
public {
    import dia.icanvas;
}

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

    private {
        // Selector[] mSelectors;
    }
}

abstract class Selector {
    private {
    }
}
*/