
Gimp::UI - interface to libgimpui, and more!

use Gimp::UI;

The libgimpwidgets api has improved considerably in 1.4 (mostly due to it being based on gobjects), but the resulting widgets still are not full-featured gobjects, so a lot of manual workaround is neccessary. Most of the API has been converted.
$option_menu = new Gimp::UI::ImageMenu $option_menu = new Gimp::UI::LayerMenu $option_menu = new Gimp::UI::ChannelMenu $option_menu = new Gimp::UI::DrawableMenu (constraint_func, active_element, \var); $button = new Gimp::UI::PatternSelect; $button = new Gimp::UI::BrushSelect; $button = new Gimp::UI::GradientSelec;

Marc Lehmann <pcg@goof.com>, Seth Burgess <sjburges@gimp.org>

perl(1), Gimp.