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.
-
gi-gtk4 GI.Gtk.Enums Describes the panning direction of a [classgesturePan].
PanDirectionDown :: PanDirectiongi-gtk4 GI.Gtk.Enums panned downwards
PanDirectionLeft :: PanDirectiongi-gtk4 GI.Gtk.Enums panned towards the left
PanDirectionRight :: PanDirectiongi-gtk4 GI.Gtk.Enums panned towards the right
PanDirectionUp :: PanDirectiongi-gtk4 GI.Gtk.Enums panned upwards
-
gi-gtk4 GI.Gtk.Enums Determines how the size should be computed to achieve the one of the visibility mode for the scrollbars.
PolicyTypeAlways :: PolicyTypegi-gtk4 GI.Gtk.Enums The scrollbar is always visible. The view size is independent of the content.
PolicyTypeAutomatic :: PolicyTypegi-gtk4 GI.Gtk.Enums The scrollbar will appear and disappear as necessary. For example, when all of a GtkTreeView can not be seen.
PolicyTypeExternal :: PolicyTypegi-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.
-
gi-gtk4 GI.Gtk.Enums The scrollbar should never appear. In this mode the content determines the size.