gi-gtk-3.0.11: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.TextTag

Contents

Description

You may wish to begin by reading the [text widget conceptual overview][TextWidget] which gives an overview of all the objects and data types related to the text widget and how they work together.

Tags should be in the TextTagTable for a given TextBuffer before using them with that buffer.

gtk_text_buffer_create_tag() is the best way to create tags. See “gtk3-demo” for numerous examples.

For each property of TextTag, there is a “set” property, e.g. “font-set” corresponds to “font”. These “set” properties reflect whether a property has been set or not. They are maintained by GTK+ and you should not set them independently.

Synopsis

Exported types

newtype TextTag Source #

Constructors

TextTag (ManagedPtr TextTag) 

Instances

GObject TextTag Source # 
IsObject TextTag Source # 
IsTextTag TextTag Source # 
((~) * info (ResolveTextTagMethod t TextTag), MethodInfo * info TextTag p) => IsLabel t (TextTag -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TextTag -> p #

((~) * info (ResolveTextTagMethod t TextTag), MethodInfo * info TextTag p) => IsLabelProxy t (TextTag -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TextTag -> p #

HasAttributeList * TextTag Source # 
type AttributeList TextTag Source # 
type SignalList TextTag Source # 

Methods

changed

data TextTagChangedMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsTextTag a) => MethodInfo * TextTagChangedMethodInfo a signature Source # 

textTagChanged Source #

Arguments

:: (HasCallStack, MonadIO m, IsTextTag a) 
=> a

tag: a TextTag.

-> Bool

sizeChanged: whether the change affects the TextView layout.

-> m () 

Emits the TextTagTable::tag-changed signal on the TextTagTable where the tag is included.

The signal is already emitted when setting a TextTag property. This function is useful for a TextTag subclass.

Since: 3.20

event

data TextTagEventMethodInfo Source #

Instances

((~) * signature (b -> Event -> TextIter -> m Bool), MonadIO m, IsTextTag a, IsObject b) => MethodInfo * TextTagEventMethodInfo a signature Source # 

textTagEvent Source #

Arguments

:: (HasCallStack, MonadIO m, IsTextTag a, IsObject b) 
=> a

tag: a TextTag

-> b

eventObject: object that received the event, such as a widget

-> Event

event: the event

-> TextIter

iter: location where the event was received

-> m Bool

Returns: result of signal emission (whether the event was handled)

Emits the “event” signal on the TextTag.

getPriority

textTagGetPriority Source #

Arguments

:: (HasCallStack, MonadIO m, IsTextTag a) 
=> a

tag: a TextTag

-> m Int32

Returns: The tag’s priority.

Get the tag priority.

new

textTagNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Maybe Text

name: tag name, or Nothing

-> m TextTag

Returns: a new TextTag

Creates a TextTag. Configure the tag using object arguments, i.e. using g_object_set().

setPriority

data TextTagSetPriorityMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsTextTag a) => MethodInfo * TextTagSetPriorityMethodInfo a signature Source # 

textTagSetPriority Source #

Arguments

:: (HasCallStack, MonadIO m, IsTextTag a) 
=> a

tag: a TextTag

-> Int32

priority: the new priority

-> m () 

Sets the priority of a TextTag. Valid priorities start at 0 and go to one less than textTagTableGetSize. Each tag in a table has a unique priority; setting the priority of one tag shifts the priorities of all the other tags in the table to maintain a unique priority for each tag. Higher priority tags “win” if two tags both set the same text attribute. When adding a tag to a tag table, it will be assigned the highest priority in the table by default; so normally the precedence of a set of tags is the order in which they were added to the table, or created with gtk_text_buffer_create_tag(), which adds the tag to the buffer’s table automatically.

Properties

accumulativeMargin

data TextTagAccumulativeMarginPropertyInfo Source #

Instances

AttrInfo TextTagAccumulativeMarginPropertyInfo Source # 
type AttrOrigin TextTagAccumulativeMarginPropertyInfo Source # 
type AttrLabel TextTagAccumulativeMarginPropertyInfo Source # 
type AttrGetType TextTagAccumulativeMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagAccumulativeMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextTagAccumulativeMarginPropertyInfo Source # 
type AttrAllowedOps TextTagAccumulativeMarginPropertyInfo Source # 

background

data TextTagBackgroundPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundPropertyInfo Source # 
type AttrOrigin TextTagBackgroundPropertyInfo Source # 
type AttrLabel TextTagBackgroundPropertyInfo Source # 
type AttrGetType TextTagBackgroundPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundPropertyInfo Source # 

backgroundFullHeight

data TextTagBackgroundFullHeightPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrOrigin TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrLabel TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrLabel TextTagBackgroundFullHeightPropertyInfo = "background-full-height"
type AttrGetType TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundFullHeightPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundFullHeightPropertyInfo Source # 

backgroundFullHeightSet

data TextTagBackgroundFullHeightSetPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrOrigin TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrLabel TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrLabel TextTagBackgroundFullHeightSetPropertyInfo = "background-full-height-set"
type AttrGetType TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundFullHeightSetPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundFullHeightSetPropertyInfo Source # 

backgroundGdk

data TextTagBackgroundGdkPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundGdkPropertyInfo Source # 
type AttrOrigin TextTagBackgroundGdkPropertyInfo Source # 
type AttrLabel TextTagBackgroundGdkPropertyInfo Source # 
type AttrGetType TextTagBackgroundGdkPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundGdkPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundGdkPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundGdkPropertyInfo Source # 

backgroundRgba

data TextTagBackgroundRgbaPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundRgbaPropertyInfo Source # 
type AttrOrigin TextTagBackgroundRgbaPropertyInfo Source # 
type AttrLabel TextTagBackgroundRgbaPropertyInfo Source # 
type AttrGetType TextTagBackgroundRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundRgbaPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundRgbaPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundRgbaPropertyInfo Source # 

backgroundSet

data TextTagBackgroundSetPropertyInfo Source #

Instances

AttrInfo TextTagBackgroundSetPropertyInfo Source # 
type AttrOrigin TextTagBackgroundSetPropertyInfo Source # 
type AttrLabel TextTagBackgroundSetPropertyInfo Source # 
type AttrGetType TextTagBackgroundSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagBackgroundSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagBackgroundSetPropertyInfo Source # 
type AttrAllowedOps TextTagBackgroundSetPropertyInfo Source # 

direction

data TextTagDirectionPropertyInfo Source #

Instances

AttrInfo TextTagDirectionPropertyInfo Source # 
type AttrOrigin TextTagDirectionPropertyInfo Source # 
type AttrLabel TextTagDirectionPropertyInfo Source # 
type AttrGetType TextTagDirectionPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagDirectionPropertyInfo Source # 
type AttrSetTypeConstraint TextTagDirectionPropertyInfo Source # 
type AttrAllowedOps TextTagDirectionPropertyInfo Source # 

editable

data TextTagEditablePropertyInfo Source #

Instances

AttrInfo TextTagEditablePropertyInfo Source # 
type AttrOrigin TextTagEditablePropertyInfo Source # 
type AttrLabel TextTagEditablePropertyInfo Source # 
type AttrGetType TextTagEditablePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagEditablePropertyInfo Source # 
type AttrSetTypeConstraint TextTagEditablePropertyInfo Source # 
type AttrAllowedOps TextTagEditablePropertyInfo Source # 

setTextTagEditable :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

editableSet

data TextTagEditableSetPropertyInfo Source #

Instances

AttrInfo TextTagEditableSetPropertyInfo Source # 
type AttrOrigin TextTagEditableSetPropertyInfo Source # 
type AttrLabel TextTagEditableSetPropertyInfo Source # 
type AttrGetType TextTagEditableSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagEditableSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagEditableSetPropertyInfo Source # 
type AttrAllowedOps TextTagEditableSetPropertyInfo Source # 

fallback

data TextTagFallbackPropertyInfo Source #

Instances

AttrInfo TextTagFallbackPropertyInfo Source # 
type AttrOrigin TextTagFallbackPropertyInfo Source # 
type AttrLabel TextTagFallbackPropertyInfo Source # 
type AttrGetType TextTagFallbackPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFallbackPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFallbackPropertyInfo Source # 
type AttrAllowedOps TextTagFallbackPropertyInfo Source # 

setTextTagFallback :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

fallbackSet

data TextTagFallbackSetPropertyInfo Source #

Instances

AttrInfo TextTagFallbackSetPropertyInfo Source # 
type AttrOrigin TextTagFallbackSetPropertyInfo Source # 
type AttrLabel TextTagFallbackSetPropertyInfo Source # 
type AttrGetType TextTagFallbackSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFallbackSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFallbackSetPropertyInfo Source # 
type AttrAllowedOps TextTagFallbackSetPropertyInfo Source # 

family

data TextTagFamilyPropertyInfo Source #

Instances

AttrInfo TextTagFamilyPropertyInfo Source # 
type AttrOrigin TextTagFamilyPropertyInfo Source # 
type AttrLabel TextTagFamilyPropertyInfo Source # 
type AttrGetType TextTagFamilyPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFamilyPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFamilyPropertyInfo Source # 
type AttrAllowedOps TextTagFamilyPropertyInfo Source # 

setTextTagFamily :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #

familySet

data TextTagFamilySetPropertyInfo Source #

Instances

AttrInfo TextTagFamilySetPropertyInfo Source # 
type AttrOrigin TextTagFamilySetPropertyInfo Source # 
type AttrLabel TextTagFamilySetPropertyInfo Source # 
type AttrGetType TextTagFamilySetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFamilySetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFamilySetPropertyInfo Source # 
type AttrAllowedOps TextTagFamilySetPropertyInfo Source # 

setTextTagFamilySet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

font

data TextTagFontPropertyInfo Source #

Instances

AttrInfo TextTagFontPropertyInfo Source # 
type AttrOrigin TextTagFontPropertyInfo Source # 
type AttrLabel TextTagFontPropertyInfo Source # 
type AttrGetType TextTagFontPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFontPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFontPropertyInfo Source # 
type AttrAllowedOps TextTagFontPropertyInfo Source # 

clearTextTagFont :: (MonadIO m, IsTextTag o) => o -> m () Source #

setTextTagFont :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #

fontDesc

data TextTagFontDescPropertyInfo Source #

Instances

AttrInfo TextTagFontDescPropertyInfo Source # 
type AttrOrigin TextTagFontDescPropertyInfo Source # 
type AttrLabel TextTagFontDescPropertyInfo Source # 
type AttrGetType TextTagFontDescPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFontDescPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFontDescPropertyInfo Source # 
type AttrAllowedOps TextTagFontDescPropertyInfo Source # 

fontFeatures

data TextTagFontFeaturesPropertyInfo Source #

Instances

AttrInfo TextTagFontFeaturesPropertyInfo Source # 
type AttrOrigin TextTagFontFeaturesPropertyInfo Source # 
type AttrLabel TextTagFontFeaturesPropertyInfo Source # 
type AttrGetType TextTagFontFeaturesPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFontFeaturesPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFontFeaturesPropertyInfo Source # 
type AttrAllowedOps TextTagFontFeaturesPropertyInfo Source # 

fontFeaturesSet

data TextTagFontFeaturesSetPropertyInfo Source #

Instances

AttrInfo TextTagFontFeaturesSetPropertyInfo Source # 
type AttrOrigin TextTagFontFeaturesSetPropertyInfo Source # 
type AttrLabel TextTagFontFeaturesSetPropertyInfo Source # 
type AttrGetType TextTagFontFeaturesSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagFontFeaturesSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagFontFeaturesSetPropertyInfo Source # 
type AttrAllowedOps TextTagFontFeaturesSetPropertyInfo Source # 

foreground

data TextTagForegroundPropertyInfo Source #

Instances

AttrInfo TextTagForegroundPropertyInfo Source # 
type AttrOrigin TextTagForegroundPropertyInfo Source # 
type AttrLabel TextTagForegroundPropertyInfo Source # 
type AttrGetType TextTagForegroundPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagForegroundPropertyInfo Source # 
type AttrSetTypeConstraint TextTagForegroundPropertyInfo Source # 
type AttrAllowedOps TextTagForegroundPropertyInfo Source # 

foregroundGdk

data TextTagForegroundGdkPropertyInfo Source #

Instances

AttrInfo TextTagForegroundGdkPropertyInfo Source # 
type AttrOrigin TextTagForegroundGdkPropertyInfo Source # 
type AttrLabel TextTagForegroundGdkPropertyInfo Source # 
type AttrGetType TextTagForegroundGdkPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagForegroundGdkPropertyInfo Source # 
type AttrSetTypeConstraint TextTagForegroundGdkPropertyInfo Source # 
type AttrAllowedOps TextTagForegroundGdkPropertyInfo Source # 

foregroundRgba

data TextTagForegroundRgbaPropertyInfo Source #

Instances

AttrInfo TextTagForegroundRgbaPropertyInfo Source # 
type AttrOrigin TextTagForegroundRgbaPropertyInfo Source # 
type AttrLabel TextTagForegroundRgbaPropertyInfo Source # 
type AttrGetType TextTagForegroundRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagForegroundRgbaPropertyInfo Source # 
type AttrSetTypeConstraint TextTagForegroundRgbaPropertyInfo Source # 
type AttrAllowedOps TextTagForegroundRgbaPropertyInfo Source # 

foregroundSet

data TextTagForegroundSetPropertyInfo Source #

Instances

AttrInfo TextTagForegroundSetPropertyInfo Source # 
type AttrOrigin TextTagForegroundSetPropertyInfo Source # 
type AttrLabel TextTagForegroundSetPropertyInfo Source # 
type AttrGetType TextTagForegroundSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagForegroundSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagForegroundSetPropertyInfo Source # 
type AttrAllowedOps TextTagForegroundSetPropertyInfo Source # 

indent

data TextTagIndentPropertyInfo Source #

Instances

AttrInfo TextTagIndentPropertyInfo Source # 
type AttrOrigin TextTagIndentPropertyInfo Source # 
type AttrLabel TextTagIndentPropertyInfo Source # 
type AttrGetType TextTagIndentPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagIndentPropertyInfo Source # 
type AttrSetTypeConstraint TextTagIndentPropertyInfo Source # 
type AttrAllowedOps TextTagIndentPropertyInfo Source # 

setTextTagIndent :: (MonadIO m, IsTextTag o) => o -> Int32 -> m () Source #

indentSet

data TextTagIndentSetPropertyInfo Source #

Instances

AttrInfo TextTagIndentSetPropertyInfo Source # 
type AttrOrigin TextTagIndentSetPropertyInfo Source # 
type AttrLabel TextTagIndentSetPropertyInfo Source # 
type AttrGetType TextTagIndentSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagIndentSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagIndentSetPropertyInfo Source # 
type AttrAllowedOps TextTagIndentSetPropertyInfo Source # 

setTextTagIndentSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

invisible

data TextTagInvisiblePropertyInfo Source #

Instances

AttrInfo TextTagInvisiblePropertyInfo Source # 
type AttrOrigin TextTagInvisiblePropertyInfo Source # 
type AttrLabel TextTagInvisiblePropertyInfo Source # 
type AttrGetType TextTagInvisiblePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagInvisiblePropertyInfo Source # 
type AttrSetTypeConstraint TextTagInvisiblePropertyInfo Source # 
type AttrAllowedOps TextTagInvisiblePropertyInfo Source # 

setTextTagInvisible :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

invisibleSet

data TextTagInvisibleSetPropertyInfo Source #

Instances

AttrInfo TextTagInvisibleSetPropertyInfo Source # 
type AttrOrigin TextTagInvisibleSetPropertyInfo Source # 
type AttrLabel TextTagInvisibleSetPropertyInfo Source # 
type AttrGetType TextTagInvisibleSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagInvisibleSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagInvisibleSetPropertyInfo Source # 
type AttrAllowedOps TextTagInvisibleSetPropertyInfo Source # 

justification

data TextTagJustificationPropertyInfo Source #

Instances

AttrInfo TextTagJustificationPropertyInfo Source # 
type AttrOrigin TextTagJustificationPropertyInfo Source # 
type AttrLabel TextTagJustificationPropertyInfo Source # 
type AttrGetType TextTagJustificationPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagJustificationPropertyInfo Source # 
type AttrSetTypeConstraint TextTagJustificationPropertyInfo Source # 
type AttrAllowedOps TextTagJustificationPropertyInfo Source # 

justificationSet

data TextTagJustificationSetPropertyInfo Source #

Instances

AttrInfo TextTagJustificationSetPropertyInfo Source # 
type AttrOrigin TextTagJustificationSetPropertyInfo Source # 
type AttrLabel TextTagJustificationSetPropertyInfo Source # 
type AttrGetType TextTagJustificationSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagJustificationSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagJustificationSetPropertyInfo Source # 
type AttrAllowedOps TextTagJustificationSetPropertyInfo Source # 

language

data TextTagLanguagePropertyInfo Source #

Instances

AttrInfo TextTagLanguagePropertyInfo Source # 
type AttrOrigin TextTagLanguagePropertyInfo Source # 
type AttrLabel TextTagLanguagePropertyInfo Source # 
type AttrGetType TextTagLanguagePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLanguagePropertyInfo Source # 
type AttrSetTypeConstraint TextTagLanguagePropertyInfo Source # 
type AttrAllowedOps TextTagLanguagePropertyInfo Source # 

setTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #

languageSet

data TextTagLanguageSetPropertyInfo Source #

Instances

AttrInfo TextTagLanguageSetPropertyInfo Source # 
type AttrOrigin TextTagLanguageSetPropertyInfo Source # 
type AttrLabel TextTagLanguageSetPropertyInfo Source # 
type AttrGetType TextTagLanguageSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLanguageSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagLanguageSetPropertyInfo Source # 
type AttrAllowedOps TextTagLanguageSetPropertyInfo Source # 

leftMargin

data TextTagLeftMarginPropertyInfo Source #

Instances

AttrInfo TextTagLeftMarginPropertyInfo Source # 
type AttrOrigin TextTagLeftMarginPropertyInfo Source # 
type AttrLabel TextTagLeftMarginPropertyInfo Source # 
type AttrGetType TextTagLeftMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLeftMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextTagLeftMarginPropertyInfo Source # 
type AttrAllowedOps TextTagLeftMarginPropertyInfo Source # 

leftMarginSet

data TextTagLeftMarginSetPropertyInfo Source #

Instances

AttrInfo TextTagLeftMarginSetPropertyInfo Source # 
type AttrOrigin TextTagLeftMarginSetPropertyInfo Source # 
type AttrLabel TextTagLeftMarginSetPropertyInfo Source # 
type AttrGetType TextTagLeftMarginSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLeftMarginSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagLeftMarginSetPropertyInfo Source # 
type AttrAllowedOps TextTagLeftMarginSetPropertyInfo Source # 

letterSpacing

data TextTagLetterSpacingPropertyInfo Source #

Instances

AttrInfo TextTagLetterSpacingPropertyInfo Source # 
type AttrOrigin TextTagLetterSpacingPropertyInfo Source # 
type AttrLabel TextTagLetterSpacingPropertyInfo Source # 
type AttrGetType TextTagLetterSpacingPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLetterSpacingPropertyInfo Source # 
type AttrSetTypeConstraint TextTagLetterSpacingPropertyInfo Source # 
type AttrAllowedOps TextTagLetterSpacingPropertyInfo Source # 

letterSpacingSet

data TextTagLetterSpacingSetPropertyInfo Source #

Instances

AttrInfo TextTagLetterSpacingSetPropertyInfo Source # 
type AttrOrigin TextTagLetterSpacingSetPropertyInfo Source # 
type AttrLabel TextTagLetterSpacingSetPropertyInfo Source # 
type AttrGetType TextTagLetterSpacingSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagLetterSpacingSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagLetterSpacingSetPropertyInfo Source # 
type AttrAllowedOps TextTagLetterSpacingSetPropertyInfo Source # 

name

data TextTagNamePropertyInfo Source #

Instances

AttrInfo TextTagNamePropertyInfo Source # 
type AttrOrigin TextTagNamePropertyInfo Source # 
type AttrLabel TextTagNamePropertyInfo Source # 
type AttrGetType TextTagNamePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagNamePropertyInfo Source # 
type AttrSetTypeConstraint TextTagNamePropertyInfo Source # 
type AttrAllowedOps TextTagNamePropertyInfo Source # 

paragraphBackground

data TextTagParagraphBackgroundPropertyInfo Source #

Instances

AttrInfo TextTagParagraphBackgroundPropertyInfo Source # 
type AttrOrigin TextTagParagraphBackgroundPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundPropertyInfo Source # 
type AttrGetType TextTagParagraphBackgroundPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagParagraphBackgroundPropertyInfo Source # 
type AttrSetTypeConstraint TextTagParagraphBackgroundPropertyInfo Source # 
type AttrAllowedOps TextTagParagraphBackgroundPropertyInfo Source # 

paragraphBackgroundGdk

data TextTagParagraphBackgroundGdkPropertyInfo Source #

Instances

AttrInfo TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrOrigin TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundGdkPropertyInfo = "paragraph-background-gdk"
type AttrGetType TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrSetTypeConstraint TextTagParagraphBackgroundGdkPropertyInfo Source # 
type AttrAllowedOps TextTagParagraphBackgroundGdkPropertyInfo Source # 

paragraphBackgroundRgba

data TextTagParagraphBackgroundRgbaPropertyInfo Source #

Instances

AttrInfo TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrOrigin TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundRgbaPropertyInfo = "paragraph-background-rgba"
type AttrGetType TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrSetTypeConstraint TextTagParagraphBackgroundRgbaPropertyInfo Source # 
type AttrAllowedOps TextTagParagraphBackgroundRgbaPropertyInfo Source # 

paragraphBackgroundSet

data TextTagParagraphBackgroundSetPropertyInfo Source #

Instances

AttrInfo TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrOrigin TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrLabel TextTagParagraphBackgroundSetPropertyInfo = "paragraph-background-set"
type AttrGetType TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagParagraphBackgroundSetPropertyInfo Source # 
type AttrAllowedOps TextTagParagraphBackgroundSetPropertyInfo Source # 

pixelsAboveLines

data TextTagPixelsAboveLinesPropertyInfo Source #

Instances

AttrInfo TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrOrigin TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrLabel TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrGetType TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsAboveLinesPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsAboveLinesPropertyInfo Source # 

pixelsAboveLinesSet

data TextTagPixelsAboveLinesSetPropertyInfo Source #

Instances

AttrInfo TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrOrigin TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrLabel TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrLabel TextTagPixelsAboveLinesSetPropertyInfo = "pixels-above-lines-set"
type AttrGetType TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsAboveLinesSetPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsAboveLinesSetPropertyInfo Source # 

pixelsBelowLines

data TextTagPixelsBelowLinesPropertyInfo Source #

Instances

AttrInfo TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrOrigin TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrLabel TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrGetType TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsBelowLinesPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsBelowLinesPropertyInfo Source # 

pixelsBelowLinesSet

data TextTagPixelsBelowLinesSetPropertyInfo Source #

Instances

AttrInfo TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrOrigin TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrLabel TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrLabel TextTagPixelsBelowLinesSetPropertyInfo = "pixels-below-lines-set"
type AttrGetType TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsBelowLinesSetPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsBelowLinesSetPropertyInfo Source # 

pixelsInsideWrap

data TextTagPixelsInsideWrapPropertyInfo Source #

Instances

AttrInfo TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrOrigin TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrLabel TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrGetType TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsInsideWrapPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsInsideWrapPropertyInfo Source # 

pixelsInsideWrapSet

data TextTagPixelsInsideWrapSetPropertyInfo Source #

Instances

AttrInfo TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrOrigin TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrLabel TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrLabel TextTagPixelsInsideWrapSetPropertyInfo = "pixels-inside-wrap-set"
type AttrGetType TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagPixelsInsideWrapSetPropertyInfo Source # 
type AttrAllowedOps TextTagPixelsInsideWrapSetPropertyInfo Source # 

rightMargin

data TextTagRightMarginPropertyInfo Source #

Instances

AttrInfo TextTagRightMarginPropertyInfo Source # 
type AttrOrigin TextTagRightMarginPropertyInfo Source # 
type AttrLabel TextTagRightMarginPropertyInfo Source # 
type AttrGetType TextTagRightMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagRightMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextTagRightMarginPropertyInfo Source # 
type AttrAllowedOps TextTagRightMarginPropertyInfo Source # 

rightMarginSet

data TextTagRightMarginSetPropertyInfo Source #

Instances

AttrInfo TextTagRightMarginSetPropertyInfo Source # 
type AttrOrigin TextTagRightMarginSetPropertyInfo Source # 
type AttrLabel TextTagRightMarginSetPropertyInfo Source # 
type AttrGetType TextTagRightMarginSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagRightMarginSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagRightMarginSetPropertyInfo Source # 
type AttrAllowedOps TextTagRightMarginSetPropertyInfo Source # 

rise

data TextTagRisePropertyInfo Source #

Instances

AttrInfo TextTagRisePropertyInfo Source # 
type AttrOrigin TextTagRisePropertyInfo Source # 
type AttrLabel TextTagRisePropertyInfo Source # 
type AttrGetType TextTagRisePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagRisePropertyInfo Source # 
type AttrSetTypeConstraint TextTagRisePropertyInfo Source # 
type AttrAllowedOps TextTagRisePropertyInfo Source # 

setTextTagRise :: (MonadIO m, IsTextTag o) => o -> Int32 -> m () Source #

riseSet

data TextTagRiseSetPropertyInfo Source #

Instances

AttrInfo TextTagRiseSetPropertyInfo Source # 
type AttrOrigin TextTagRiseSetPropertyInfo Source # 
type AttrLabel TextTagRiseSetPropertyInfo Source # 
type AttrGetType TextTagRiseSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagRiseSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagRiseSetPropertyInfo Source # 
type AttrAllowedOps TextTagRiseSetPropertyInfo Source # 

setTextTagRiseSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

scale

data TextTagScalePropertyInfo Source #

Instances

AttrInfo TextTagScalePropertyInfo Source # 
type AttrOrigin TextTagScalePropertyInfo Source # 
type AttrLabel TextTagScalePropertyInfo Source # 
type AttrGetType TextTagScalePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagScalePropertyInfo Source # 
type AttrSetTypeConstraint TextTagScalePropertyInfo Source # 
type AttrAllowedOps TextTagScalePropertyInfo Source # 

setTextTagScale :: (MonadIO m, IsTextTag o) => o -> Double -> m () Source #

scaleSet

data TextTagScaleSetPropertyInfo Source #

Instances

AttrInfo TextTagScaleSetPropertyInfo Source # 
type AttrOrigin TextTagScaleSetPropertyInfo Source # 
type AttrLabel TextTagScaleSetPropertyInfo Source # 
type AttrGetType TextTagScaleSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagScaleSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagScaleSetPropertyInfo Source # 
type AttrAllowedOps TextTagScaleSetPropertyInfo Source # 

setTextTagScaleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

size

data TextTagSizePropertyInfo Source #

Instances

AttrInfo TextTagSizePropertyInfo Source # 
type AttrOrigin TextTagSizePropertyInfo Source # 
type AttrLabel TextTagSizePropertyInfo Source # 
type AttrGetType TextTagSizePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagSizePropertyInfo Source # 
type AttrSetTypeConstraint TextTagSizePropertyInfo Source # 
type AttrAllowedOps TextTagSizePropertyInfo Source # 

setTextTagSize :: (MonadIO m, IsTextTag o) => o -> Int32 -> m () Source #

sizePoints

data TextTagSizePointsPropertyInfo Source #

Instances

AttrInfo TextTagSizePointsPropertyInfo Source # 
type AttrOrigin TextTagSizePointsPropertyInfo Source # 
type AttrLabel TextTagSizePointsPropertyInfo Source # 
type AttrGetType TextTagSizePointsPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagSizePointsPropertyInfo Source # 
type AttrSetTypeConstraint TextTagSizePointsPropertyInfo Source # 
type AttrAllowedOps TextTagSizePointsPropertyInfo Source # 

sizeSet

data TextTagSizeSetPropertyInfo Source #

Instances

AttrInfo TextTagSizeSetPropertyInfo Source # 
type AttrOrigin TextTagSizeSetPropertyInfo Source # 
type AttrLabel TextTagSizeSetPropertyInfo Source # 
type AttrGetType TextTagSizeSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagSizeSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagSizeSetPropertyInfo Source # 
type AttrAllowedOps TextTagSizeSetPropertyInfo Source # 

setTextTagSizeSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

stretch

data TextTagStretchPropertyInfo Source #

Instances

AttrInfo TextTagStretchPropertyInfo Source # 
type AttrOrigin TextTagStretchPropertyInfo Source # 
type AttrLabel TextTagStretchPropertyInfo Source # 
type AttrGetType TextTagStretchPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStretchPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStretchPropertyInfo Source # 
type AttrAllowedOps TextTagStretchPropertyInfo Source # 

stretchSet

data TextTagStretchSetPropertyInfo Source #

Instances

AttrInfo TextTagStretchSetPropertyInfo Source # 
type AttrOrigin TextTagStretchSetPropertyInfo Source # 
type AttrLabel TextTagStretchSetPropertyInfo Source # 
type AttrGetType TextTagStretchSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStretchSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStretchSetPropertyInfo Source # 
type AttrAllowedOps TextTagStretchSetPropertyInfo Source # 

strikethrough

data TextTagStrikethroughPropertyInfo Source #

Instances

AttrInfo TextTagStrikethroughPropertyInfo Source # 
type AttrOrigin TextTagStrikethroughPropertyInfo Source # 
type AttrLabel TextTagStrikethroughPropertyInfo Source # 
type AttrGetType TextTagStrikethroughPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStrikethroughPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStrikethroughPropertyInfo Source # 
type AttrAllowedOps TextTagStrikethroughPropertyInfo Source # 

strikethroughRgba

data TextTagStrikethroughRgbaPropertyInfo Source #

Instances

AttrInfo TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrOrigin TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrLabel TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrGetType TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStrikethroughRgbaPropertyInfo Source # 
type AttrAllowedOps TextTagStrikethroughRgbaPropertyInfo Source # 

strikethroughRgbaSet

data TextTagStrikethroughRgbaSetPropertyInfo Source #

Instances

AttrInfo TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrOrigin TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrLabel TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrLabel TextTagStrikethroughRgbaSetPropertyInfo = "strikethrough-rgba-set"
type AttrGetType TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStrikethroughRgbaSetPropertyInfo Source # 
type AttrAllowedOps TextTagStrikethroughRgbaSetPropertyInfo Source # 

strikethroughSet

data TextTagStrikethroughSetPropertyInfo Source #

Instances

AttrInfo TextTagStrikethroughSetPropertyInfo Source # 
type AttrOrigin TextTagStrikethroughSetPropertyInfo Source # 
type AttrLabel TextTagStrikethroughSetPropertyInfo Source # 
type AttrGetType TextTagStrikethroughSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStrikethroughSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStrikethroughSetPropertyInfo Source # 
type AttrAllowedOps TextTagStrikethroughSetPropertyInfo Source # 

style

data TextTagStylePropertyInfo Source #

Instances

AttrInfo TextTagStylePropertyInfo Source # 
type AttrOrigin TextTagStylePropertyInfo Source # 
type AttrLabel TextTagStylePropertyInfo Source # 
type AttrGetType TextTagStylePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStylePropertyInfo Source # 
type AttrSetTypeConstraint TextTagStylePropertyInfo Source # 
type AttrAllowedOps TextTagStylePropertyInfo Source # 

setTextTagStyle :: (MonadIO m, IsTextTag o) => o -> Style -> m () Source #

styleSet

data TextTagStyleSetPropertyInfo Source #

Instances

AttrInfo TextTagStyleSetPropertyInfo Source # 
type AttrOrigin TextTagStyleSetPropertyInfo Source # 
type AttrLabel TextTagStyleSetPropertyInfo Source # 
type AttrGetType TextTagStyleSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagStyleSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagStyleSetPropertyInfo Source # 
type AttrAllowedOps TextTagStyleSetPropertyInfo Source # 

setTextTagStyleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

tabs

data TextTagTabsPropertyInfo Source #

Instances

AttrInfo TextTagTabsPropertyInfo Source # 
type AttrOrigin TextTagTabsPropertyInfo Source # 
type AttrLabel TextTagTabsPropertyInfo Source # 
type AttrGetType TextTagTabsPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagTabsPropertyInfo Source # 
type AttrSetTypeConstraint TextTagTabsPropertyInfo Source # 
type AttrAllowedOps TextTagTabsPropertyInfo Source # 

clearTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m () Source #

setTextTagTabs :: (MonadIO m, IsTextTag o) => o -> TabArray -> m () Source #

tabsSet

data TextTagTabsSetPropertyInfo Source #

Instances

AttrInfo TextTagTabsSetPropertyInfo Source # 
type AttrOrigin TextTagTabsSetPropertyInfo Source # 
type AttrLabel TextTagTabsSetPropertyInfo Source # 
type AttrGetType TextTagTabsSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagTabsSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagTabsSetPropertyInfo Source # 
type AttrAllowedOps TextTagTabsSetPropertyInfo Source # 

setTextTagTabsSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

underline

data TextTagUnderlinePropertyInfo Source #

Instances

AttrInfo TextTagUnderlinePropertyInfo Source # 
type AttrOrigin TextTagUnderlinePropertyInfo Source # 
type AttrLabel TextTagUnderlinePropertyInfo Source # 
type AttrGetType TextTagUnderlinePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagUnderlinePropertyInfo Source # 
type AttrSetTypeConstraint TextTagUnderlinePropertyInfo Source # 
type AttrAllowedOps TextTagUnderlinePropertyInfo Source # 

underlineRgba

data TextTagUnderlineRgbaPropertyInfo Source #

Instances

AttrInfo TextTagUnderlineRgbaPropertyInfo Source # 
type AttrOrigin TextTagUnderlineRgbaPropertyInfo Source # 
type AttrLabel TextTagUnderlineRgbaPropertyInfo Source # 
type AttrGetType TextTagUnderlineRgbaPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagUnderlineRgbaPropertyInfo Source # 
type AttrSetTypeConstraint TextTagUnderlineRgbaPropertyInfo Source # 
type AttrAllowedOps TextTagUnderlineRgbaPropertyInfo Source # 

underlineRgbaSet

data TextTagUnderlineRgbaSetPropertyInfo Source #

Instances

AttrInfo TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrOrigin TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrLabel TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrGetType TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagUnderlineRgbaSetPropertyInfo Source # 
type AttrAllowedOps TextTagUnderlineRgbaSetPropertyInfo Source # 

underlineSet

data TextTagUnderlineSetPropertyInfo Source #

Instances

AttrInfo TextTagUnderlineSetPropertyInfo Source # 
type AttrOrigin TextTagUnderlineSetPropertyInfo Source # 
type AttrLabel TextTagUnderlineSetPropertyInfo Source # 
type AttrGetType TextTagUnderlineSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagUnderlineSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagUnderlineSetPropertyInfo Source # 
type AttrAllowedOps TextTagUnderlineSetPropertyInfo Source # 

variant

data TextTagVariantPropertyInfo Source #

Instances

AttrInfo TextTagVariantPropertyInfo Source # 
type AttrOrigin TextTagVariantPropertyInfo Source # 
type AttrLabel TextTagVariantPropertyInfo Source # 
type AttrGetType TextTagVariantPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagVariantPropertyInfo Source # 
type AttrSetTypeConstraint TextTagVariantPropertyInfo Source # 
type AttrAllowedOps TextTagVariantPropertyInfo Source # 

variantSet

data TextTagVariantSetPropertyInfo Source #

Instances

AttrInfo TextTagVariantSetPropertyInfo Source # 
type AttrOrigin TextTagVariantSetPropertyInfo Source # 
type AttrLabel TextTagVariantSetPropertyInfo Source # 
type AttrGetType TextTagVariantSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagVariantSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagVariantSetPropertyInfo Source # 
type AttrAllowedOps TextTagVariantSetPropertyInfo Source # 

weight

data TextTagWeightPropertyInfo Source #

Instances

AttrInfo TextTagWeightPropertyInfo Source # 
type AttrOrigin TextTagWeightPropertyInfo Source # 
type AttrLabel TextTagWeightPropertyInfo Source # 
type AttrGetType TextTagWeightPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagWeightPropertyInfo Source # 
type AttrSetTypeConstraint TextTagWeightPropertyInfo Source # 
type AttrAllowedOps TextTagWeightPropertyInfo Source # 

setTextTagWeight :: (MonadIO m, IsTextTag o) => o -> Int32 -> m () Source #

weightSet

data TextTagWeightSetPropertyInfo Source #

Instances

AttrInfo TextTagWeightSetPropertyInfo Source # 
type AttrOrigin TextTagWeightSetPropertyInfo Source # 
type AttrLabel TextTagWeightSetPropertyInfo Source # 
type AttrGetType TextTagWeightSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagWeightSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagWeightSetPropertyInfo Source # 
type AttrAllowedOps TextTagWeightSetPropertyInfo Source # 

setTextTagWeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m () Source #

wrapMode

data TextTagWrapModePropertyInfo Source #

Instances

AttrInfo TextTagWrapModePropertyInfo Source # 
type AttrOrigin TextTagWrapModePropertyInfo Source # 
type AttrLabel TextTagWrapModePropertyInfo Source # 
type AttrGetType TextTagWrapModePropertyInfo Source # 
type AttrBaseTypeConstraint TextTagWrapModePropertyInfo Source # 
type AttrSetTypeConstraint TextTagWrapModePropertyInfo Source # 
type AttrAllowedOps TextTagWrapModePropertyInfo Source # 

wrapModeSet

data TextTagWrapModeSetPropertyInfo Source #

Instances

AttrInfo TextTagWrapModeSetPropertyInfo Source # 
type AttrOrigin TextTagWrapModeSetPropertyInfo Source # 
type AttrLabel TextTagWrapModeSetPropertyInfo Source # 
type AttrGetType TextTagWrapModeSetPropertyInfo Source # 
type AttrBaseTypeConstraint TextTagWrapModeSetPropertyInfo Source # 
type AttrSetTypeConstraint TextTagWrapModeSetPropertyInfo Source # 
type AttrAllowedOps TextTagWrapModeSetPropertyInfo Source # 

Signals

event