gimp/devel-docs/tools
Sven Neumann 25b28a10a2 tools/shooter.c tweaked spacings.
2005-04-23  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c
	* tools/widgets.c: tweaked spacings.
2005-04-23 10:26:29 +00:00
..
.cvsignore tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00
Makefile.am adapted for GIMP. 2005-04-20 17:53:05 +00:00
README.shooter adapted for GIMP. 2005-04-20 17:53:05 +00:00
shadow.c new tools to generate screenshots for the widget gallery. added the tools 2005-04-20 00:41:15 +00:00
shadow.h new tools to generate screenshots for the widget gallery. added the tools 2005-04-20 00:41:15 +00:00
shooter.c tools/shooter.c tweaked spacings. 2005-04-23 10:26:29 +00:00
widgets.c tools/shooter.c tweaked spacings. 2005-04-23 10:26:29 +00:00
widgets.h tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00

The doc-shooter is a small utility used to create screenshots of
widgets for the GIMP API reference manuals.  This utility isn't
built by default, you need to explicitely compile it using

 make doc-shooter

Taking the screenshots is also not part of the docs build.
Instead, the images are created, and then copied by hand into
devel-docs/libgimpwidgets/images.  Ideally, the images should be
taken once a release, and all images should be updated at the
same time. A simple theme should be used to take the screenshots.

The GTK+ docs team came up with the idea for this utility as
well as some of the code to implement it.