diff options
Diffstat (limited to 'gtk/gtkgridview.c')
-rw-r--r-- | gtk/gtkgridview.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c index 713aad664d..d399573def 100644 --- a/gtk/gtkgridview.c +++ b/gtk/gtkgridview.c @@ -1438,6 +1438,10 @@ gtk_grid_view_get_single_click_activate (GtkGridView *self) * @enable_rubberband: %TRUE to enable rubberband selection * * Sets whether selections can be changed by dragging with the mouse. + * + * Note that this is only useful when the model you passed to + * gtk_list_view_set_model() allows multi-selection (e.g. a + * #GtkMultiSelection). */ void gtk_grid_view_set_enable_rubberband (GtkGridView *self, |