gtk2/docs/tools
Matthias Clasen 67759d4c3e Use gtk_scrolled_window_set_child throughout
Replace all uses of gtk_container_add on popovers
by gtk_scrolled_window_set_child.
2020-05-04 22:53:07 -04:00
..
folder.png
gnome.png
meson.build meson: Rename documentation option to gtk_doc 2019-07-01 20:16:37 -04:00
README.shooter docs: Drop the '+' from GTK 2019-02-05 10:14:31 +01:00
shadow.c
shadow.h
shooter.c docs: Stop using gdk_surface_get_decorations 2020-03-12 14:56:20 -04:00
widgets.c Use gtk_scrolled_window_set_child throughout 2020-05-04 22:53:07 -04: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.