Module dui.TreeViewColumn
| Constructor Summary | |
|---|---|
| public | 
(GtkObject* gtkObject) Creates a new TreeViewColumn from a GtkTreeViewColumn  | 
| public | 
() Creates a new TreeViewColumn  | 
| 
(char header, CellRenderer renderer, char type, int column) Creates a new Tree view column  | 
|
| Methods Summary | |
|---|---|
| static GType | 
getType() Gets this class type  | 
| void | 
packStart(CellRenderer cell, bit expand) packStart  | 
| void | 
packEnd(CellRenderer cell, bit expand) packEnd  | 
| void | 
clear() clear  | 
| void | 
addAttribute(CellRenderer cell_renderer, char attribute, gint column) | 
| void | 
clearAttributes(CellRenderer cell_renderer) | 
| 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() | 
| 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  | 
| String | 
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) /* You probably only want to use gtk_tree_view_column_set_sort_column_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  |