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. menuItemGetRightJustified :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.MenuItem

    Deprecated: (Since version 3.2)See menuItemSetRightJustified

  2. menuItemSetRightJustified :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuItem

    Deprecated: (Since version 3.2)If you insist on using it, usewidgetSetHexpand and widgetSetHalign.

  3. setMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuItem

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

    set menuItem [ #rightJustified := value ]
    

  4. type RangeAdjustBoundsCallback = Double -> IO ()

    gi-gtk3 GI.Gtk.Objects.Range

    Emitted before clamping a value, to give the application a chance to adjust the bounds.

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

    gi-gtk3 GI.Gtk.Objects.Range

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

    after range #adjustBounds callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  6. 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.

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

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

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

  9. 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.

  10. 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.

Page 84 of many | Previous | Next