
Gtk2::CV::Schnauzer - a widget for displaying image collections

use Gtk2::CV::Schnauzer;

Rotate the raw images on the given entries.
Generate (unconditionally) the thumbnails on the given entries.
Update (if needed) the thumbnails on the given entries.
Physically remove the thumbnails on the given entries.
Physically delete the given entries.
This method needs to be called whenever the $schnauzer->{entry} member has been changed in any way.
Replace the schnauzer contents by the files in the given directory.
Saves/restores (some of) the current state, such as the current directory or currently displayed files.
Can be used to switch temporarily to another directory.
Pushes/pops the state from the state stack. Is used internally to implement recursing into subdirectories and returning.

Marc Lehmann <schmorp@schmorp.de>