view 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 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 {
    }
}
*/