Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setBuildableParserEndElement :: MonadIO m => BuildableParser -> FunPtr C_BuildableParserEndElementFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.BuildableParser

    Set the value of the “end_element” field. When overloading is enabled, this is equivalent to

    set buildableParser [ #endElement := value ]
    

  2. setBuildableParserError :: MonadIO m => BuildableParser -> FunPtr C_BuildableParserErrorFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.BuildableParser

    Set the value of the “error” field. When overloading is enabled, this is equivalent to

    set buildableParser [ #error := value ]
    

  3. setBuildableParserStartElement :: MonadIO m => BuildableParser -> FunPtr C_BuildableParserStartElementFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.BuildableParser

    Set the value of the “start_element” field. When overloading is enabled, this is equivalent to

    set buildableParser [ #startElement := value ]
    

  4. setBuildableParserText :: MonadIO m => BuildableParser -> FunPtr C_BuildableParserTextFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.BuildableParser

    Set the value of the “text” field. When overloading is enabled, this is equivalent to

    set buildableParser [ #text := value ]
    

  5. setCssLocationBytes :: MonadIO m => CssLocation -> CSize -> m ()

    gi-gtk4 GI.Gtk.Structs.CssLocation

    Set the value of the “bytes” field. When overloading is enabled, this is equivalent to

    set cssLocation [ #bytes := value ]
    

  6. setCssLocationChars :: MonadIO m => CssLocation -> CSize -> m ()

    gi-gtk4 GI.Gtk.Structs.CssLocation

    Set the value of the “chars” field. When overloading is enabled, this is equivalent to

    set cssLocation [ #chars := value ]
    

  7. setCssLocationLineBytes :: MonadIO m => CssLocation -> CSize -> m ()

    gi-gtk4 GI.Gtk.Structs.CssLocation

    Set the value of the “line_bytes” field. When overloading is enabled, this is equivalent to

    set cssLocation [ #lineBytes := value ]
    

  8. setCssLocationLineChars :: MonadIO m => CssLocation -> CSize -> m ()

    gi-gtk4 GI.Gtk.Structs.CssLocation

    Set the value of the “line_chars” field. When overloading is enabled, this is equivalent to

    set cssLocation [ #lineChars := value ]
    

  9. setCssLocationLines :: MonadIO m => CssLocation -> CSize -> m ()

    gi-gtk4 GI.Gtk.Structs.CssLocation

    Set the value of the “lines” field. When overloading is enabled, this is equivalent to

    set cssLocation [ #lines := value ]
    

  10. setPadActionEntryActionName :: MonadIO m => PadActionEntry -> CString -> m ()

    gi-gtk4 GI.Gtk.Structs.PadActionEntry

    Set the value of the “action_name” field. When overloading is enabled, this is equivalent to

    set padActionEntry [ #actionName := value ]
    

Page 709 of many | Previous | Next