From 4bb90a74433d2d38dcf63a2dbc549f549b51c3c3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Feb 2013 21:07:59 +0100 Subject: [PATCH] Remove GTK_SELECTION_MODE_EXTENDED from the docs It does not exist anymore as an enum value. --- gtk/gtkenums.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 2efee9d5ee..60b3a83bf5 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -488,7 +488,6 @@ typedef enum * The Ctrl key may be used to enlarge the selection, and Shift * key to select between the focus and the child pointed to. * Some widgets may also allow Click-drag to select a range of elements. - * @GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE. * * Used to control what selections users are allowed to make. */