Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PanDirection

    gi-gtk4 GI.Gtk.Enums

    Describes the panning direction of a [classgesturePan].

  2. PanDirectionDown :: PanDirection

    gi-gtk4 GI.Gtk.Enums

    panned downwards

  3. PanDirectionLeft :: PanDirection

    gi-gtk4 GI.Gtk.Enums

    panned towards the left

  4. PanDirectionRight :: PanDirection

    gi-gtk4 GI.Gtk.Enums

    panned towards the right

  5. PanDirectionUp :: PanDirection

    gi-gtk4 GI.Gtk.Enums

    panned upwards

  6. data PolicyType

    gi-gtk4 GI.Gtk.Enums

    Determines how the size should be computed to achieve the one of the visibility mode for the scrollbars.

  7. PolicyTypeAlways :: PolicyType

    gi-gtk4 GI.Gtk.Enums

    The scrollbar is always visible. The view size is independent of the content.

  8. PolicyTypeAutomatic :: PolicyType

    gi-gtk4 GI.Gtk.Enums

    The scrollbar will appear and disappear as necessary. For example, when all of a GtkTreeView can not be seen.

  9. PolicyTypeExternal :: PolicyType

    gi-gtk4 GI.Gtk.Enums

    Don't show a scrollbar, but don't force the size to follow the content. This can be used e.g. to make multiple scrolled windows share a scrollbar.

  10. PolicyTypeNever :: PolicyType

    gi-gtk4 GI.Gtk.Enums

    The scrollbar should never appear. In this mode the content determines the size.

Page 875 of many | Previous | Next