Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pattern KEY_FrameForward :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_MailForward :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_therefore :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  4. AnotherMemoryFormat :: Int -> MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    Catch-all for unknown values

  5. DmabufErrorUnsupportedFormat :: DmabufError

    gi-gdk4 GI.Gdk.Enums

    The requested format is not supported

  6. GLErrorUnsupportedFormat :: GLError

    gi-gdk4 GI.Gdk.Enums

    The requested visual format is not supported

  7. data MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    GdkMemoryFormat describes formats that image data can have in memory. It describes formats by listing the contents of the memory passed to it. So GDK_MEMORY_A8R8G8B8 will be 1 byte (8 bits) of alpha, followed by a byte each of red, green and blue. It is not endian-dependent, so CAIRO_FORMAT_ARGB32 is represented by different GdkMemoryFormats on architectures with different endiannesses. Its naming is modelled after VkFormat for details).

  8. MemoryFormatA16 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One guint16 value; for alpha. Since: 4.12

  9. MemoryFormatA16Float :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One half-float value; for alpha. Since: 4.12

  10. MemoryFormatA32Float :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One float value; for alpha. Since: 4.12

Page 717 of many | Previous | Next