Changeset 722 for gtkimageview
- Timestamp:
- 07/09/10 17:31:32 (3 years ago)
- Files:
-
- gtkimageview/src/gtkiimagetool.c (modified) (2 diffs)
- gtkimageview/src/gtkimagetooldragger.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/gtkiimagetool.c
r715 r722 1 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*- 2 2 * 3 * Copyright © 2007-20 08Björn Lindqvist <bjourne@gmail.com>3 * Copyright © 2007-2010 Björn Lindqvist <bjourne@gmail.com> 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 179 179 /** 180 180 * gtk_iimage_tool_cursor_at_point: 181 * @tool: the tool 181 182 * @x: the mouse pointers X-coordinate 182 183 * @y: the mouse pointers Y-coordinate gtkimageview/src/gtkimagetooldragger.c
r590 r722 1 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*- 2 2 * 3 * Copyright © 2007-20 08Björn Lindqvist <bjourne@gmail.com>3 * Copyright © 2007-2010 Björn Lindqvist <bjourne@gmail.com> 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 38 38 /** 39 39 * gtk_image_tool_dragger_is_draggable: 40 * @returns: %TRUE if the view can be dragged when the cursor is at 41 * the position specified by @x and @y. 40 42 * 41 43 * Returns %TRUE if the view can be dragged when the cursor is at the
