build
demos
docs
reference
tools
Makefile.am
README.shooter
folder.png
gnome.png
shadow.c
shadow.h
shooter.c
widgets.c
widgets.h
CODING-STYLE
Makefile.am
RELEASE-HOWTO
developers.txt
dnd_internals.txt
focus_tracking.txt
gtkdocs_fix
iconcache.txt
make-todo
sizing-test.txt
styles.txt
text_widget_internals.txt
tree-column-sizing.png
tree-column-sizing.txt
widget_geometry.txt
widget_system.txt
examples
gdk
gtk
libgail-util
m4
m4macros
modules
po
po-properties
tests
testsuite
AUTHORS
COPYING
HACKING
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-0
README.commits
README.in
README.win32
acinclude.m4
autogen.sh
config.h.win32.in
configure.ac
gail-3.0.pc.in
gdk-3.0.pc.in
git.mk
gtk+-3.0.pc.in
gtk+-unix-print-3.0.pc.in
gtk+.doap
gtk+.spec.in
gtk-engine-check-abi.sh
gtk-zip.sh.in
makecopyright
makefile.msc
sanitize-la.sh
sanity_check

GtkFlowBox is a container that its children in a reflowing grid, which can be oriented horizontally or vertically. It is similar to GtkListBox in that the children can be sorted and filtered, and by requiring a dedicated child widget type, GtkFlowBoxChild. It is similar to GtkTreeView in that is supports a full set of selection modes, including rubberband selection. This is the culmination of work that has happened in the egg-list-box module, and earlier in libegg. The origins of this code are the EggSpreadTable in libegg, which was written by Tristan van Berkom. It was moved to egg-list-box and renamed EggFlowBox by Jon McCann, and I gave it some finishing touched in the flowbox-improvements branch of that module.
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.