Description Usage Arguments Author(s)
Gets the value of one or more cells in the row referenced by iter
.
The variable argument list should contain integer column numbers,
each column number followed by a place to store the value being
retrieved. The list is terminated by a -1. For example, to get a
value from column 0 with type G_TYPE_STRING
, you would
write: gtk_tree_model_get (model, iter, 0, &place_string_here, -1)
,
where place_string_here
is a character
to be
filled with the string.
If appropriate,
1 | gtkTreeModelGet(object, iter, ...)
|
|
a |
|
a row in |
|
undocumented |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.