Seth Burgess > Gimp-2.0 > Gimp::UI

Download:
Gimp2/Gimp-2.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  7
Open  0
View Bugs
Report a bug
Module Version: 2   Source   Latest Release: Gimp-2.2pre1

NAME ^

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

SYNOPSIS ^

  use Gimp::UI;

DESCRIPTION ^

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;

AUTHOR ^

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

SEE ALSO ^

perl(1), Gimp.