]> Pileus Git - ~andy/gtk/commitdiff
Remove GTK_SELECTION_MODE_EXTENDED from the docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Feb 2013 20:07:59 +0000 (21:07 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2013 12:48:06 +0000 (07:48 -0500)
It does not exist anymore as an enum value.

gtk/gtkenums.h

index 2efee9d5ee697cbc2ad587b360909f2684374830..60b3a83bf5db27cd09814f636bc9b38c601b8395 100644 (file)
@@ -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.
  */