GtkList

DEPRECATED. Widget for packing a list of selectable items.

Object Hierarchy

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkContainer
                     `-- GtkList

Description

WARNING! This class has been deprecated in PHP-GTK 2 and should NOT be used in newly written code. Use GtkTreeView instead.

Constructors

GtkList ();

--

Methods

child_position()
 
clear_items()
 
end_drag_selection()
 
end_selection()
 
extend_selection()
 
scroll_horizontal()
 
scroll_vertical()
 
select_all()
 
select_child()
 
select_item()
 
set_selection_mode()
 
start_selection()
 
toggle_add_mode()
 
toggle_focus_row()
 
toggle_row()
 
undo_selection()
 
unselect_all()
 
unselect_child()
 
unselect_item()
 

Fields

selection:
 

Signals

"select-child"
 
"selection-changed"
 
"unselect-child"