gtkTreeViewColumnNewWithAttributes
Creates a new GtkTreeViewColumn with a number of default values. This is
equivalent to calling gtkTreeViewColumnSetTitle,
gtkTreeViewColumnPackStart, and
gtkTreeViewColumnSetAttributes on the newly created GtkTreeViewColumn.
gtkTreeViewColumnNewWithAttributes(title, cell, ...)
|
The title to set the header to. |
|
The |
|
A newly created |
Here's a simple example:
renderer <- gtkCellRendererText()
column <- gtkTreeViewColumn("Title", renderer, "text" = TEXT_COLUMN,
"foreground" = COLOR_COLUMN)[GtkTreeViewColumn] A newly created GtkTreeViewColumn.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.