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. listBoxGetAdjustment :: (HasCallStack, MonadIO m, IsListBox a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.ListBox

    Gets the adjustment (if any) that the widget uses to for vertical scrolling. Since: 3.10

  2. listBoxSetAdjustment :: (HasCallStack, MonadIO m, IsListBox a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.ListBox

    Sets the adjustment (if any) that the widget uses to for vertical scrolling. For instance, this is used to get the page size for PageUp/Down key handling. In the normal case when the box is packed inside a ScrolledWindow the adjustment from that will be picked up automatically, so there is no need to manually do that. Since: 3.10

  3. constructRangeAdjustment :: (IsRange o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Range

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

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

    gi-gtk3 GI.Gtk.Objects.Range

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

    get range #adjustment
    

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

    gi-gtk3 GI.Gtk.Objects.Range

    Get the Adjustment which is the “model” object for Range. See rangeSetAdjustment for details. The return value does not have a reference added, so should not be unreferenced.

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

    gi-gtk3 GI.Gtk.Objects.Range

    Sets the adjustment to be used as the “model” object for this range widget. 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 Scale and nonzero for Scrollbar, and indicates the size of the visible area of the widget being scrolled. The page size affects the size of the scrollbar slider.

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

    gi-gtk3 GI.Gtk.Objects.Range

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

    set range [ #adjustment := value ]
    

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

    gi-gtk3 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.

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

    gi-gtk3 GI.Gtk.Objects.ScaleButton

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

    get scaleButton #adjustment
    

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

    gi-gtk3 GI.Gtk.Objects.ScaleButton

    Gets the Adjustment associated with the ScaleButton’s scale. See rangeGetAdjustment for details. Since: 2.12

Page 112 of many | Previous | Next