The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Chart::Gtk2::SymlistComboBox -- combobox symlist selector

SYNOPSIS

 use App::Chart::Gtk2::SymlistComboBox;
 my $combobox = App::Chart::Gtk2::SymlistComboBox->new;

WIDGET HIERARCHY

App::Chart::Gtk2::SymlistComboBox is a subclass of Gtk2::ComboBox,

    Gtk2::Widget
      Gtk2::Container
        Gtk2::Bin
          Gtk2::ComboBox
            App::Chart::Gtk2::SymlistComboBox

DESCRIPTION

App::Chart::Gtk2::SymlistComboBox displays the available symlists, as a convenient combination of Gtk2::ComboBox and App::Chart::Gtk2::SymlistListModel. The symlist property changes according to the list selected.

FUNCTIONS

App::Chart::Gtk2::SymlistComboBox->new (key=>value,...)

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

PROPERTIES

symlist (App::Chart::Gtk2::Symlist object, default first symlist)

The current symlist selected in the ComboBox. This changes with the user's choice, and can be set programmatically to update the ComboBox display.

SEE ALSO

App::Chart::Gtk2::Symlist