Inheritance diagram for TreeViewColumn:
Public Member Functions | |
this () | |
Creates a new TreeViewColumn. | |
this (char[] header, CellRenderer renderer, char[] type, int column) | |
Creates a new Tree view column. | |
void | packStart (CellRenderer cell, bit expand) |
packStart | |
void | packEnd (CellRenderer cell, bit expand) |
packEnd | |
void | clear () |
clear | |
ListG | getCellRenderers () |
void | addAttribute (CellRenderer cell_renderer, char[] attribute, gint column) |
addAttribute | |
void | gtk_tree_view_column_set_attributes (gtkO(), GtkCellRenderer *cell_renderer,...) |
void | gtk_tree_view_column_set_cell_data_func (gtkO(), GtkCellRenderer *cell_renderer, GtkTreeCellDataFunc func, gpointer func_data, GtkDestroyNotify destroy) |
void | clearAttributes (CellRenderer cell_renderer) |
clearAttributes | |
void | setSpacing (gint spacing) |
setSpacing | |
gint | getSpacing () |
getSpacing | |
void | setVisible (bit visible) |
setVisible | |
bit | getVisible () |
getVisible | |
void | setResizable (bit resizable) |
If resizable is TRUE, then the user can explicitly resize the column by grabbing the outer edge of the column button. | |
bit | getResizable () |
gets the current resizable mode | |
gint | getWidth () |
getWidth | |
gint | getFixedWidth () |
getFixedWidth | |
void | setFixedWidth (gint fixed_width) |
setFixedWidth | |
void | setMinWidth (gint min_width) |
setMinWidth | |
gint | getMinWidth () |
getMinWidth | |
void | setMaxWidth (gint max_width) |
setMaxWidth | |
gint | getMaxWidth () |
getMaxWidth | |
void | clicked () |
clicked | |
void | setTitle (char[] title) |
setTitle | |
char[] | getTitle () |
getTitle | |
void | setClicable (bit clickable) |
setClicable | |
bit | getClickable () |
getClickable | |
void | setWidget (Widget widget) |
setWidget | |
Widget | getWidget () |
getWidget | |
void | setAlignment (gfloat xalign) |
setAlignment | |
gfloat | getAlignment () |
getAlignment | |
void | setReorderable (bit reorderable) |
If reorderable is true, then the column can be reordered by the end user dragging the header. | |
bit | getReorderable (bit reorderable) |
Gets if the column can be reordered by the end user dragging the header. | |
void | setSortColumnID (gint sortColumnID) |
Set the column's sort ID. | |
gint | getSortColumnID () |
Gets the column's sort ID. | |
void | setSortIndicator (bit setting) |
Sets the sort indicator visibility. | |
bit | getSortIndicator () |
Gets if the sort indicator is visible. | |
void | setSortOrder (SortType order) |
Sets the sort order type. | |
SortType | getSortOrder () |
Gets the sort order type. | |
void | gtk_tree_view_column_cell_set_cell_data (gtkO(), GtkTreeModel *tree_model, GtkTreeIter *iter, gboolean is_expander, gboolean is_expanded) |
todo | |
void | gtk_tree_view_column_cell_get_size (gtkO(), GdkRectangle *cell_area, gint *x_offset, gint *y_offset, gint *width, gint *height) |
todo | |
gboolean | gtk_tree_view_column_cell_is_visible (gtkO()) |
todo | |
void | gtk_tree_view_column_focus_cell (gtkO(), GtkCellRenderer *cell) |
todo | |
gboolean | gtk_tree_view_column_cell_get_position (gtkO(), GtkCellRenderer *cell_renderer, gint *start_pos, gint *width) |
todo | |
Protected Member Functions | |
this (GtkObject *gtkObject) | |
Creates a new TreeViewColumn from a GtkTreeViewColumn. |
|
addAttribute
|
|
clear
|
|
clearAttributes
|
|
clicked
|
|
getAlignment
|
|
|
|
getClickable
|
|
getFixedWidth
|
|
getMaxWidth
|
|
getMinWidth
|
|
Gets if the column can be reordered by the end user dragging the header.
|
|
gets the current resizable mode
|
|
Gets the column's sort ID.
|
|
Gets if the sort indicator is visible.
|
|
Gets the sort order type.
|
|
getSpacing
|
|
getTitle
|
|
getVisible
|
|
getWidget
|
|
getWidth
|
|
todo
|
|
todo
|
|
todo
|
|
todo
|
|
todo
|
|
|
|
|
|
packEnd
|
|
packStart
|
|
setAlignment
|
|
setClicable
|
|
setFixedWidth
|
|
setMaxWidth
|
|
setMinWidth
|
|
If reorderable is true, then the column can be reordered by the end user dragging the header.
|
|
If resizable is TRUE, then the user can explicitly resize the column by grabbing the outer edge of the column button.
|
|
Set the column's sort ID.
|
|
Sets the sort indicator visibility.
|
|
Sets the sort order type.
|
|
setSpacing
|
|
setTitle
|
|
setVisible
|
|
setWidget
|
|
Creates a new Tree view column.
|
|
Creates a new TreeViewColumn.
|
|
Creates a new TreeViewColumn from a GtkTreeViewColumn.
Reimplemented from DUIObject. |