comparison tool.d @ 10:71ca82e0eb76

Checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sat, 11 Jul 2009 22:49:41 +0930
parents 936feb16eed4
children 9e63308b749c
comparison
equal deleted inserted replaced
9:66b47e122b31 10:71ca82e0eb76
8 void pop(); 8 void pop();
9 void replace(Tool tool); 9 void replace(Tool tool);
10 } 10 }
11 */ 11 */
12 12
13 abstract class Tool : ICanvasEventHandler { 13 abstract class Tool : EventHandler {
14 /* 14 /*
15 abstract bool is_sticky(); 15 abstract bool is_sticky();
16 abstract bool is_replaceable(); 16 abstract bool is_replaceable();
17 */ 17 */
18 18