Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. afterPrintOperationPreviewGotPageSize :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewGotPageSizeCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

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

    after printOperationPreview #gotPageSize 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.

  2. onPrintOperationPreviewGotPageSize :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewGotPageSizeCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

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

    on printOperationPreview #gotPageSize callback
    

  3. printOperationPreviewRenderPage :: (HasCallStack, MonadIO m, IsPrintOperationPreview a) => a -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Renders a page to the preview. This is using the print context that was passed to the PrintOperation::preview handler together with preview. A custom print preview should use this function to render the currently selected page. Note that this function requires a suitable cairo context to be associated with the print context.

  4. adjustmentClampPage :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Updates the value property to ensure that the range between lower and upper is in the current page. The current page goes from value to value + page-size. If the range is larger than the page size, then only the start of it will be in the current page. A Adjustment::valueChanged signal will be emitted if the value is changed.

  5. adjustmentGetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Retrieves the page increment of the adjustment.

  6. adjustmentGetPageSize :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Retrieves the page size of the adjustment.

  7. adjustmentSetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Sets the page increment of the adjustment. See adjustmentSetLower about how to compress multiple emissions of the Adjustment::changed signal when setting multiple adjustment properties.

  8. adjustmentSetPageSize :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Sets the page size of the adjustment. See adjustmentSetLower about how to compress multiple emissions of the Adjustment::changed signal when setting multiple adjustment properties.

  9. constructAdjustmentPageIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

  10. constructAdjustmentPageSize :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

Page 317 of many | Previous | Next