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

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “decoration-layout-set” property. When overloading is enabled, this is equivalent to

    set headerBar [ #decorationLayoutSet := value ]
    

  2. setHeaderBarHasSubtitle :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #hasSubtitle := value ]
    

  3. setHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to

    set headerBar [ #showCloseButton := value ]
    

  4. setHeaderBarSpacing :: (MonadIO m, IsHeaderBar o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #spacing := value ]
    

  5. setHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #subtitle := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #title := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.IMContext

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

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

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

    gi-gtk3 GI.Gtk.Objects.IconView

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

    set iconView [ #columnSpacing := value ]
    

Page 516 of many | Previous | Next