2019-02-05 09:14:31 +00:00
|
|
|
The doc shooter is used to take screenshots of widgets for the GTK
|
2004-09-16 06:16:38 +00:00
|
|
|
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
|
2019-02-05 09:14:31 +00:00
|
|
|
into gtk/docs/reference/gtk/images/
|
2004-09-16 06:16:38 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|