Update of /cvsroot/perl-win32-gui/Win32-GUI/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29453/docs
Modified Files:
GUI.pod
Log Message:
Documentation tidy-up
Index: GUI.pod
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI.pod,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GUI.pod 1 Feb 2008 13:33:22 -0000 1.8
--- GUI.pod 2 Feb 2008 17:03:56 -0000 1.9
***************
*** 58,64 ****
=over
! =item * L<Core Packages|Win32::GUI::Reference::Packages>
! Per package documentation for the core Win32::GUI packages.
=item * L<Common Events|Win32::GUI::Reference::Events>
--- 58,64 ----
=over
! =item * L<Packages|Win32::GUI::Reference::Packages>
! Per package documentation for Win32::GUI.
=item * L<Common Events|Win32::GUI::Reference::Events>
***************
*** 77,122 ****
=back
- =head2 Support Packages
-
- =over
-
- =item * L<Win32::GUI::AxWindow|Win32::GUI::AxWindow>
-
- Host AxticeX controls in Win32::GUI windows
-
- =item * L<Win32::GUI::BitmapInline|Win32::GUI::BitmapInline>
-
- Load bitmaps from within your script, rather than a seperate
- file.
-
- =item * L<Win32::GUI::Constants|Win32::GUI::Constants>
-
- Export any of over 1700 Win32 API constants for use with
- Win32::GUI functions and methods.
-
- =item * L<Win32::GUI::DIBitmap|Win32::GUI::DIBitmap>
-
- Support for creating bitmaps from other graphics file formats
- and more image manipulation. Can interact with the perl GD
- package if more complex image manipulation is required.
-
- =item * L<Win32::GUI::DropFiles|Win32::GUI::DropFiles>
-
- Accept files dragged from the Windows shell to your application.
-
- =item * L<Win32::GUI::Grid|Win32::GUI::Grid>
-
- Tabular data entry and display.
-
- =item * L<Win32::GUI::GridLayout|Win32::GUI::GridLayout>
-
- A simple layout manager.
-
- =item * L<Win32::GUI::Scintilla|Win32::GUI::Scintilla>
-
- An advanced source code editor control.
-
- =back
-
=head1 Sample Code
--- 77,80 ----
|