mirror of https://github.com/GNOME/gimp.git
dde381c190
2005-04-28 Sven Neumann <sven@gimp.org> * tools/Makefile.am * tools/units.[ch]: added a very basic GimpUnit implementation. * tools/shooter.c * tools/widgets.c: initialize the units and enable GimpUnitMenu. |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.am | ||
README.shooter | ||
shadow.c | ||
shadow.h | ||
shooter.c | ||
units.c | ||
units.h | ||
widgets.c | ||
widgets.h |
README.shooter
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.