Description Usage Arguments Details Value Author(s)
Creates a list of path of all selected rows. Additionally, if you are
planning on modifying the model after calling this function, you may
want to convert the returned list into a list of GtkTreeRowReference
s.
To do this, you can use gtkTreeRowReferenceNew
.
1 | gtkTreeSelectionGetSelectedRows(object)
|
|
A |
To free the return value, use:
1 | # You don't have to free anything in RGtk, silly
|
Since 2.2
A list containing the following elements:
retval |
[list] A |
|
A pointer to set to the |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.