comparison doodle/dia/tool_layer.d @ 81:d92b9f04b1e8

Bed time
author "David Bryant <bagnose@gmail.com>"
date Mon, 16 Aug 2010 00:04:27 +0930
parents b759414d2b72
children cdd4fc728d94
comparison
equal deleted inserted replaced
80:b759414d2b72 81:d92b9f04b1e8
3 public { 3 public {
4 import doodle.dia.tool; 4 import doodle.dia.tool;
5 } 5 }
6 6
7 private { 7 private {
8 import doodle.tk.cairo;
9 import doodle.core.logging; 8 import doodle.core.logging;
10 } 9 }
11 10
12 // This interface is used by the palette 11 // This interface is used by the palette
13 interface IToolStack { 12 interface IToolStack {