Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sortListModelGetSectionSorter :: (HasCallStack, MonadIO m, IsSortListModel a) => a -> m (Maybe Sorter)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Gets the section sorter that is used to sort items of self into sections. Since: 4.12

  2. sortListModelGetSorter :: (HasCallStack, MonadIO m, IsSortListModel a) => a -> m (Maybe Sorter)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Gets the sorter that is used to sort self.

  3. sortListModelNew :: (HasCallStack, MonadIO m, IsListModel a, IsSorter b) => Maybe a -> Maybe b -> m SortListModel

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Creates a new sort list model that uses the sorter to sort model.

  4. sortListModelSetIncremental :: (HasCallStack, MonadIO m, IsSortListModel a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets the sort model to do an incremental sort. When incremental sorting is enabled, the GtkSortListModel will not do a complete sort immediately, but will instead queue an idle handler that incrementally sorts the items towards their correct position. This of course means that items do not instantly appear in the right place. It also means that the total sorting time is a lot slower. When your filter blocks the UI while sorting, you might consider turning this on. Depending on your model and sorters, this may become interesting around 10,000 to 100,000 items. By default, incremental sorting is disabled. See sortListModelGetPending for progress information about an ongoing incremental sorting operation.

  5. sortListModelSetModel :: (HasCallStack, MonadIO m, IsSortListModel a, IsListModel b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets the model to be sorted. The model's item type must conform to the item type of self.

  6. sortListModelSetSectionSorter :: (HasCallStack, MonadIO m, IsSortListModel a, IsSorter b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets a new section sorter on self. Since: 4.12

  7. sortListModelSetSorter :: (HasCallStack, MonadIO m, IsSortListModel a, IsSorter b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets a new sorter on self.

  8. toSortListModel :: (MonadIO m, IsSortListModel o) => o -> m SortListModel

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Cast to SortListModel, for types for which this is known to be safe. For general casts, use castTo.

  9. constructSpinButtonAdjustment :: (IsSpinButton o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Construct a GValueConstruct with valid value for the “adjustment” property. This is rarely needed directly, but it is used by new.

  10. getSpinButtonAdjustment :: (MonadIO m, IsSpinButton o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.SpinButton

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

    get spinButton #adjustment
    

Page 141 of many | Previous | Next