Seth Burgess > Gimp-2.2pre1 > Gimp::UI

Download:
Gimp-2.2pre1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  10
Open  1
View/Report Bugs
Module Version: 2   Source  

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::GradientSelect;

AUTHOR ^

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

SEE ALSO ^

perl(1), Gimp.

syntax highlighting: