Hoogle Search

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

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

  1. setHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #title := value ]
    

  2. setIMContextInfoContextId :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “context_id” field. When overloading is enabled, this is equivalent to

    set iMContextInfo [ #contextId := value ]
    

  3. setIMContextInfoContextName :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “context_name” field. When overloading is enabled, this is equivalent to

    set iMContextInfo [ #contextName := value ]
    

  4. setIMContextInfoDefaultLocales :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “default_locales” field. When overloading is enabled, this is equivalent to

    set iMContextInfo [ #defaultLocales := value ]
    

  5. setIMContextInfoDomain :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “domain” field. When overloading is enabled, this is equivalent to

    set iMContextInfo [ #domain := value ]
    

  6. setIMContextInfoDomainDirname :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “domain_dirname” field. When overloading is enabled, this is equivalent to

    set iMContextInfo [ #domainDirname := value ]
    

  7. setIMContextInputHints :: (MonadIO m, IsIMContext o) => o -> [InputHints] -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set iMContext [ #inputHints := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set iMContext [ #inputPurpose := value ]
    

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

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

Page 116 of many | Previous | Next