Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. AnotherJustification :: Int -> Justification

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  2. clearScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    clear #hadjustment
    

  3. clearScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    clear #vadjustment
    

  4. constructScrollableHadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

  5. constructScrollableVadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

  6. getScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    get scrollable #hadjustment
    

  7. getScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    get scrollable #vadjustment
    

  8. scrollableGetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Retrieves the GtkAdjustment used for horizontal scrolling.

  9. scrollableGetVadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Retrieves the GtkAdjustment used for vertical scrolling.

  10. scrollableSetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Sets the horizontal adjustment of the GtkScrollable.

Page 91 of many | Previous | Next