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.

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

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

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

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

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

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

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

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

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

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

Page 653 of many | Previous | Next