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.
setArrowArrowType :: (MonadIO m, IsArrow o) => o -> ArrowType -> m ()gi-gtk3 GI.Gtk.Objects.Arrow Set the value of the “arrow-type” property. When overloading is enabled, this is equivalent to
set arrow [ #arrowType := value ]
setArrowShadowType :: (MonadIO m, IsArrow o) => o -> ShadowType -> m ()gi-gtk3 GI.Gtk.Objects.Arrow Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to
set arrow [ #shadowType := value ]
toArrow :: (MonadIO m, IsArrow o) => o -> m Arrowgi-gtk3 GI.Gtk.Objects.Arrow Cast to Arrow, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf ArrowAccessible o) =>
IsArrowAccessible ogi-gtk3 GI.Gtk.Objects.ArrowAccessible Type class for types which can be safely cast to ArrowAccessible, for instance with toArrowAccessible.
toArrowAccessible :: (MonadIO m, IsArrowAccessible o) => o -> m ArrowAccessiblegi-gtk3 GI.Gtk.Objects.ArrowAccessible Cast to ArrowAccessible, for types for which this is known to be safe. For general casts, use castTo.
-
gi-gtk3 GI.Gtk.Objects.MenuToolButton Sets the tooltip markup text to be used as tooltip for the arrow button which pops up the menu. See toolItemSetTooltipText for setting a tooltip on the whole MenuToolButton. Since: 2.12
-
gi-gtk3 GI.Gtk.Objects.MenuToolButton Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu. See toolItemSetTooltipText for setting a tooltip on the whole MenuToolButton. Since: 2.12
-
gi-gtk3 GI.Gtk.Objects.Settings Construct a GValueConstruct with valid value for the “gtk-alternative-sort-arrows” property. This is rarely needed directly, but it is used by new.
getSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Settings Get the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to
get settings #gtkAlternativeSortArrows
setSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to
set settings [ #gtkAlternativeSortArrows := value ]