Method GTK2.IconView()->set_reorderable()


Method set_reorderable

GTK2.IconView set_reorderable(int setting)

Description

This function is a convenience function to allow you to reorder models. Both GTK2.TreeStore and GTK2.ListStore support this. If setting is TRUE, then the user can reorder the model by dragging and dropping rows. The developer can listen to these changes by connecting to the model's "row-inserted" and "row-deleted" signals.