Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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-gtk3 GI.Gtk.Objects.IconView

    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-gtk3 GI.Gtk.Objects.IconView

    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-gtk3 GI.Gtk.Objects.IconView

    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-gtk3 GI.Gtk.Objects.IconView

    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-gtk3 GI.Gtk.Objects.Image

    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-gtk3 GI.Gtk.Objects.Image

    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-gtk3 GI.Gtk.Objects.Image

    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-gtk3 GI.Gtk.Objects.Image

    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-gtk3 GI.Gtk.Objects.Image

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

    set image [ #iconSize := value ]
    

  10. setImagePixbuf :: (MonadIO m, IsImage o, IsPixbuf a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Image

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

    set image [ #pixbuf := value ]
    

Page 518 of many | Previous | Next