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

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

App::Chart::Gtk2::SymlistComboBox is a subclass of Gtk2::ComboBox,
Gtk2::Widget
Gtk2::Container
Gtk2::Bin
Gtk2::ComboBox
App::Chart::Gtk2::SymlistComboBox

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.

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.

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.
