- added --incpath and --libpath options to Makefile.PL and also look
in $ENV{IM_INCPATH} and $ENV{IM_LIBPATH} like Imager.
+- document the widget parameter
+ https://rt.cpan.org/Ticket/Display.html?id=32855
+
0.005 12 Mar 2007
- 0.005 release
- added a TODO section to the POD
Note: taking a screenshot of a remote display is slow.
+=item screenshot widget => I<widget>
+
+=item screenshot widget => I<widget>, display => I<display>
+
+=item screenshot widget => I<widget>, decor => I<capture decorations>
+
+Retrieve a screenshot of a Tk widget, under Win32 or X11, depending on
+how Tk has been built.
+
+If Tk was built for X11 then the display parameter applies.
+
+If Tk was built for Win32 then the decor parameter applies.
+
=item screenshot
-If no C<id> or C<hwnd> parameter is supplied:
+If no C<id>, C<hwnd> or C<widget> parameter is supplied:
=over