GtkCList
DEPRECATED. A multi-columned scrolling list widget.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkCList
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.
Methods
clear() Â DEPRECATED. Removes all the rows. column_title_active() Â DEPRECATED. Sets the specified column to become selectable. column_title_passive() Â DEPRECATED. Causes the specified column title button to not respond to events. column_titles_active() Â DEPRECATED. Causes all column title buttons to become active. column_titles_hide() Â DEPRECATED. Hides the column titles. column_titles_passive() Â DEPRECATED. Causes all column title buttons to become passive. column_titles_show() Â DEPRECATED. Makes the column titles visible. columns_autosize() Â DEPRECATED. Auto-sizes all columns in the CList and returns the total width of the CList. freeze() Â DEPRECATED. Causes the GtkCList to stop updating its visuals. get_cell_style() Â DEPRECATED. Gets the current style of the specified cell. get_cell_type() Â DEPRECATED. Checks the type of cell at the location specified. get_column_title() Â DEPRECATED. Returns the title of the specified column. get_column_widget() Â DEPRECATED. Sets a widget to be used as the specified column's title. get_hadjustment() Â DEPRECATED. Gets the GtkAdjustment currently being used for the horizontal aspect. get_row_style() Â DEPRECATED. Gets the style set for the specified row. get_selectable() Â DEPRECATED. Gets whether the specified row is selectable or not. get_selection_info() Â DEPRECATED. Gets the row and column at the specified pixel position in the CList. get_vadjustment() Â DEPRECATED. Gets the GtkAdjustment currently being used for the vertical aspect. moveto() Â DEPRECATED. Tells the CList widget to visually move to the specified row and column. optimal_column_width() Â DEPRECATED. Gets the required width in pixels that is needed to show everything in the specified column. row_is_visible() Â DEPRECATED. Checks if the specified row is visible. row_move() Â DEPRECATED. Allows you to move a row from one position to another in the list. select_all() Â DEPRECATED. Selects all rows in the CList. select_row() Â DEPRECATED. Selects the specified row. set_auto_sort() Â DEPRECATED. Turns on or off auto sort of the GtkCList. set_background() Â DEPRECATED. Sets the background color for the specified row. set_button_actions() Â DEPRECATED. Sets the action(s) that the specified mouse button will have on the list. set_cell_style() Â DEPRECATED. Sets the style for the specified cell. set_column_auto_resize() Â DEPRECATED. Lets you specify whether a column should be automatically resized by the widget when data is added or removed. set_column_justification() Â DEPRECATED. Sets the justification to be used for all text in the specified column. set_column_max_width() Â DEPRECATED. Causes the column specified to have a maximum width. set_column_min_width() Â DEPRECATED. Causes the column specified to have a minimum width. set_column_resizeable() Â DEPRECATED. Lets you specify whether a specified column should be resizeable by the user. set_column_title() Â DEPRECATED. Set the title of the specified column. set_column_visibility() Â DEPRECATED. Allows you to set whether a specified column in the GtkCList should be hidden or shown. set_column_widget() Â DEPRECATED. Sets a widget to be used as the specified column's title. set_column_width() Â DEPRECATED. Causes the column specified to be set to a specified width. set_foreground() Â DEPRECATED. Sets the foreground color for the specified row. set_hadjustment() Â DEPRECATED. Sets the GtkAdjustment to be used for the horizontal aspect. set_pixmap() Â DEPRECATED. Sets a pixmap for the specified cell. set_pixtext() Â DEPRECATED. Sets text and a pixmap/bitmap on the specified cell. set_reorderable() Â DEPRECATED. Sets whether the CList's rows are re-orderable using drag-and-drop. set_row_height() Â DEPRECATED. Causes the GtkCList to have a specified height for its rows. set_row_style() Â DEPRECATED. Sets the style for all cells in the specified row. set_selectable() Â DEPRECATED. Sets whether the specified row is selectable or not. set_selection_mode() Â DEPRECATED. Sets the selection mode for the specified CList. set_shadow_type() Â DEPRECATED. Set the outer border (shadow) of the widget set_shift() Â DEPRECATED. Sets the vertical and horizontal shift of the specified cell. set_sort_column() Â DEPRECATED. Sets the sort column of the CList set_sort_type() Â DEPRECATED. Sets the sort type of the GtkClist. set_text() Â DEPRECATED. Sets the displayed text in the specified cell. set_use_drag_icons() Â DEPRECATED. Determines whether the GtkCList should use icons when doing drag-and-drop operations. set_vadjustment() Â DEPRECATED. Sets the GtkAdjustment to be used for the vertical aspect. sort() Â DEPRECATED. Sorts the CList. swap_rows() Â DEPRECATED. Swaps the two specified rows with each other. thaw() Â DEPRECATED. Causes the specified GtkCList to allow visual updates. undo_selection() Â DEPRECATED. Undoes the last selection for an "extended selection mode" list. unselect_all() Â DEPRECATED. Unselects all rows in the list. unselect_row() Â DEPRECATED. Unselects the specified row. remove_row() Â
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.