Gimp::UI.3pm

Langue: en

Autres versions - même langue

Version: 2005-09-14 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.