Description Usage Arguments Details Author(s)
Changes the appearance of the sort indicator.
1 | gtkTreeViewColumnSetSortOrder(object, order)
|
|
a |
|
sort order that the sort indicator should indicate |
This does not actually sort the model. Use
gtkTreeViewColumnSetSortColumnId
if you want automatic sorting
support. This function is primarily for custom sorting behavior, and should
be used in conjunction with gtkTreeSortableSetSortColumn()
to do
that. For custom models, the mechanism will vary.
The sort indicator changes direction to indicate normal sort or reverse sort.
Note that you must have the sort indicator enabled to see anything when
calling this function; see gtkTreeViewColumnSetSortIndicator
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.