Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. getRangeAdjustment :: (MonadIO m, IsRange o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.Range

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

    get range #adjustment
    

  2. onRangeAdjustBounds :: (IsRange a, MonadIO m) => a -> ((?self :: a) => RangeAdjustBoundsCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Range

    Connect a signal handler for the adjustBounds signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on range #adjustBounds callback
    

  3. rangeGetAdjustment :: (HasCallStack, MonadIO m, IsRange a) => a -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.Range

    Get the adjustment which is the “model” object for GtkRange.

  4. rangeSetAdjustment :: (HasCallStack, MonadIO m, IsRange a, IsAdjustment b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.Range

    Sets the adjustment to be used as the “model” object for the GtkRange The adjustment indicates the current range value, the minimum and maximum range values, the step/page increments used for keybindings and scrolling, and the page size. The page size is normally 0 for GtkScale and nonzero for GtkScrollbar, and indicates the size of the visible area of the widget being scrolled. The page size affects the size of the scrollbar slider.

  5. setRangeAdjustment :: (MonadIO m, IsRange o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Range

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

    set range [ #adjustment := value ]
    

  6. constructScaleButtonAdjustment :: (IsScaleButton o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ScaleButton

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

  7. getScaleButtonAdjustment :: (MonadIO m, IsScaleButton o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScaleButton

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

    get scaleButton #adjustment
    

  8. scaleButtonGetAdjustment :: (HasCallStack, MonadIO m, IsScaleButton a) => a -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.ScaleButton

    Gets the GtkAdjustment associated with the GtkScaleButton’s scale. See rangeGetAdjustment for details.

  9. scaleButtonSetAdjustment :: (HasCallStack, MonadIO m, IsScaleButton a, IsAdjustment b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.ScaleButton

    Sets the GtkAdjustment to be used as a model for the GtkScaleButton’s scale. See rangeSetAdjustment for details.

  10. setScaleButtonAdjustment :: (MonadIO m, IsScaleButton o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ScaleButton

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

    set scaleButton [ #adjustment := value ]
    

Page 99 of many | Previous | Next