Hoogle Search

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

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

  1. setLevelBarMode :: (MonadIO m, IsLevelBar o) => o -> LevelBarMode -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set levelBar [ #mode := value ]
    

  2. setLevelBarValue :: (MonadIO m, IsLevelBar o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set levelBar [ #value := value ]
    

  3. setLinkButtonUri :: (MonadIO m, IsLinkButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set linkButton [ #uri := value ]
    

  4. setLinkButtonVisited :: (MonadIO m, IsLinkButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set linkButton [ #visited := value ]
    

  5. setListBoxActivateOnSingleClick :: (MonadIO m, IsListBox 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 listBox [ #activateOnSingleClick := value ]
    

  6. setListBoxRowActivatable :: (MonadIO m, IsListBoxRow o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set listBoxRow [ #activatable := value ]
    

  7. setListBoxRowSelectable :: (MonadIO m, IsListBoxRow o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set listBoxRow [ #selectable := value ]
    

  8. setListBoxSelectionMode :: (MonadIO m, IsListBox o) => o -> SelectionMode -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set listBox [ #selectionMode := value ]
    

  9. setLockButtonPermission :: (MonadIO m, IsLockButton o, IsPermission a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #permission := value ]
    

  10. setLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #textLock := value ]
    

Page 125 of many | Previous | Next