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. setColumnViewColumnSorter :: (MonadIO m, IsColumnViewColumn o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Set the value of the “sorter” property. When overloading is enabled, this is equivalent to

    set columnViewColumn [ #sorter := value ]
    

  2. setColumnViewColumnTitle :: (MonadIO m, IsColumnViewColumn o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set columnViewColumn [ #title := value ]
    

  3. setColumnViewColumnVisible :: (MonadIO m, IsColumnViewColumn o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Set the value of the “visible” property. When overloading is enabled, this is equivalent to

    set columnViewColumn [ #visible := value ]
    

  4. setColumnViewRowAccessibleDescription :: (MonadIO m, IsColumnViewRow o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewRow

    Set the value of the “accessible-description” property. When overloading is enabled, this is equivalent to

    set columnViewRow [ #accessibleDescription := value ]
    

  5. setColumnViewRowAccessibleLabel :: (MonadIO m, IsColumnViewRow o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewRow

    Set the value of the “accessible-label” property. When overloading is enabled, this is equivalent to

    set columnViewRow [ #accessibleLabel := value ]
    

  6. setColumnViewRowActivatable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewRow

    Set the value of the “activatable” property. When overloading is enabled, this is equivalent to

    set columnViewRow [ #activatable := value ]
    

  7. setColumnViewRowFocusable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewRow

    Set the value of the “focusable” property. When overloading is enabled, this is equivalent to

    set columnViewRow [ #focusable := value ]
    

  8. setColumnViewRowSelectable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewRow

    Set the value of the “selectable” property. When overloading is enabled, this is equivalent to

    set columnViewRow [ #selectable := value ]
    

  9. setComboBoxActive :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

    Set the value of the “active” property. When overloading is enabled, this is equivalent to

    set comboBox [ #active := value ]
    

  10. setComboBoxActiveId :: (MonadIO m, IsComboBox o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

    Set the value of the “active-id” property. When overloading is enabled, this is equivalent to

    set comboBox [ #activeId := value ]
    

Page 627 of many | Previous | Next