Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. setScrollbarAdjustment :: (MonadIO m, IsScrollbar o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Scrollbar

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

    set scrollbar [ #adjustment := value ]
    

  2. clearScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    clear #hadjustment
    

  3. clearScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    clear #vadjustment
    

  4. constructScrolledWindowHadjustment :: (IsScrolledWindow o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

  5. constructScrolledWindowVadjustment :: (IsScrolledWindow o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

  6. getScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    get scrolledWindow #hadjustment
    

  7. getScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    get scrolledWindow #vadjustment
    

  8. scrolledWindowGetHadjustment :: (HasCallStack, MonadIO m, IsScrolledWindow a) => a -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

    Returns the horizontal scrollbar’s adjustment. This is the adjustment used to connect the horizontal scrollbar to the child widget’s horizontal scroll functionality.

  9. scrolledWindowGetVadjustment :: (HasCallStack, MonadIO m, IsScrolledWindow a) => a -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

    Returns the vertical scrollbar’s adjustment. This is the adjustment used to connect the vertical scrollbar to the child widget’s vertical scroll functionality.

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

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

    Sets the GtkAdjustment for the horizontal scrollbar.

Page 121 of many | Previous | Next