GtkCList
A multi-columned scrolling list widget.
Object Hierarchy
Direct subclasses
Description
A GtkCList allows you to display tabular
data in rows, divided into multiple columns.
Note that is it not possible to create new columns after the
widget has been instantiated. A workaround is to create a number
of columns and hide the ones you don't need.
GtkCList has been deprecated since GTK+ 2.0 and should
not be used in newly written code.
Constructor
--
Creates a new GtkCList object
Signals
"select-row"
This signal is emitted when the user selects a row in the list.
"unselect-row"
This signal is emitted when the user unselects a row in the list.
"row-move"
This signal is emitted when a row is moved.
"click-column"
This signal is emitted when a column title is clicked.
"resize-column"
This signal is emitted when a column is resized.
Properties
focus_row:
Number of the row having the focus.
rows:
Returns the number of rows.
row_list:
Returns all rows in the list.
selection:
Array of selected rows.
selection_mode:
Returns the current selection mode.
sort_column:
The current row after which the list shall be sorted.
sort_type:
The current sort type (order).