gtk/docs/tools
Benjamin Otte 872ef111ec gdk: Make gdk_pixbuf_get_from_*() bindable
The ownership of the return value for gdk_pixbuf_get_from_window() and
gdk_pixbuf_get_from_surface() was determined by the first argument.

Because that is an ugly design and the functions are new to GTK3, we
decided to adapt them.
And that adaptation was quite easy since almost no one passses anything
but NULL as the first argument.
2010-10-02 03:08:24 +02:00
..
folder.png No more mushroom 2008-07-03 17:29:39 +00:00
gnome.png No more mushroom 2008-07-03 17:29:39 +00:00
Makefile.am Make GTK+ use an external gdk-pixbuf 2010-06-26 01:09:05 -04:00
README.shooter load images at normal size. 2004-09-16 06:16:38 +00:00
shadow.c add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +00:00
shadow.h add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +00:00
shooter.c gdk: Make gdk_pixbuf_get_from_*() bindable 2010-10-02 03:08:24 +02:00
widgets.c Remove GDK_DISPLAY() usage 2010-09-09 21:55:28 -04:00
widgets.h Add complex dialogs to gallery. 2004-12-07 06:22:19 +00:00

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.