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::SymlistComboBoxobject. Optional key/value pairs set initial properties as perGlib::Object->new.
PROPERTIES
symlist(App::Chart::Gtk2::Symlistobject, 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.