Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
rangeGetFlippable :: (HasCallStack, MonadIO m, IsRange a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Range Gets the value set by rangeSetFlippable. Since: 2.18
rangeSetFlippable :: (HasCallStack, MonadIO m, IsRange a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Range If a range is flippable, it will switch its direction if it is horizontal and its direction is TextDirectionRtl. See widgetGetDirection. Since: 2.18
pixbufFlipHorazontally :: Pixbuf -> IO Pixbufgtk Graphics.UI.Gtk.Gdk.Pixbuf No documentation available.
pixbufFlipHorizontally :: Pixbuf -> IO Pixbufgtk Graphics.UI.Gtk.Gdk.Pixbuf Flips a pixbuf horizontally and returns the result in a new pixbuf.
pixbufFlipVertically :: Pixbuf -> IO Pixbufgtk Graphics.UI.Gtk.Gdk.Pixbuf Flips a pixbuf vertically and returns the result in a new pixbuf.
-
perf Perf.Algos With argument order flipped
-
perf Perf.Algos Lazy with argument order flipped.
recurseFlip :: (a -> b -> b) -> b -> [a] -> bperf Perf.Algos Tail resursion with flipped argument order.
recurseFlipLazy :: (a -> b -> b) -> b -> [a] -> bperf Perf.Algos Lazy tail resursion with flipped argument order.
-
perf Perf.Algos With argument order flipped