diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-16 06:47:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-16 06:47:47 +0800 |
commit | 3b21f3119c844eb59c2c54183b77bf71bf61f224 (patch) | |
tree | 215ba0bfacc22f0832e6e4f267d376853e08a126 /widgets/misc/e-canvas.h | |
parent | e1fc4b4362dfb3596b68c3e7510263058338ce84 (diff) | |
download | gsoc2013-evolution-3b21f3119c844eb59c2c54183b77bf71bf61f224.tar.gz gsoc2013-evolution-3b21f3119c844eb59c2c54183b77bf71bf61f224.tar.zst gsoc2013-evolution-3b21f3119c844eb59c2c54183b77bf71bf61f224.zip |
Make this take an extra argument saying whether or not to grab the
* gal/widgets/e-canvas.c (e_canvas_item_grab_focus): Make this
take an extra argument saying whether or not to grab the
widget-level focus.
* gal/e-text/e-text.c (e_text_event): Update arguments to
e_canvas_item_grab_focus.
svn path=/trunk/; revision=8745
Diffstat (limited to 'widgets/misc/e-canvas.h')
-rw-r--r-- | widgets/misc/e-canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-canvas.h b/widgets/misc/e-canvas.h index b13a9dd2ab..c143d74fe2 100644 --- a/widgets/misc/e-canvas.h +++ b/widgets/misc/e-canvas.h @@ -97,7 +97,7 @@ 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); +void e_canvas_item_grab_focus (GnomeCanvasItem *item, gboolean widget_too); void e_canvas_item_request_reflow (GnomeCanvasItem *item); void e_canvas_item_request_parent_reflow (GnomeCanvasItem *item); |