Description Usage Arguments Details Value Author(s)
Creates a new GtkTreeViewColumn
with a number of default values. This is
equivalent to calling gtkTreeViewColumnSetTitle
,
gtkTreeViewColumnPackStart
, and
gtkTreeViewColumnSetAttributes
on the newly created GtkTreeViewColumn
.
1 |
|
The title to set the header to. |
|
The |
|
A newly created |
Here's a simple example:
1 2 3 | renderer <- gtkCellRendererText()
column <- gtkTreeViewColumn("Title", renderer, "text" = TEXT_COLUMN,
"foreground" = COLOR_COLUMN)
|
[GtkTreeViewColumn
] A newly created GtkTreeViewColumn
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.