Method
GtkIconViewunset_model_drag_dest
deprecated: 4.10
Declaration [src]
void
gtk_icon_view_unset_model_drag_dest (
GtkIconView* icon_view
)
Description [src]
Undoes the effect of gtk_icon_view_enable_model_drag_dest(). Calling this
method sets GtkIconView
:reorderable to FALSE
.
Deprecated since: 4.10
Use GtkGridView
instead.