gtk/docs/tools
Jonathan Blandford 4614cffc73 Add GtkAboutDialog and GtkFileChooserButton
Sun Oct 24 02:54:36 2004  Jonathan Blandford  <jrb@redhat.com>

        * gtk/gtk.types: Add GtkAboutDialog and GtkFileChooserButton

        * gtk/tmpl/GtkFileChooserButton.sgml: Write docs

        * gtk/tmpl/GtkListStore.sgml: Update performance comment now that
        we use GSequence.

        * gtk/visual_index.xml: Fix up a couple of errors.

        * gtk/images/*png: update

Sun Oct 24 02:56:43 2004  Jonathan Blandford  <jrb@redhat.com>

        * docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
2004-10-24 07:05:00 +00:00
..
.cvsignore add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +00:00
gnome-foot.png Add accel label, file button and icon view. 2004-09-15 05:03:24 +00:00
gnome-gmush.png Add accel label, file button and icon view. 2004-09-15 05:03:24 +00:00
Makefile.am add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +00: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 add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +00:00
widgets.c Add GtkAboutDialog and GtkFileChooserButton 2004-10-24 07:05:00 +00:00
widgets.h add the doc shooter to the docs dir as an uninstalled helper tool. 2004-08-23 21:22:55 +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.