gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.AccessibleTextRange

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Structs.AccessibleTextRange module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype AccessibleTextRange #

Instances

Instances details
Eq AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

BoxedPtr AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

CallocPtr AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

ManagedPtrNewtype AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

tag ~ 'AttrSet => Constructible AccessibleTextRange tag 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

HasAttributeList AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

(info ~ ResolveAccessibleTextRangeMethod t AccessibleTextRange, OverloadedMethod info AccessibleTextRange p, HasField t AccessibleTextRange p) => HasField (t :: Symbol) AccessibleTextRange p 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

(info ~ ResolveAccessibleTextRangeMethod t AccessibleTextRange, OverloadedMethodInfo info AccessibleTextRange) => IsLabel t (MethodProxy info AccessibleTextRange) 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

Methods

fromLabel :: MethodProxy info AccessibleTextRange

(info ~ ResolveAccessibleTextRangeMethod t AccessibleTextRange, OverloadedMethod info AccessibleTextRange p) => IsLabel t (AccessibleTextRange -> p) 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

type AttributeList AccessibleTextRange 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

type AttributeList AccessibleTextRange = AccessibleTextRangeAttributeList

type family ResolveAccessibleTextRangeMethod (t :: Symbol) o where ... #

Equations

ResolveAccessibleTextRangeMethod l o = MethodResolutionFailed l o :: Type 

accessibleTextRange_length :: AttrLabelProxy "length" #

accessibleTextRange_start :: AttrLabelProxy "start" #

setAccessibleTextRangeLength :: MonadIO m => AccessibleTextRange -> CSize -> m () #

setAccessibleTextRangeStart :: MonadIO m => AccessibleTextRange -> CSize -> m () #