Changeset 142 for gtkimageview/src

Show
Ignore:
Timestamp:
06/03/07 13:12:50 (6 years ago)
Author:
bjourne
Message:

Improve the test test_default_state(), modify gtk_image_view_new() so
that the test passes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/gtkimageview.c

    r138 r142  
    744744    view->is_rendering = FALSE; 
    745745    view->show_frame = TRUE; 
     746    view->show_cursor = TRUE; 
    746747    view->drawer = image_view_drawer_new (); 
    747748    view->cursor = NULL; 
     
    10841085 * <itemizedlist> 
    10851086 *  <listitem>black bg : %FALSE</listitem> 
    1086  *  <listitem>fit mode : %GTK_FIT_SIZE_IF_LARGER</listitem> 
     1087 *  <listitem>fit mode : #GTK_FIT_SIZE_IF_LARGER</listitem> 
    10871088 *  <listitem>interpolation mode : %GDK_INTERP_BILINEAR</listitem> 
    10881089 *  <listitem>offset : (0, 0)</listitem>