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.

  1. PageOrientationReverseLandscape :: PageOrientation

    gi-gtk4 GI.Gtk.Enums

    Reverse landscape mode.

  2. PageOrientationReversePortrait :: PageOrientation

    gi-gtk4 GI.Gtk.Enums

    Reverse portrait mode.

  3. PrintCapabilitiesReverse :: PrintCapabilities

    gi-gtk4 GI.Gtk.Flags

    Print dialog will allow to print pages in reverse order.

  4. printJobGetReverse :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets whether this job is printed reversed.

  5. printJobSetReverse :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Sets whether this job is printed reversed.

  6. printSettingsGetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_REVERSE.

  7. printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_REVERSE.

  8. bufferReverse :: (HasCallStack, MonadIO m) => BufferT -> m ()

    gi-harfbuzz GI.HarfBuzz.Functions

    Reverses buffer contents. Since: 0.9.2

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

  10. bufferReverseRange :: (HasCallStack, MonadIO m) => BufferT -> Word32 -> Word32 -> m ()

    gi-harfbuzz GI.HarfBuzz.Functions

    Reverses buffer contents between start and end. Since: 0.9.41

Page 73 of many | Previous | Next