gtk/docs/tools
Matthias Clasen a43d13aa74 popover: Drop ::relative-to
It is enough to just set the parent (and make the parent
call gtk_native_check_resize in size_allocate).

This commit removes the relative_to argument to the
constructors of GtkPopover and GtkPopoverMenu, and
updates all callers.
2020-02-24 20:46:41 -05: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
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 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 Stop using gtk_main and gtk_main_quit 2020-02-09 23:12:32 -05:00
widgets.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05: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.