Changeset 328

Show
Ignore:
Timestamp:
09/06/07 21:37:15 (6 years ago)
Author:
bjourne
Message:

Move GtkImageScrollWin doc inline.

Files:

Legend:

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

    r308 r328  
    1818 * 02111-1307, USA. 
    1919 */ 
     20 
     21/** 
     22 * SECTION:gtkimagescrollwin 
     23 * @see_also: <ulink url = 
     24 * "http://developer.gnome.org/doc/API/2.0/gtk/GtkScrolledWindow.html">GtkScrolledWindow</ulink>, 
     25 * the GTK widget that GtkImageScrollWin mimics. 
     26 * @short_description: Scrollable window suitable for #GtkImageView 
     27 * 
     28 * <para> 
     29 *   #GtkImageScrollWin provides a widget similar in appearance to 
     30 *   GtkScrollableWindow that is more suitable for displaying 
     31 *   #GtkImageView's. 
     32 * </para> 
     33 * <refsect2> 
     34 *   <title>WTF!</title> 
     35 *   <para> 
     36 *     Moo 
     37 *   </para> 
     38 * </refsect2> 
     39 **/ 
    2040#include <glib/gi18n.h> 
    2141#include "gtkimagescrollwin.h"