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.
setListBaseOrientation :: (MonadIO m, IsListBase o) => o -> Orientation -> m ()gi-gtk4 GI.Gtk.Objects.ListBase Set the value of the “orientation” property. When overloading is enabled, this is equivalent to
set listBase [ #orientation := value ]
setListBoxAcceptUnpairedRelease :: (MonadIO m, IsListBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBox Set the value of the “accept-unpaired-release” property. When overloading is enabled, this is equivalent to
set listBox [ #acceptUnpairedRelease := value ]
setListBoxActivateOnSingleClick :: (MonadIO m, IsListBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBox Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to
set listBox [ #activateOnSingleClick := value ]
setListBoxSelectionMode :: (MonadIO m, IsListBox o) => o -> SelectionMode -> m ()gi-gtk4 GI.Gtk.Objects.ListBox Set the value of the “selection-mode” property. When overloading is enabled, this is equivalent to
set listBox [ #selectionMode := value ]
setListBoxShowSeparators :: (MonadIO m, IsListBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBox Set the value of the “show-separators” property. When overloading is enabled, this is equivalent to
set listBox [ #showSeparators := value ]
setListBoxRowActivatable :: (MonadIO m, IsListBoxRow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBoxRow Set the value of the “activatable” property. When overloading is enabled, this is equivalent to
set listBoxRow [ #activatable := value ]
setListBoxRowChild :: (MonadIO m, IsListBoxRow o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ListBoxRow Set the value of the “child” property. When overloading is enabled, this is equivalent to
set listBoxRow [ #child := value ]
setListBoxRowSelectable :: (MonadIO m, IsListBoxRow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBoxRow Set the value of the “selectable” property. When overloading is enabled, this is equivalent to
set listBoxRow [ #selectable := value ]
setListHeaderChild :: (MonadIO m, IsListHeader o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ListHeader Set the value of the “child” property. When overloading is enabled, this is equivalent to
set listHeader [ #child := value ]
setListItemAccessibleDescription :: (MonadIO m, IsListItem o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ListItem Set the value of the “accessible-description” property. When overloading is enabled, this is equivalent to
set listItem [ #accessibleDescription := value ]