gimp/devel-docs/tools
Sven Neumann a6bfd358fb added GimpColorProfileComboBox to doc-shooter.
2007-08-14  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: added GimpColorProfileComboBox to doc-shooter.

	* libgimpwidgets/images/gimp-color-profile-combo-box.png: added
	screenshot.

	* libgimpwidgets/Makefile.am: ignore
	libgimpwidgets/gimpcolorprofilestore-private.h.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: added docs for 
	GimpColorProfileStore and GimpColorProfileComboBox.

	* libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
	* libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml: new files.

svn path=/trunk/; revision=23257
2007-08-14 16:39:42 +00:00
..
Makefile.am tools/Makefile.am added GimpStringComboBox; improved image loading; set 2007-02-15 09:10:49 +00:00
README.shooter configure.in build the doc-shooter utility conditionally and explicitely 2005-07-04 08:18:22 +00:00
shadow.c converted tabs to spaces. 2006-04-12 12:51:42 +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 fixed signedness of argument in call to XQueryTree(). 2005-07-17 21:06:29 +00:00
units.c GimpUnitVTable -> GimpUnitVtable. 2005-09-10 12:31:50 +00:00
units.h tools/Makefile.am added a very basic GimpUnit implementation. 2005-04-28 14:22:25 +00:00
widgets.c added GimpColorProfileComboBox to doc-shooter. 2007-08-14 16:39:42 +00:00
widgets.h tools/Makefile.am tools/shooter.c some minor cleanups, removed unused 2005-04-20 09:08:53 +00:00

README.shooter

The doc-shooter is a small utility used to create screenshots of
widgets for the GIMP API reference manuals.  This utility is X11
specific, so it should only be built when GIMP is being compiled
for the X11 GDK backend.

Taking the screenshots is 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.