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.
-
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.
getCellRendererTextVariant :: (MonadIO m, IsCellRendererText o) => o -> m Variantgi-gtk4 GI.Gtk.Objects.CellRendererText Get the value of the “variant” property. When overloading is enabled, this is equivalent to
get cellRendererText #variant
getCellRendererTextVariantSet :: (MonadIO m, IsCellRendererText o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.CellRendererText Get the value of the “variant-set” property. When overloading is enabled, this is equivalent to
get cellRendererText #variantSet
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 ]
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 ]
-
gi-harfbuzz GI.HarfBuzz.Callbacks Type for the callback on the (unwrapped) C side.
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.
-
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.
-
gi-harfbuzz GI.HarfBuzz.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-harfbuzz GI.HarfBuzz.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.