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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 159 of many | Previous | Next