![]() |
![]()
| ![]() |
![]()
NAMEGtk2::List - wrapper for GtkList DESCRIPTIONGtk2::List is deprecated; use Gtk2::TreeView and a Gtk2::ListStore instead. Gtk2::List is included in Gtk2-Perl only because Gtk2::Combo still makes use of it, and Gtk2::Combo's replacement, Gtk2::ComboBox, didn't appear in gtk+ until 2.4.0. HIERARCHYGlib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::List INTERFACESGlib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODSwidget = Gtk2::List->new$list->append_items (...)
integer = $list->child_position ($child)
$list->clear_items ($start, $end)
$list->end_drag_selection$list->end_selection$list->extend_selection ($scroll_type, $position, $auto_start_selection)
$list->insert_items ($position, ...)
$list->prepend_items (..., $list_item)
$list->remove_items (..., $list_item)
$list->scroll_horizontal ($scroll_type, $position)
$list->scroll_vertical ($scroll_type, $position)
$list->select_all$list->select_child ($child)
$list->select_item ($item)
$list->set_selection_mode ($mode)
$list->start_selection$list->toggle_add_mode$list->toggle_focus_row$list->toggle_row ($item)
$list->undo_selection$list->unselect_all$list->unselect_child ($child)
$list->unselect_item ($item)
PROPERTIES
SIGNALSENUMS AND FLAGSenum Gtk2::ScrollType
enum Gtk2::SelectionMode
SEE ALSOGtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container COPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice.
|