Description Usage Arguments Value Author(s)
Convenience function that inserts a new column into the GtkTreeView
with the given cell renderer and a GtkCellDataFunc
to set cell renderer
attributes (normally using data from the model). See also
gtkTreeViewColumnSetCellDataFunc
, gtkTreeViewColumnPackStart
.
If tree.view
has "fixed_height" mode enabled, then the new column will have its
"sizing" property set to be GTK_TREE_VIEW_COLUMN_FIXED.
1 2 | gtkTreeViewInsertColumnWithDataFunc(object, position, title,
cell, func, data = NULL)
|
|
a |
|
Position to insert, -1 for append |
|
column title |
|
cell renderer for column |
|
function to set attributes of cell renderer |
|
data for |
[integer] number of columns in the tree view post-insert
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.