App::MathImage::Gtk2::Ex::ComboBoxBits -- misc Gtk2::ComboBox helpers
use App::MathImage::Gtk2::Ex::ComboBoxBits;
$str = App::MathImage::Gtk2::Ex::ComboBoxBits::set_active_text ($combobox, $text)
$combobox must be a simplified "text" type ComboBox. Set the entry $text active.
$combobox
$text
(As of Gtk 2.20 ComboBox has a get_active_text, but no set_active_text nor a corresponding property.)
get_active_text
set_active_text
To install App::MathImage, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::MathImage
CPAN shell
perl -MCPAN -e shell install App::MathImage
For more information on module installation, please visit the detailed CPAN module installation guide.