Changeset 516 for plgtkimageview

Show
Ignore:
Timestamp:
03/14/08 17:29:26 (5 years ago)
Author:
jeffrey
Message:

Minor doc update to get more CPAN visibility

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plgtkimageview/ImageView.pm

    r501 r516  
    99__END__ 
    1010 
    11 This is not the POD you're looking for. 
     11=head1 NAME 
    1212 
    13 The documentation for this module is generated from the XS source, and is stored in separate .pod files. 
     13Gtk2::ImageView - Perl bindings to the GtkImageView image viewer widget 
    1414 
    15 =cut 
     15=head1 SYNOPSIS 
     16 
     17 use Gtk2::ImageView; 
     18 Gtk2->init; 
     19 
     20 $window = Gtk2::Window->new(); 
     21 
     22 $view = Gtk2::ImageView->new; 
     23 $view->set_pixbuf($pixbuf, TRUE); 
     24 $window->add($view); 
     25 
     26 $window->show_all; 
     27 
     28=head1 ABSTRACT 
     29 
     30Perl bindings to the GtkImageView image viewer widget 
     31Find out more about GtkImageView at http://trac.bjourne.webfactional.com/. 
     32 
     33The Perl bindings follow the C API very closely, and the C reference 
     34should be considered the canonical documentation. 
     35 
     36Be sure to check out the example programs in the "examples" directory. 
     37 
     38=head1 DESCRIPTION 
     39 
     40The Gtk2::ImageView module allows a Perl developer to use the GtkImageView 
     41image viewer widget.  Find out more about GtkImageView at 
     42http://trac.bjourne.webfactional.com/. 
     43 
     44To discuss Gtk2::ImageView or gtk2-perl, ask questions and flame/praise the 
     45authors, join gtk-perl-list@gnome.org at lists.gnome.org. 
     46 
  • plgtkimageview/README

    r501 r516  
    22=============== 
    33 
    4 Gtk2::ImageView provides Perl bindings Gtk+ widget gtkimageview. 
    5 Find out more about gtkimageview at http://trac.bjourne.webfactional.com/. 
     4Perl bindings to the GtkImageView image viewer widget 
     5Find out more about GtkImageView at http://trac.bjourne.webfactional.com/. 
    66 
    7 Be sure to check out the example program in the "examples" directory. 
     7The Perl bindings follow the C API very closely, and the C reference 
     8should be considered the canonical documentation. 
    89 
    9 To discuss gtk2-perl, ask questions and flame/praise the authors, 
    10 join gtk-perl-list@gnome.org at lists.gnome.org. 
     10Be sure to check out the example programs in the "examples" directory. 
    1111 
    12 Also have a look at the gtk2-perl website and sourceforge project page, 
    13 http://gtk2-perl.sourceforge.net 
     12To discuss Gtk2::ImageView or gtk2-perl, ask questions and flame/praise the 
     13authors, join gtk-perl-list@gnome.org at lists.gnome.org. 
    1414 
    1515 
     
    4646    use lib '/some/other/place/lib/perl5/site_perl'; 
    4747 
    48 To build the documentation, enter the ./docs directory and run: 
     48To build the documentation as html, run: 
    4949 
    50   ./makedocs.sh 
     50  make html 
    5151 
    5252Note that the bindings must first have been built and that the