Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PageOrientationReverseLandscape :: PageOrientationgi-gtk4 GI.Gtk.Enums Reverse landscape mode.
PageOrientationReversePortrait :: PageOrientationgi-gtk4 GI.Gtk.Enums Reverse portrait mode.
PrintCapabilitiesReverse :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will allow to print pages in reverse order.
printJobGetReverse :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintJob Gets whether this job is printed reversed.
printJobSetReverse :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintJob Sets whether this job is printed reversed.
printSettingsGetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_REVERSE.
printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_REVERSE.
bufferReverse :: (HasCallStack, MonadIO m) => BufferT -> m ()gi-harfbuzz GI.HarfBuzz.Functions Reverses buffer contents. Since: 0.9.2
bufferReverseClusters :: (HasCallStack, MonadIO m) => BufferT -> m ()gi-harfbuzz GI.HarfBuzz.Functions Reverses buffer clusters. That is, the buffer contents are reversed, then each cluster (consecutive items having the same cluster number) are reversed again. Since: 0.9.2
bufferReverseRange :: (HasCallStack, MonadIO m) => BufferT -> Word32 -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Functions Reverses buffer contents between start and end. Since: 0.9.41