Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setStackSwitcherStack :: (MonadIO m, IsStackSwitcher o, IsStack a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “stack” property. When overloading is enabled, this is equivalent to
set stackSwitcher [ #stack := value ]
setStackTransitionDuration :: (MonadIO m, IsStack o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “transition-duration” property. When overloading is enabled, this is equivalent to
set stack [ #transitionDuration := value ]
setStackTransitionType :: (MonadIO m, IsStack o) => o -> StackTransitionType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “transition-type” property. When overloading is enabled, this is equivalent to
set stack [ #transitionType := value ]
setStackVhomogeneous :: (MonadIO m, IsStack o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “vhomogeneous” property. When overloading is enabled, this is equivalent to
set stack [ #vhomogeneous := value ]
setStackVisibleChild :: (MonadIO m, IsStack o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible-child” property. When overloading is enabled, this is equivalent to
set stack [ #visibleChild := value ]
setStackVisibleChildName :: (MonadIO m, IsStack o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible-child-name” property. When overloading is enabled, this is equivalent to
set stack [ #visibleChildName := value ]
setStatusIconFile :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “file” property. When overloading is enabled, this is equivalent to
set statusIcon [ #file := value ]
setStatusIconGicon :: (MonadIO m, IsStatusIcon o, IsIcon a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “gicon” property. When overloading is enabled, this is equivalent to
set statusIcon [ #gicon := value ]
setStatusIconHasTooltip :: (MonadIO m, IsStatusIcon o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “has-tooltip” property. When overloading is enabled, this is equivalent to
set statusIcon [ #hasTooltip := value ]
setStatusIconIconName :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set statusIcon [ #iconName := value ]