NAME

App::MathImage::Gtk2::Ex::ComboBox::EnumValues -- combobox for Glib::Enum values

SYNOPSIS

use App::MathImage::Gtk2::Ex::ComboBox::EnumValues;
my $combo = App::MathImage::Gtk2::Ex::ComboBox::EnumValues->new;

WIDGET HIERARCHY

App::MathImage::Gtk2::Ex::ComboBox::EnumValues is a subclass of Gtk2::ComboBox,

Gtk2::Widget
  Gtk2::Container
    Gtk2::Bin
      Gtk2::ComboBox
        App::MathImage::Gtk2::Ex::ComboBox::EnumValues

DESCRIPTION

App::MathImage::Gtk2::Ex::ComboBox::EnumValues displays the values of a Glib::Enum. The nick property is the value selected by the user, or set programmatically.

FUNCTIONS

App::MathImage::Gtk2::Ex::ComboBox::EnumValues->new (key=>value,...)

Create and return a new TypeComboBox object. Optional key/value pairs set initial properties as per Glib::Object->new.

PROPERTIES

enum-type (string)

...

nick (string or undef, default undef)

The nick of the selected enum value.