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.
pattern
STYLE_CLASS_ARROW :: Textgi-gtk3 GI.Gtk.Constants A CSS class used when rendering an arrow element. Refer to individual widget documentation for used style classes.
AnotherArrowPlacement :: Int -> ArrowPlacementgi-gtk3 GI.Gtk.Enums Catch-all for unknown values
AnotherArrowType :: Int -> ArrowTypegi-gtk3 GI.Gtk.Enums Catch-all for unknown values
-
gi-gtk3 GI.Gtk.Functions Deprecated: (Since version 3.0)Use renderArrow instead
-
gi-gtk3 GI.Gtk.Functions Renders an arrow pointing to angle. Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π: Since: 3.0
class (GObject o, IsDescendantOf Arrow o) =>
IsArrow ogi-gtk3 GI.Gtk.Objects.Arrow Type class for types which can be safely cast to Arrow, for instance with toArrow.
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.
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.
getArrowArrowType :: (MonadIO m, IsArrow o) => o -> m ArrowTypegi-gtk3 GI.Gtk.Objects.Arrow Get the value of the “arrow-type” property. When overloading is enabled, this is equivalent to
get arrow #arrowType
getArrowShadowType :: (MonadIO m, IsArrow o) => o -> m ShadowTypegi-gtk3 GI.Gtk.Objects.Arrow Get the value of the “shadow-type” property. When overloading is enabled, this is equivalent to
get arrow #shadowType