Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. flowBoxInvalidateSort :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Updates the sorting for all children. Call this when the result of the sort function on box is changed due to an external factor. Since: 3.12

  2. flowBoxSetSortFunc :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Maybe FlowBoxSortFunc -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    By setting a sort function on the box, one can dynamically reorder the children of the box, based on the contents of the children. The sortFunc will be called for each child after the call, and will continue to be called each time a child changes (via flowBoxChildChanged) and when flowBoxInvalidateSort is called. Note that using a sort function is incompatible with using a model (see flowBoxBindModel). Since: 3.12

  3. listBoxInvalidateSort :: (HasCallStack, MonadIO m, IsListBox a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.ListBox

    Update the sorting for all rows. Call this when result of the sort function on the box is changed due to an external factor. Since: 3.10

  4. listBoxSetSortFunc :: (HasCallStack, MonadIO m, IsListBox a) => a -> Maybe ListBoxSortFunc -> m ()

    gi-gtk3 GI.Gtk.Objects.ListBox

    By setting a sort function on the box one can dynamically reorder the rows of the list, based on the contents of the rows. The sortFunc will be called for each row after the call, and will continue to be called each time a row changes (via listBoxRowChanged) and when listBoxInvalidateSort is called. Note that using a sort function is incompatible with using a model (see listBoxBindModel). Since: 3.10

  5. clearSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-cursor-theme-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #gtkCursorThemeName
    

  6. constructSettingsGtkAlternativeSortArrows :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-alternative-sort-arrows” property. This is rarely needed directly, but it is used by new.

  7. constructSettingsGtkCursorThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-cursor-theme-name” property. This is rarely needed directly, but it is used by new.

  8. constructSettingsGtkCursorThemeSize :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-cursor-theme-size” property. This is rarely needed directly, but it is used by new.

  9. getSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to

    get settings #gtkAlternativeSortArrows
    

  10. getSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-cursor-theme-name” property. When overloading is enabled, this is equivalent to

    get settings #gtkCursorThemeName
    

Page 148 of many | Previous | Next