gtk2/docs/tools
Daniel Boles 2905fc861a Revert "Fix deprecation warnings"
This reverts commit 5aedfe048b.

It had a typo that broke the build, only replaced half of the uses, and
replaced them with other functions that are also deprecated anyway.
2018-12-12 19:03:57 +00:00
..
folder.png
gnome.png
Makefile.am Fix distcheck differently 2014-12-17 06:14:13 -05:00
README.shooter
shadow.c Revert "shooter: Use the reftests code for taking screenshots" 2013-09-29 22:20:20 -04:00
shadow.h Revert "shooter: Use the reftests code for taking screenshots" 2013-09-29 22:20:20 -04:00
shooter.c Revert "Fix deprecation warnings" 2018-12-12 19:03:57 +00:00
widgets.c Rename GtkSidebar to GtkStackSidebar 2015-02-13 18:01:56 +01:00
widgets.h

The doc shooter is used to take screenshots of widgets for the GTK+
reference manuals.  We use these images for both the headers of the
images, and for the visual index of GNOME images.  They aren't part of
the docs build.  Instead, the images are taken, and then copied by hand
into gtk+/docs/reference/gtk/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, and in the future, we may include a gtkrc file in
this directory for the shooter to use.  Currently, all shots are
constrained to the same width.  Care should be taken when adding new
widgets to keep this constraint.