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.

  1. constructCellRendererTextVariantSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.CellRendererText

    Construct a GValueConstruct with valid value for the “variant-set” property. This is rarely needed directly, but it is used by new.

  2. getCellRendererTextVariant :: (MonadIO m, IsCellRendererText o) => o -> m Variant

    gi-gtk4 GI.Gtk.Objects.CellRendererText

    Get the value of the “variant” property. When overloading is enabled, this is equivalent to

    get cellRendererText #variant
    

  3. getCellRendererTextVariantSet :: (MonadIO m, IsCellRendererText o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.CellRendererText

    Get the value of the “variant-set” property. When overloading is enabled, this is equivalent to

    get cellRendererText #variantSet
    

  4. setCellRendererTextVariant :: (MonadIO m, IsCellRendererText o) => o -> Variant -> m ()

    gi-gtk4 GI.Gtk.Objects.CellRendererText

    Set the value of the “variant” property. When overloading is enabled, this is equivalent to

    set cellRendererText [ #variant := value ]
    

  5. setCellRendererTextVariantSet :: (MonadIO m, IsCellRendererText o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CellRendererText

    Set the value of the “variant-set” property. When overloading is enabled, this is equivalent to

    set cellRendererText [ #variantSet := value ]
    

  6. type C_FontGetVariationGlyphFuncT = Ptr FontT -> Ptr () -> Word32 -> Word32 -> Ptr Word32 -> Ptr () -> IO Int32

    gi-harfbuzz GI.HarfBuzz.Callbacks

    Type for the callback on the (unwrapped) C side.

  7. type FontGetVariationGlyphFuncT = FontT -> Ptr () -> Word32 -> Word32 -> IO (Int32, Word32)

    gi-harfbuzz GI.HarfBuzz.Callbacks

    A virtual method for the FontFuncsT of an FontT object. This method should retrieve the glyph ID for a specified Unicode code point followed by a specified Variation Selector code point. Glyph IDs must be returned in a hb_codepoint_t output parameter.

  8. type FontGetVariationGlyphFuncT_WithClosures = FontT -> Ptr () -> Word32 -> Word32 -> Ptr () -> IO (Int32, Word32)

    gi-harfbuzz GI.HarfBuzz.Callbacks

    A virtual method for the FontFuncsT of an FontT object. This method should retrieve the glyph ID for a specified Unicode code point followed by a specified Variation Selector code point. Glyph IDs must be returned in a hb_codepoint_t output parameter.

  9. drop_closures_FontGetVariationGlyphFuncT :: FontGetVariationGlyphFuncT -> FontGetVariationGlyphFuncT_WithClosures

    gi-harfbuzz GI.HarfBuzz.Callbacks

    A simple wrapper that ignores the closure arguments.

  10. dynamic_FontGetVariationGlyphFuncT :: (HasCallStack, MonadIO m) => FunPtr C_FontGetVariationGlyphFuncT -> FontT -> Ptr () -> Word32 -> Word32 -> Ptr () -> m (Int32, Word32)

    gi-harfbuzz GI.HarfBuzz.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

Page 59 of many | Previous | Next