Forum und email

GtkList

DEPRECATED. Widget for packing a list of selectable items.

对象层次

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

描述

警告!这个类在 PHP-GTK 2 中被废弃, 并且不应当在新的代码中使用。 Use GtkTreeView instead.

构造函数

GtkList ();

--

方法

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()
 

字段

selection:
 

信号

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