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