view tk/tool.d @ 0:e907d2c54ec3

Initial import
author David Bryant <daveb@acres.com.au>
date Wed, 13 May 2009 15:42:39 +0930
parents
children
line wrap: on
line source

module tk.tools;

/*
class Window {
    void screen_to_model();
    void model_to_screen();
};
*/

abstract class Tool {
    void handle_button_press(Window window,
                             ButtonEvent event,
};