| gtkTreeViewMoveColumnAfter {RGtk2} | R Documentation |
Moves column to be after to base.column. If base.column is NULL, then
column is placed in the first position.
gtkTreeViewMoveColumnAfter(object, column, base.column = NULL)
|
[GtkTreeView] A GtkTreeView |
|
[GtkTreeViewColumn] The GtkTreeViewColumn to be moved. |
|
[GtkTreeViewColumn] The GtkTreeViewColumn to be moved relative to, or NULL. |
Derived by RGtkGen from GTK+ documentation