diff options
Diffstat (limited to 'widgets/e-canvas.h')
-rw-r--r-- | widgets/e-canvas.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-canvas.h b/widgets/e-canvas.h index 06c3625f3a..0ece5ae3b4 100644 --- a/widgets/e-canvas.h +++ b/widgets/e-canvas.h @@ -58,6 +58,11 @@ struct _ECanvasClass GtkType e_canvas_get_type (void); GtkWidget *e_canvas_new (void); +/* Used to send all of the keystroke events to a specific item as well as + * GDK_FOCUS_CHANGE events. + */ +void e_canvas_item_grab_focus (GnomeCanvasItem *item); + #ifdef __cplusplus } #endif /* __cplusplus */ |