Interface SelectionMode


public interface SelectionMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Exactly one element is selected.
    static final int
    Any number of elements may be selected.
    static final int
    No selection is possible.
    static final int
    Zero or one element may be selected.
  • Field Details

    • NONE

      static final int NONE
      No selection is possible.
      See Also:
    • SINGLE

      static final int SINGLE
      Zero or one element may be selected.
      See Also:
    • BROWSE

      static final int BROWSE
      Exactly one element is selected.
      In some circumstances, such as initially or during a search
      operation, it’s possible for no element to be selected with
      %GTK_SELECTION_BROWSE. What is really enforced is that the user
      can’t deselect a currently selected element except by selecting
      another element.
      See Also:
    • MULTIPLE

      static final int MULTIPLE
      Any number of elements may be selected.
      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.
      See Also: