Changeset 543
- Timestamp:
- 08/23/08 18:57:26 (3 months ago)
- Files:
-
- gtkimageview/src/gtkiimagetool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/gtkiimagetool.c
r493 r543 97 97 } 98 98 99 /** 100 * gtk_iimage_tool_motion_notify: 101 * @tool: the tool 102 * @ev: a %GdkEventMotion event 103 * @returns: %TRUE if the event was handled, %FALSE otherwise 104 * 105 * Handles a %GdkEventMotion event. The implementing function should 106 * return %TRUE if it handled the event and %FALSE otherwise. 107 **/ 99 108 gboolean 100 109 gtk_iimage_tool_motion_notify (GtkIImageTool *tool,
