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