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

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

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

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

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

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

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

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

  9. setLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #textUnlock := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #tooltipLock := value ]
    

Page 123 of many | Previous | Next