diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2012-05-03 02:06:15 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2012-05-03 02:06:15 +0000 |
| commit | 3198928b491fb91cdd177505c051659f89aa4158 (patch) | |
| tree | 8cf8b51a36ba7e865d3c41984746ae35a26c9e6a /src/event-context.cpp | |
| parent | Find dialog: better user message (diff) | |
| download | inkscape-3198928b491fb91cdd177505c051659f89aa4158.tar.gz inkscape-3198928b491fb91cdd177505c051659f89aa4158.zip | |
Adding base configurable sizing of controls/handles.
(bzr r11316)
Diffstat (limited to 'src/event-context.cpp')
| -rw-r--r-- | src/event-context.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/event-context.cpp b/src/event-context.cpp index db7b29640..c4bbc16fd 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -14,15 +14,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -/** \class SPEventContext - * SPEventContext is an abstract base class of all tools. As the name - * indicates, event context implementations process UI events (mouse - * movements and keypresses) and take actions (like creating or modifying - * objects). There is one event context implementation for each tool, - * plus few abstract base classes. Writing a new tool involves - * subclassing SPEventContext. - */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif |
