Hoogle Search

Within Stackage Nightly 2026-06-25 (ghc-9.12.4)

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

  1. setIconViewSelectionMode :: (MonadIO m, IsIconView o) => o -> SelectionMode -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “selection-mode” property. When overloading is enabled, this is equivalent to

    set iconView [ #selectionMode := value ]
    

  2. setIconViewSpacing :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “spacing” property. When overloading is enabled, this is equivalent to

    set iconView [ #spacing := value ]
    

  3. setIconViewTextColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “text-column” property. When overloading is enabled, this is equivalent to

    set iconView [ #textColumn := value ]
    

  4. setIconViewTooltipColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “tooltip-column” property. When overloading is enabled, this is equivalent to

    set iconView [ #tooltipColumn := value ]
    

  5. setImageFile :: (MonadIO m, IsImage 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 image [ #file := value ]
    

  6. setImageGicon :: (MonadIO m, IsImage 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 image [ #gicon := value ]
    

  7. setImageIconName :: (MonadIO m, IsImage 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 image [ #iconName := value ]
    

  8. setImageIconSet :: (MonadIO m, IsImage o) => o -> IconSet -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “icon-set” property. When overloading is enabled, this is equivalent to

    set image [ #iconSet := value ]
    

  9. setImageIconSize :: (MonadIO m, IsImage o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “icon-size” property. When overloading is enabled, this is equivalent to

    set image [ #iconSize := value ]
    

  10. setImageMenuItemAccelGroup :: (MonadIO m, IsImageMenuItem o, IsAccelGroup a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “accel-group” property. When overloading is enabled, this is equivalent to

    set imageMenuItem [ #accelGroup := value ]
    

Page 118 of many | Previous | Next