NAME
Gimp::UI - "simulation of libgimpui"
SYNOPSIS
use Gimp::UI;
DESCRIPTION
Due to the braindamaged (read: "unusable") libgimpui API, I had to reimplement it in perl.
$obj = new Gimp::UI::ImageMenu;
$obj = new Gimp::UI::LayerMenu;
$obj = new Gimp::UI::ChannelMenu;
$obj = new Gimp::UI::DrawableMenu;
Create a Gtk object displaying all objects of the specified type.
AUTHOR
Marc Lehmann <pcg@goof.com>
SEE ALSO
perl(1), Gimp.