Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
listBoxGetShowSeparators :: (HasCallStack, MonadIO m, IsListBox a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.ListBox Returns whether the list box should show separators between rows.
listBoxSetShowSeparators :: (HasCallStack, MonadIO m, IsListBox a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListBox Sets whether the list box should show separators between rows.
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 ]
constructListViewShowSeparators :: (IsListView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.ListView Construct a GValueConstruct with valid value for the “show-separators” property. This is rarely needed directly, but it is used by new.
getListViewShowSeparators :: (MonadIO m, IsListView o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ListView Get the value of the “show-separators” property. When overloading is enabled, this is equivalent to
get listView #showSeparators
listViewGetShowSeparators :: (HasCallStack, MonadIO m, IsListView a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.ListView Returns whether the list box should show separators between rows.
listViewSetShowSeparators :: (HasCallStack, MonadIO m, IsListView a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListView Sets whether the list box should show separators between rows.
setListViewShowSeparators :: (MonadIO m, IsListView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ListView Set the value of the “show-separators” property. When overloading is enabled, this is equivalent to
set listView [ #showSeparators := value ]
constructMenuButtonAlwaysShowArrow :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.MenuButton Construct a GValueConstruct with valid value for the “always-show-arrow” property. This is rarely needed directly, but it is used by new.
getMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.MenuButton Get the value of the “always-show-arrow” property. When overloading is enabled, this is equivalent to
get menuButton #alwaysShowArrow