Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Arrow :: (a, a) -> V3 a -> Color -> VisObject a

    Vis Vis.VisObject

    No documentation available.

  2. module GI.Gtk.Objects.Arrow

    GtkArrow should be used to draw simple arrows that need to point in one of the four cardinal directions (up, down, left, or right). The style of the arrow can be one of shadow in, shadow out, etched in, or etched out. Note that these directions and style types may be amended in versions of GTK+ to come. GtkArrow will fill any space alloted to it, but since it is inherited from Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires. Arrows are created with a call to arrowNew. The direction or style of an arrow can be changed after creation by using arrowSet. GtkArrow has been deprecated; you can simply use a Image with a suitable icon name, such as “pan-down-symbolic“. When replacing GtkArrow by an image, pay attention to the fact that GtkArrow is doing automatic flipping between GTK_ARROW_LEFT and GTK_ARROW_RIGHT, depending on the text direction. To get the same effect with an image, use the icon names “pan-start-symbolic“ and “pan-end-symbolic“, which react to the text direction.

  3. newtype Arrow

    gi-gtk3 GI.Gtk.Objects.Arrow

    Memory-managed wrapper type.

  4. Arrow :: ManagedPtr Arrow -> Arrow

    gi-gtk3 GI.Gtk.Objects.Arrow

    No documentation available.

  5. Arrow :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  6. module Graphics.UI.Gtk.Misc.Arrow

    Displays an arrow

  7. data Arrow

    gtk Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  8. module FRP.Yampa.Arrow

    Arrow helper functions.

  9. class Category a => Arrow (a :: Type -> Type -> Type)

    dunai Data.MonadicStreamFunction.Core

    The basic arrow class. Instances should satisfy the following laws:

    where
    assoc ((a,b),c) = (a,(b,c))
    
    The other combinators have sensible default definitions, which may be overridden for efficiency.

  10. Arrow :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

Page 3 of many | Previous | Next