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.
-
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. -
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
-
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.
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.
adjustmentGetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the page increment of the adjustment.
adjustmentGetPageSize :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the page size of the adjustment.
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.
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.
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.
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.