gtkCListNew(columns = 1, show = TRUE)
gtkCListNewWithTitles(columns = 1, titles, show = TRUE)
gtkCListSetShadowType(object, type)
gtkCListSetSelectionMode(object, mode)
gtkCListFreeze(object)
gtkCListThaw(object)
gtkCListColumnTitlesShow(object)
gtkCListColumnTitlesHide(object)
gtkCListColumnTitleActive(object, column)
gtkCListColumnTitlePassive(object, column)
gtkCListColumnTitlesActive(object)
gtkCListColumnTitlesPassive(object)
gtkCListSetColumnTitle(object, column, title)
gtkCListSetColumnWidget(object, column, widget)
gtkCListSetColumnJustification(object, column, justification)
gtkCListSetColumnVisibility(object, column, visible)
gtkCListSetColumnResizeable(object, column, resizeable)
gtkCListSetColumnAutoResize(object, column, auto.resize)
gtkCListOptimalColumnWidth(object, column)
gtkCListSetColumnWidth(object, column, width)
gtkCListSetColumnMinWidth(object, column, min.width)
gtkCListSetColumnMaxWidth(object, column, max.width)
gtkCListSetRowHeight(object, height)
gtkCListMoveto(object, row, column, row.align, col.align)
gtkCListRowIsVisible(object, row)
gtkCListGetCellType(object, row, column)
gtkCListSetText(w, row, cols, values, zeroBased = TRUE)
gtkCListGetText(w, row, cols, zeroBased = TRUE)
gtkCListSetPixmap(object, row, column, pixmap, mask = NULL)
gtkCListGetPixmap(object, row, column)
gtkCListSetPixtext(object, row, column, text, spacing, pixmap, mask)
gtkCListGetPixtext(object, row, column)
gtkCListSetForeground(object, row, color)
gtkCListSetBackground(object, row, color)
gtkCListSetCellStyle(object, row, column, style)
gtkCListGetCellStyle(object, row, column)
gtkCListSetRowStyle(object, row, style)
gtkCListGetRowStyle(object, row)
gtkCListSetShift(object, row, column, vertical, horizontal)
gtkCListSetSelectable(object, row, selectable)
gtkCListGetSelectable(object, row)
gtkCListPrepend(object, text)
gtkCListAppend(object, text)
gtkCListInsert(object, row, text)
gtkCListRemove(object, row)
gtkCListSetRowData(object, row, data = NULL)
gtkCListSetRowDataFull(object, row, data = NULL)
gtkCListGetRowData(object, row)
gtkCListFindRowFromData(object, data)
gtkCListSelectRow(object, row, column)
gtkCListUnselectRow(object, row, column)
gtkCListUndoSelection(object)
gtkCListClear(object)
gtkCListGetSelectionInfo(object, x, y)
gtkCListSelectAll(object)
gtkCListUnselectAll(object)
gtkCListSwapRows(object, row1, row2)
gtkCListSetCompareFunc(object, cmp.func)
gtkCListSetSortColumn(object, column)
gtkCListSetSortType(object, sort.type)
gtkCListSort(object)
gtkCListSetAutoSort(object, auto.sort)
gtkCListColumnsAutosize(object)
gtkCListGetColumnTitle(object, column)
gtkCListGetColumnWidget(object, column)
gtkCListGetHadjustment(object)
gtkCListGetVadjustment(object)
gtkCListRowMove(object, source.row, dest.row)
gtkCListSetButtonActions(object, button, button.actions)
gtkCListSetHadjustment(object, adjustment)
gtkCListSetReorderable(object, reorderable)
gtkCListSetUseDragIcons(object, use.icons)
gtkCListSetVadjustment(object, adjustment)
gtkCList(columns = 1, titles, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkCList +----GtkCTree
GtkBuildable
.GtkCList
widget is a very useful multi-columned scrolling list.
It can display data in nicely aligned vertical columns, with titles
at the top of the list. GtkCList has been deprecated since GTK+ 2.0 and should not be used
in newly written code. Use GtkTreeView
instead.GtkCList
GtkCList
is deprecated and should not be used in newly-written code.
This is the embodiment of the GtkCList
widget. This structure contains
only private data, and should be accessed only via the CList API. GtkCListRow
GtkCListRow
is deprecated and should not be used in newly-written code.
A structure that the GtkCList
widget uses to keep track of information
about its rows. cell
state
GtkStateType
] foreground
GdkColor
] background
GdkColor
] style
GtkStyle
] data
destroy
fgSet
bgSet
selectable
gtkCList
is the result of collapsing the constructors of GtkCList
(gtkCListNew
, gtkCListNewWithTitles
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.GtkCellType
GtkCellType
is deprecated and should not be used in newly-written code.
Identifies the type of element in the current cell of the CList. Cells can
contain text, pixmaps, or both. Unfortunately support for GTK_CELL_WIDGET
was never completed. empty
text
pixmap
pixtext
widget
GtkButtonAction
GtkButtonAction
is deprecated and should not be used in newly-written code.
Values for specifying what mouse button events a CList will
react to. ignored
selects
drags
expands
GtkCListDragPos
GtkCListDragPos
is deprecated and should not be used in newly-written code.
An enumeration for drag operations. none
before
into
after
abort-column-resize(clist, user.data)
clist
user.data
click-column(clist, column, user.data)
clist
column
user.data
end-selection(clist, user.data)
clist
user.data
extend-selection(clist, scroll.type, position, auto.start.selection, user.data)
clist
scroll.type
GtkScrollType
value of any scrolling operation the
occured during the selection.position
auto.start.selection
TRUE
or FALSE
.user.data
resize-column(clist, column, width, user.data)
clist
column
width
user.data
row-move(clist, arg1, arg2, user.data)
clist
arg1
arg2
user.data
scroll-horizontal(clist, scroll.type, position, user.data)
clist
scroll.type
GtkScrollType
value of how the scroll operation occured.position
user.data
scroll-vertical(clist, scroll.type, position, user.data)
clist
scroll.type
GtkScrollType
value of how the scroll operation occured.position
user.data
select-all(clist, user.data)
clist
user.data
select-row(clist, row, column, event, user.data)
gtkCListSelectAll
. clist
row
column
event
GdkEvent
structure for the selection.user.data
set-scroll-adjustments(clist, user.data)
clist
user.data
start-selection(clist, user.data)
clist
user.data
toggle-add-mode(clist, user.data)
clist
user.data
toggle-focus-row(clist, user.data)
clist
user.data
undo-selection(clist, user.data)
gtkCListUndoSelection
. clist
user.data
unselect-all(clist, user.data)
clist
user.data
unselect-row(clist, row, column, user.data)
gtkCListUnselectAll
. It is also emitted for the
previously selected row in a "single" or "browse" mode CList. clist
row
column
user.data
n-columns
[numeric : Read / Write / Construct Only]reorderable
[logical : Read / Write]row-height
[numeric : Read / Write]selection-mode
[GtkSelectionMode
: Read / Write]shadow-type
[GtkShadowType
: Read / Write]sort-type
[GtkSortType
: Read / Write]titles-active
[logical : Read / Write]use-drag-icons
[logical : Read / Write]