| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Structs.CssLocation
Description
Documentation
newtype CssLocation #
Constructors
| CssLocation (ManagedPtr CssLocation) |
Instances
type family ResolveCssLocationMethod (t :: Symbol) o where ... #
Equations
| ResolveCssLocationMethod l o = MethodResolutionFailed l o :: Type |
cssLocation_bytes :: AttrLabelProxy "bytes" #
cssLocation_chars :: AttrLabelProxy "chars" #
cssLocation_lineBytes :: AttrLabelProxy "lineBytes" #
cssLocation_lineChars :: AttrLabelProxy "lineChars" #
cssLocation_lines :: AttrLabelProxy "lines" #
getCssLocationBytes :: MonadIO m => CssLocation -> m CSize #
getCssLocationChars :: MonadIO m => CssLocation -> m CSize #
getCssLocationLineBytes :: MonadIO m => CssLocation -> m CSize #
getCssLocationLineChars :: MonadIO m => CssLocation -> m CSize #
getCssLocationLines :: MonadIO m => CssLocation -> m CSize #
newZeroCssLocation :: MonadIO m => m CssLocation #
setCssLocationBytes :: MonadIO m => CssLocation -> CSize -> m () #
setCssLocationChars :: MonadIO m => CssLocation -> CSize -> m () #
setCssLocationLineBytes :: MonadIO m => CssLocation -> CSize -> m () #
setCssLocationLineChars :: MonadIO m => CssLocation -> CSize -> m () #
setCssLocationLines :: MonadIO m => CssLocation -> CSize -> m () #