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.

  1. listBoxGetShowSeparators :: (HasCallStack, MonadIO m, IsListBox a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.ListBox

    Returns whether the list box should show separators between rows.

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

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

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

  5. getListViewShowSeparators :: (MonadIO m, IsListView o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.ListView

    Get the value of the “show-separators” property. When overloading is enabled, this is equivalent to

    get listView #showSeparators
    

  6. listViewGetShowSeparators :: (HasCallStack, MonadIO m, IsListView a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.ListView

    Returns whether the list box should show separators between rows.

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

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

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

  10. getMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> m Bool

    gi-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
    

Page 344 of many | Previous | Next