NAME
Gimp::UI - "simulation of libgimpui"
SYNOPSIS
use Gimp::UI;
DESCRIPTION
Due to the braindamaged (read: "unusable") libgimpui API, I had to reimplement all of it in perl.
$option_menu = new Gimp::UI::ImageMenu;
$option_menu = new Gimp::UI::LayerMenu;
$option_menu = new Gimp::UI::ChannelMenu;
$option_menu = new Gimp::UI::DrawableMenu;
$button = new Gimp::UI::PatternSelect;
$button = new Gimp::UI::BrushSelect;
$button = new Gimp::UI::GradientSelect;
AUTHOR
Marc Lehmann <pcg@goof.com>
SEE ALSO
perl(1), Gimp.