Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern STYLE_CLASS_ARROW :: Text

    gi-gtk3 GI.Gtk.Constants

    A CSS class used when rendering an arrow element. Refer to individual widget documentation for used style classes.

  2. AnotherArrowPlacement :: Int -> ArrowPlacement

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  3. AnotherArrowType :: Int -> ArrowType

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  4. paintArrow :: (HasCallStack, MonadIO m, IsStyle a, IsWidget b) => a -> Context -> StateType -> ShadowType -> Maybe b -> Maybe Text -> ArrowType -> Bool -> Int32 -> Int32 -> Int32 -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Functions

    Deprecated: (Since version 3.0)Use renderArrow instead

  5. renderArrow :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Context -> Double -> Double -> Double -> Double -> m ()

    gi-gtk3 GI.Gtk.Functions

    Renders an arrow pointing to angle. Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π: Since: 3.0

  6. class (GObject o, IsDescendantOf Arrow o) => IsArrow o

    gi-gtk3 GI.Gtk.Objects.Arrow

    Type class for types which can be safely cast to Arrow, for instance with toArrow.

  7. constructArrowArrowType :: (IsArrow o, MonadIO m) => ArrowType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Arrow

    Construct a GValueConstruct with valid value for the “arrow-type” property. This is rarely needed directly, but it is used by new.

  8. constructArrowShadowType :: (IsArrow o, MonadIO m) => ShadowType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Arrow

    Construct a GValueConstruct with valid value for the “shadow-type” property. This is rarely needed directly, but it is used by new.

  9. getArrowArrowType :: (MonadIO m, IsArrow o) => o -> m ArrowType

    gi-gtk3 GI.Gtk.Objects.Arrow

    Get the value of the “arrow-type” property. When overloading is enabled, this is equivalent to

    get arrow #arrowType
    

  10. getArrowShadowType :: (MonadIO m, IsArrow o) => o -> m ShadowType

    gi-gtk3 GI.Gtk.Objects.Arrow

    Get the value of the “shadow-type” property. When overloading is enabled, this is equivalent to

    get arrow #shadowType
    

Page 87 of many | Previous | Next