NAME

App::MathImage::Gtk2::Ex::ComboBoxBits -- misc Gtk2::ComboBox helpers

SYNOPSIS

use App::MathImage::Gtk2::Ex::ComboBoxBits;

FUNCTIONS

$str = App::MathImage::Gtk2::Ex::ComboBoxBits::set_active_text ($combobox, $text)

$combobox must be a simplified "text" type ComboBox. Set the entry $text active.

(As of Gtk 2.20 ComboBox has a get_active_text, but no set_active_text nor a corresponding property.)