GtkCList
DEPRECATED. A multi-columned scrolling list widget.
Object Hierarchy
Direct Subclasses
Description
The GtkCList widget is a useful multi-columned
scrolling list. It can display data in nicely aligned vertical columns,
with titles at the top of the list.
WARNING! This class has been deprecated in PHP-GTK 2
and should NOT be used in newly written code.
Use
GtkTreeView instead.
Constructors
--
DEPRECATED. Creates a new GtkCList object.
Fields
columns:
focus_row:
rows:
selection:
Signals
"abort-column-resize"
Emitted when a column resize is aborted.
"click-column"
Emitted when a column title is clicked.
"end-selection"
Emitted when a selection ends in a multiple selection CList.
"extend-selection"
Emitted when the selection is extended.
"resize-column"
This signal is emitted when a column is resized.
"row-move"
Emitted when a row is moved.
"scroll-horizontal"
Emitted when the CList is scrolled horizontally.
"scroll-vertical"
Emitted when the CList is scrolled vertically.
"select-all"
Emitted when all the rows are selected in a CList.
"select-row"
Emitted when the user selects a row in the list.
"set-scroll-adjustments"
"start-selection"
Emitted when a drag-selection is started in a multiple-selection CList.
"toggle-add-mode"
Emitted when "add mode" is toggled.
"toggle-focus-row"
Emitted when a row's "focus" is toggled.
"undo-selection"
Emitted when an undo selection occurs in the CList.
"unselect-all"
Emitted when all rows are unselected in a CList.
"unselect-row"
Emitted when the user unselects a row in the list.