gi-gtk-4.0.8: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gtk.Structs.CssLocation

Description

No description available in the introspection data.

Synopsis

Exported types

newtype CssLocation Source #

Memory-managed wrapper type.

Constructors

CssLocation (ManagedPtr CssLocation) 

Instances

Instances details
Eq CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

BoxedPtr CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

CallocPtr CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

ManagedPtrNewtype CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

Methods

toManagedPtr :: CssLocation -> ManagedPtr CssLocation

tag ~ 'AttrSet => Constructible CssLocation tag Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

Methods

new :: MonadIO m => (ManagedPtr CssLocation -> CssLocation) -> [AttrOp CssLocation tag] -> m CssLocation

newZeroCssLocation :: MonadIO m => m CssLocation Source #

Construct a CssLocation struct initialized to zero.

Methods

Properties

bytes

No description available in the introspection data.

getCssLocationBytes :: MonadIO m => CssLocation -> m Word64 Source #

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

get cssLocation #bytes

setCssLocationBytes :: MonadIO m => CssLocation -> Word64 -> m () Source #

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

set cssLocation [ #bytes := value ]

chars

No description available in the introspection data.

getCssLocationChars :: MonadIO m => CssLocation -> m Word64 Source #

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

get cssLocation #chars

setCssLocationChars :: MonadIO m => CssLocation -> Word64 -> m () Source #

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

set cssLocation [ #chars := value ]

lineBytes

No description available in the introspection data.

getCssLocationLineBytes :: MonadIO m => CssLocation -> m Word64 Source #

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

get cssLocation #lineBytes

setCssLocationLineBytes :: MonadIO m => CssLocation -> Word64 -> m () Source #

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

set cssLocation [ #lineBytes := value ]

lineChars

No description available in the introspection data.

getCssLocationLineChars :: MonadIO m => CssLocation -> m Word64 Source #

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

get cssLocation #lineChars

setCssLocationLineChars :: MonadIO m => CssLocation -> Word64 -> m () Source #

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

set cssLocation [ #lineChars := value ]

lines

No description available in the introspection data.

getCssLocationLines :: MonadIO m => CssLocation -> m Word64 Source #

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

get cssLocation #lines

setCssLocationLines :: MonadIO m => CssLocation -> Word64 -> m () Source #

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

set cssLocation [ #lines := value ]