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. setIMContextInputHints :: (MonadIO m, IsIMContext o) => o -> [InputHints] -> m ()

    gi-gtk4 GI.Gtk.Objects.IMContext

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

    set iMContext [ #inputHints := value ]
    

  2. setIMContextInputPurpose :: (MonadIO m, IsIMContext o) => o -> InputPurpose -> m ()

    gi-gtk4 GI.Gtk.Objects.IMContext

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

    set iMContext [ #inputPurpose := value ]
    

  3. setIconThemeDisplay :: (MonadIO m, IsIconTheme o, IsDisplay a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.IconTheme

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

    set iconTheme [ #display := value ]
    

  4. setIconThemeResourcePath :: (MonadIO m, IsIconTheme o) => o -> [Text] -> m ()

    gi-gtk4 GI.Gtk.Objects.IconTheme

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

    set iconTheme [ #resourcePath := value ]
    

  5. setIconThemeSearchPath :: (MonadIO m, IsIconTheme o) => o -> [Text] -> m ()

    gi-gtk4 GI.Gtk.Objects.IconTheme

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

    set iconTheme [ #searchPath := value ]
    

  6. setIconThemeThemeName :: (MonadIO m, IsIconTheme o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.IconTheme

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

    set iconTheme [ #themeName := value ]
    

  7. setIconViewActivateOnSingleClick :: (MonadIO m, IsIconView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #activateOnSingleClick := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #columnSpacing := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #columns := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #itemOrientation := value ]
    

Page 646 of many | Previous | Next