GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkLayout ╰── GnomeCanvas ╰── ECanvas ╰── ECalendar
void (*ECanvasItemSelectionFunc) (GnomeCanvasItem *item,gint flags,gpointer user_data);
void (*ECanvasItemGrabCancelled) (ECanvas *canvas,GnomeCanvasItem *item,gpointer data);
void e_canvas_item_grab_focus (GnomeCanvasItem *item,gboolean widget_too);
Makes the specified item take the keyboard focus, so all keyboard
events will be sent to it. If the canvas widget itself did not have
the focus and widget_too
is TRUE, it grabs that focus as well.
void
e_canvas_item_request_parent_reflow (GnomeCanvasItem *item);
void e_canvas_item_set_reflow_callback (GnomeCanvasItem *item,ECanvasItemReflowFunc func);
gint e_canvas_item_grab (ECanvas *canvas,GnomeCanvasItem *item,guint event_mask,GdkCursor *cursor,GdkDevice *device,guint32 etime,ECanvasItemGrabCancelled cancelled,gpointer cancelled_data);
void e_canvas_item_ungrab (ECanvas *canvas,GnomeCanvasItem *item,guint32 etime);