Changeset 469
- Timestamp:
- 01/10/08 20:53:49 (5 years ago)
- Files:
-
- gtkimageview/docs/reference/releasehistory.sgml (modified) (1 diff)
- gtkimageview/src/gtkimagetoolselector.c (modified) (1 diff)
- gtkimageview/src/gtkimageview.c (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/docs/reference/releasehistory.sgml
r388 r469 157 157 <function>gtk_image_view_set_offset()</function>, but queues 158 158 the redraw by invalidating the whole widget instead of 159 imm idiately repainting. The effect is that superfluous159 immediately repainting. The effect is that superfluous 160 160 redraws can sometimes be avoided at the expense of more cpu 161 161 usage. gtkimageview/src/gtkimagetoolselector.c
r387 r469 776 776 * 777 777 * Sets the selection rectangle for the tool. Setting this attribute 778 * will cause the widget to imm idiately repaint itself if its view is779 * realized. 778 * will cause the widget to immediately repaint itself if its view is 779 * realized. 780 780 * 781 781 * This method does nothing under the following circumstances: gtkimageview/src/gtkimageview.c
r412 r469 190 190 * pixels or so) in GtkImageView. The widget will spend some time 191 191 * bilinearly scaling the image at the start. Then try minimizing 192 * and unminimizing the window. The image will reappear imm idately192 * and unminimizing the window. The image will reappear immedately 193 193 * because the view has cached it. 194 194 * </para> … … 670 670 * function is called from the adjustments callbacks, it needs to be 671 671 * %FALSE to prevent infinite recursion. 672 * @invalidate: whether to invalidate the view or redraw imm idately,672 * @invalidate: whether to invalidate the view or redraw immedately, 673 673 * see gtk_image_view_set_offset() 674 674 * … … 1516 1516 * 1517 1517 * If @invalidate is %TRUE, the views entire area will be invalidated 1518 * instead of redrawn imm idiately. The view is then queued for redraw,1518 * instead of redrawn immediately. The view is then queued for redraw, 1519 1519 * which means that additional operations can be performed on it 1520 1520 * before it is redrawn. … … 1527 1527 * 1528 1528 * Normally, @invalidate should always be %FALSE because it is much 1529 * faster to repaint imm idately than invalidating.1529 * faster to repaint immedately than invalidating. 1530 1530 **/ 1531 1531 void … … 1553 1553 * transparent parts. 1554 1554 * 1555 * Calling this method causes the widget to imm idiately repaint. It1555 * Calling this method causes the widget to immediately repaint. It 1556 1556 * also causes the ::pixbuf-changed signal to be emitted. This is done 1557 1557 * so that other widgets (such as #GtkImageNav) will have a chance to … … 1613 1613 * zoom so that the whole pixbuf is visible. 1614 1614 * 1615 * Setting the fitting causes the widget to imm idiately repaint1615 * Setting the fitting causes the widget to immediately repaint 1616 1616 * itself. 1617 1617 * … … 1773 1773 * Sets whether to draw a frame around the image or not. When %TRUE, a 1774 1774 * one pixel wide frame is shown around the image. Setting this 1775 * attribute causes the widget to imm idiately repaint itself.1775 * attribute causes the widget to immediately repaint itself. 1776 1776 * 1777 1777 * The default value is %TRUE. … … 1849 1849 * quality. %GDK_INTERP_BILINEAR is a good compromise. 1850 1850 * 1851 * Setting the interpolation mode causes the widget to imm idiately1851 * Setting the interpolation mode causes the widget to immediately 1852 1852 * repaint itself. 1853 1853 * … … 1887 1887 * chance to generate initial data for the pixbuf. 1888 1888 * 1889 * Setting the tool causes the widget to imm idiately repaint itself.1889 * Setting the tool causes the widget to immediately repaint itself. 1890 1890 * 1891 1891 * The default image tool is a #GtkImageToolDragger instance. See also … … 1932 1932 * 1933 1933 * Zoom in the view one step. Calling this method causes the widget to 1934 * imm idiately repaint itself.1934 * immediately repaint itself. 1935 1935 **/ 1936 1936 void … … 1946 1946 * 1947 1947 * Zoom out the view one step. Calling this method causes the widget to 1948 * imm idiately repaint itself.1948 * immediately repaint itself. 1949 1949 **/ 1950 1950 void
