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. setIconViewActivateOnSingleClick :: (MonadIO m, IsIconView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

    set iconView [ #activateOnSingleClick := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #columnSpacing := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #columns := value ]
    

  4. setIconViewItemOrientation :: (MonadIO m, IsIconView o) => o -> Orientation -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #itemOrientation := value ]
    

  5. setIconViewItemPadding :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #itemPadding := value ]
    

  6. setIconViewItemWidth :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #itemWidth := value ]
    

  7. setIconViewMargin :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #margin := value ]
    

  8. setIconViewMarkupColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #markupColumn := value ]
    

  9. setIconViewModel :: (MonadIO m, IsIconView o, IsTreeModel a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #model := value ]
    

  10. setIconViewPixbufColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iconView [ #pixbufColumn := value ]
    

Page 119 of many | Previous | Next