Changeset 469

Show
Ignore:
Timestamp:
01/10/08 20:53:49 (5 years ago)
Author:
bjourne
Message:

immidiately -> immediately

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/docs/reference/releasehistory.sgml

    r388 r469  
    157157          <function>gtk_image_view_set_offset()</function>, but queues 
    158158          the redraw by invalidating the whole widget instead of 
    159           immidiately repainting. The effect is that superfluous 
     159          immediately repainting. The effect is that superfluous 
    160160          redraws can sometimes be avoided at the expense of more cpu 
    161161          usage. 
  • gtkimageview/src/gtkimagetoolselector.c

    r387 r469  
    776776 * 
    777777 * Sets the selection rectangle for the tool. Setting this attribute 
    778  * will cause the widget to immidiately repaint itself if its view is 
    779  * realized.  
     778 * will cause the widget to immediately repaint itself if its view is 
     779 * realized. 
    780780 * 
    781781 * This method does nothing under the following circumstances: 
  • gtkimageview/src/gtkimageview.c

    r412 r469  
    190190 *     pixels or so) in GtkImageView. The widget will spend some time 
    191191 *     bilinearly scaling the image at the start. Then try minimizing 
    192  *     and unminimizing the window. The image will reappear immidately 
     192 *     and unminimizing the window. The image will reappear immedately 
    193193 *     because the view has cached it. 
    194194 *   </para> 
     
    670670 *   function is called from the adjustments callbacks, it needs to be 
    671671 *   %FALSE to prevent infinite recursion. 
    672  * @invalidate: whether to invalidate the view or redraw immidately, 
     672 * @invalidate: whether to invalidate the view or redraw immedately, 
    673673 *  see gtk_image_view_set_offset() 
    674674 * 
     
    15161516 * 
    15171517 * If @invalidate is %TRUE, the views entire area will be invalidated 
    1518  * instead of redrawn immidiately. The view is then queued for redraw, 
     1518 * instead of redrawn immediately. The view is then queued for redraw, 
    15191519 * which means that additional operations can be performed on it 
    15201520 * before it is redrawn. 
     
    15271527 * 
    15281528 * Normally, @invalidate should always be %FALSE because it is much 
    1529  * faster to repaint immidately than invalidating. 
     1529 * faster to repaint immedately than invalidating. 
    15301530 **/ 
    15311531void 
     
    15531553 * transparent parts. 
    15541554 * 
    1555  * Calling this method causes the widget to immidiately repaint. It 
     1555 * Calling this method causes the widget to immediately repaint. It 
    15561556 * also causes the ::pixbuf-changed signal to be emitted. This is done 
    15571557 * so that other widgets (such as #GtkImageNav) will have a chance to 
     
    16131613 * zoom so that the whole pixbuf is visible. 
    16141614 * 
    1615  * Setting the fitting causes the widget to immidiately repaint 
     1615 * Setting the fitting causes the widget to immediately repaint 
    16161616 * itself. 
    16171617 * 
     
    17731773 * Sets whether to draw a frame around the image or not. When %TRUE, a 
    17741774 * one pixel wide frame is shown around the image. Setting this 
    1775  * attribute causes the widget to immidiately repaint itself. 
     1775 * attribute causes the widget to immediately repaint itself. 
    17761776 * 
    17771777 * The default value is %TRUE. 
     
    18491849 * quality. %GDK_INTERP_BILINEAR is a good compromise. 
    18501850 * 
    1851  * Setting the interpolation mode causes the widget to immidiately 
     1851 * Setting the interpolation mode causes the widget to immediately 
    18521852 * repaint itself. 
    18531853 * 
     
    18871887 * chance to generate initial data for the pixbuf. 
    18881888 * 
    1889  * Setting the tool causes the widget to immidiately repaint itself. 
     1889 * Setting the tool causes the widget to immediately repaint itself. 
    18901890 * 
    18911891 * The default image tool is a #GtkImageToolDragger instance. See also 
     
    19321932 * 
    19331933 * Zoom in the view one step. Calling this method causes the widget to 
    1934  * immidiately repaint itself. 
     1934 * immediately repaint itself. 
    19351935 **/ 
    19361936void 
     
    19461946 * 
    19471947 * Zoom out the view one step. Calling this method causes the widget to 
    1948  * immidiately repaint itself. 
     1948 * immediately repaint itself. 
    19491949 **/ 
    19501950void