[gtk+] Remove GTK_SELECTION_MODE_EXTENDED from the docs



commit 4bb90a74433d2d38dcf63a2dbc549f549b51c3c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 25 21:07:59 2013 +0100

    Remove GTK_SELECTION_MODE_EXTENDED from the docs
    
    It does not exist anymore as an enum value.

 gtk/gtkenums.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 2efee9d..60b3a83 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.
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]