| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.TextTag
Contents
- Exported types
- Methods
- Properties
- accumulativeMargin
- background
- backgroundFullHeight
- backgroundFullHeightSet
- backgroundGdk
- backgroundRgba
- backgroundSet
- direction
- editable
- editableSet
- fallback
- fallbackSet
- family
- familySet
- font
- fontDesc
- fontFeatures
- fontFeaturesSet
- foreground
- foregroundGdk
- foregroundRgba
- foregroundSet
- indent
- indentSet
- invisible
- invisibleSet
- justification
- justificationSet
- language
- languageSet
- leftMargin
- leftMarginSet
- letterSpacing
- letterSpacingSet
- name
- paragraphBackground
- paragraphBackgroundGdk
- paragraphBackgroundRgba
- paragraphBackgroundSet
- pixelsAboveLines
- pixelsAboveLinesSet
- pixelsBelowLines
- pixelsBelowLinesSet
- pixelsInsideWrap
- pixelsInsideWrapSet
- rightMargin
- rightMarginSet
- rise
- riseSet
- scale
- scaleSet
- size
- sizePoints
- sizeSet
- stretch
- stretchSet
- strikethrough
- strikethroughRgba
- strikethroughRgbaSet
- strikethroughSet
- style
- styleSet
- tabs
- tabsSet
- underline
- underlineRgba
- underlineRgbaSet
- underlineSet
- variant
- variantSet
- weight
- weightSet
- wrapMode
- wrapModeSet
- Signals
Description
- newtype TextTag = TextTag (ManagedPtr TextTag)
- class GObject o => IsTextTag o
- toTextTag :: IsTextTag o => o -> IO TextTag
- noTextTag :: Maybe TextTag
- data TextTagChangedMethodInfo
- textTagChanged :: (MonadIO m, IsTextTag a) => a -> Bool -> m ()
- data TextTagEventMethodInfo
- textTagEvent :: (MonadIO m, IsTextTag a, IsObject b) => a -> b -> Event -> TextIter -> m Bool
- data TextTagGetPriorityMethodInfo
- textTagGetPriority :: (MonadIO m, IsTextTag a) => a -> m Int32
- textTagNew :: MonadIO m => Maybe Text -> m TextTag
- data TextTagSetPriorityMethodInfo
- textTagSetPriority :: (MonadIO m, IsTextTag a) => a -> Int32 -> m ()
- data TextTagAccumulativeMarginPropertyInfo
- constructTextTagAccumulativeMargin :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagAccumulativeMargin :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagAccumulativeMargin :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagAccumulativeMargin :: AttrLabelProxy "accumulativeMargin"
- data TextTagBackgroundPropertyInfo
- clearTextTagBackground :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
- setTextTagBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagBackground :: AttrLabelProxy "background"
- data TextTagBackgroundFullHeightPropertyInfo
- constructTextTagBackgroundFullHeight :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagBackgroundFullHeight :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagBackgroundFullHeight :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagBackgroundFullHeight :: AttrLabelProxy "backgroundFullHeight"
- data TextTagBackgroundFullHeightSetPropertyInfo
- constructTextTagBackgroundFullHeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagBackgroundFullHeightSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagBackgroundFullHeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagBackgroundFullHeightSet :: AttrLabelProxy "backgroundFullHeightSet"
- data TextTagBackgroundGdkPropertyInfo
- clearTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- getTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- setTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()
- textTagBackgroundGdk :: AttrLabelProxy "backgroundGdk"
- data TextTagBackgroundRgbaPropertyInfo
- clearTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- getTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- setTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()
- textTagBackgroundRgba :: AttrLabelProxy "backgroundRgba"
- data TextTagBackgroundSetPropertyInfo
- constructTextTagBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagBackgroundSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagBackgroundSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagBackgroundSet :: AttrLabelProxy "backgroundSet"
- data TextTagDirectionPropertyInfo
- constructTextTagDirection :: IsTextTag o => TextDirection -> IO (GValueConstruct o)
- getTextTagDirection :: (MonadIO m, IsTextTag o) => o -> m TextDirection
- setTextTagDirection :: (MonadIO m, IsTextTag o) => o -> TextDirection -> m ()
- textTagDirection :: AttrLabelProxy "direction"
- data TextTagEditablePropertyInfo
- constructTextTagEditable :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagEditable :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagEditable :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagEditable :: AttrLabelProxy "editable"
- data TextTagEditableSetPropertyInfo
- constructTextTagEditableSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagEditableSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagEditableSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagEditableSet :: AttrLabelProxy "editableSet"
- data TextTagFallbackPropertyInfo
- constructTextTagFallback :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagFallback :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagFallback :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagFallback :: AttrLabelProxy "fallback"
- data TextTagFallbackSetPropertyInfo
- constructTextTagFallbackSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagFallbackSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagFallbackSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagFallbackSet :: AttrLabelProxy "fallbackSet"
- data TextTagFamilyPropertyInfo
- clearTextTagFamily :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagFamily :: IsTextTag o => Text -> IO (GValueConstruct o)
- getTextTagFamily :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- setTextTagFamily :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagFamily :: AttrLabelProxy "family"
- data TextTagFamilySetPropertyInfo
- constructTextTagFamilySet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagFamilySet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagFamilySet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagFamilySet :: AttrLabelProxy "familySet"
- data TextTagFontPropertyInfo
- clearTextTagFont :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagFont :: IsTextTag o => Text -> IO (GValueConstruct o)
- getTextTagFont :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- setTextTagFont :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagFont :: AttrLabelProxy "font"
- data TextTagFontDescPropertyInfo
- clearTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagFontDesc :: IsTextTag o => FontDescription -> IO (GValueConstruct o)
- getTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> m (Maybe FontDescription)
- setTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> FontDescription -> m ()
- textTagFontDesc :: AttrLabelProxy "fontDesc"
- data TextTagFontFeaturesPropertyInfo
- clearTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagFontFeatures :: IsTextTag o => Text -> IO (GValueConstruct o)
- getTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- setTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagFontFeatures :: AttrLabelProxy "fontFeatures"
- data TextTagFontFeaturesSetPropertyInfo
- constructTextTagFontFeaturesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagFontFeaturesSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagFontFeaturesSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagFontFeaturesSet :: AttrLabelProxy "fontFeaturesSet"
- data TextTagForegroundPropertyInfo
- clearTextTagForeground :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagForeground :: IsTextTag o => Text -> IO (GValueConstruct o)
- setTextTagForeground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagForeground :: AttrLabelProxy "foreground"
- data TextTagForegroundGdkPropertyInfo
- clearTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagForegroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- getTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- setTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()
- textTagForegroundGdk :: AttrLabelProxy "foregroundGdk"
- data TextTagForegroundRgbaPropertyInfo
- clearTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagForegroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- getTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- setTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()
- textTagForegroundRgba :: AttrLabelProxy "foregroundRgba"
- data TextTagForegroundSetPropertyInfo
- constructTextTagForegroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagForegroundSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagForegroundSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagForegroundSet :: AttrLabelProxy "foregroundSet"
- data TextTagIndentPropertyInfo
- constructTextTagIndent :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagIndent :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagIndent :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagIndent :: AttrLabelProxy "indent"
- data TextTagIndentSetPropertyInfo
- constructTextTagIndentSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagIndentSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagIndentSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagIndentSet :: AttrLabelProxy "indentSet"
- data TextTagInvisiblePropertyInfo
- constructTextTagInvisible :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagInvisible :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagInvisible :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagInvisible :: AttrLabelProxy "invisible"
- data TextTagInvisibleSetPropertyInfo
- constructTextTagInvisibleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagInvisibleSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagInvisibleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagInvisibleSet :: AttrLabelProxy "invisibleSet"
- data TextTagJustificationPropertyInfo
- constructTextTagJustification :: IsTextTag o => Justification -> IO (GValueConstruct o)
- getTextTagJustification :: (MonadIO m, IsTextTag o) => o -> m Justification
- setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m ()
- textTagJustification :: AttrLabelProxy "justification"
- data TextTagJustificationSetPropertyInfo
- constructTextTagJustificationSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagJustificationSet :: AttrLabelProxy "justificationSet"
- data TextTagLanguagePropertyInfo
- clearTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagLanguage :: IsTextTag o => Text -> IO (GValueConstruct o)
- getTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- setTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagLanguage :: AttrLabelProxy "language"
- data TextTagLanguageSetPropertyInfo
- constructTextTagLanguageSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagLanguageSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagLanguageSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagLanguageSet :: AttrLabelProxy "languageSet"
- data TextTagLeftMarginPropertyInfo
- constructTextTagLeftMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagLeftMargin :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagLeftMargin :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagLeftMargin :: AttrLabelProxy "leftMargin"
- data TextTagLeftMarginSetPropertyInfo
- constructTextTagLeftMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagLeftMarginSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagLeftMarginSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagLeftMarginSet :: AttrLabelProxy "leftMarginSet"
- data TextTagLetterSpacingPropertyInfo
- constructTextTagLetterSpacing :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagLetterSpacing :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagLetterSpacing :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagLetterSpacing :: AttrLabelProxy "letterSpacing"
- data TextTagLetterSpacingSetPropertyInfo
- constructTextTagLetterSpacingSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagLetterSpacingSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagLetterSpacingSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagLetterSpacingSet :: AttrLabelProxy "letterSpacingSet"
- data TextTagNamePropertyInfo
- constructTextTagName :: IsTextTag o => Text -> IO (GValueConstruct o)
- getTextTagName :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- textTagName :: AttrLabelProxy "name"
- data TextTagParagraphBackgroundPropertyInfo
- clearTextTagParagraphBackground :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagParagraphBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
- setTextTagParagraphBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()
- textTagParagraphBackground :: AttrLabelProxy "paragraphBackground"
- data TextTagParagraphBackgroundGdkPropertyInfo
- clearTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagParagraphBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- getTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- setTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()
- textTagParagraphBackgroundGdk :: AttrLabelProxy "paragraphBackgroundGdk"
- data TextTagParagraphBackgroundRgbaPropertyInfo
- clearTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagParagraphBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- getTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- setTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()
- textTagParagraphBackgroundRgba :: AttrLabelProxy "paragraphBackgroundRgba"
- data TextTagParagraphBackgroundSetPropertyInfo
- constructTextTagParagraphBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagParagraphBackgroundSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagParagraphBackgroundSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagParagraphBackgroundSet :: AttrLabelProxy "paragraphBackgroundSet"
- data TextTagPixelsAboveLinesPropertyInfo
- constructTextTagPixelsAboveLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagPixelsAboveLines :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagPixelsAboveLines :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagPixelsAboveLines :: AttrLabelProxy "pixelsAboveLines"
- data TextTagPixelsAboveLinesSetPropertyInfo
- constructTextTagPixelsAboveLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagPixelsAboveLinesSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagPixelsAboveLinesSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagPixelsAboveLinesSet :: AttrLabelProxy "pixelsAboveLinesSet"
- data TextTagPixelsBelowLinesPropertyInfo
- constructTextTagPixelsBelowLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagPixelsBelowLines :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagPixelsBelowLines :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagPixelsBelowLines :: AttrLabelProxy "pixelsBelowLines"
- data TextTagPixelsBelowLinesSetPropertyInfo
- constructTextTagPixelsBelowLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagPixelsBelowLinesSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagPixelsBelowLinesSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagPixelsBelowLinesSet :: AttrLabelProxy "pixelsBelowLinesSet"
- data TextTagPixelsInsideWrapPropertyInfo
- constructTextTagPixelsInsideWrap :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagPixelsInsideWrap :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagPixelsInsideWrap :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagPixelsInsideWrap :: AttrLabelProxy "pixelsInsideWrap"
- data TextTagPixelsInsideWrapSetPropertyInfo
- constructTextTagPixelsInsideWrapSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagPixelsInsideWrapSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagPixelsInsideWrapSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagPixelsInsideWrapSet :: AttrLabelProxy "pixelsInsideWrapSet"
- data TextTagRightMarginPropertyInfo
- constructTextTagRightMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagRightMargin :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagRightMargin :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagRightMargin :: AttrLabelProxy "rightMargin"
- data TextTagRightMarginSetPropertyInfo
- constructTextTagRightMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagRightMarginSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagRightMarginSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagRightMarginSet :: AttrLabelProxy "rightMarginSet"
- data TextTagRisePropertyInfo
- constructTextTagRise :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagRise :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagRise :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagRise :: AttrLabelProxy "rise"
- data TextTagRiseSetPropertyInfo
- constructTextTagRiseSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagRiseSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagRiseSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagRiseSet :: AttrLabelProxy "riseSet"
- data TextTagScalePropertyInfo
- constructTextTagScale :: IsTextTag o => Double -> IO (GValueConstruct o)
- getTextTagScale :: (MonadIO m, IsTextTag o) => o -> m Double
- setTextTagScale :: (MonadIO m, IsTextTag o) => o -> Double -> m ()
- textTagScale :: AttrLabelProxy "scale"
- data TextTagScaleSetPropertyInfo
- constructTextTagScaleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagScaleSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagScaleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagScaleSet :: AttrLabelProxy "scaleSet"
- data TextTagSizePropertyInfo
- constructTextTagSize :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagSize :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagSize :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagSize :: AttrLabelProxy "size"
- data TextTagSizePointsPropertyInfo
- constructTextTagSizePoints :: IsTextTag o => Double -> IO (GValueConstruct o)
- getTextTagSizePoints :: (MonadIO m, IsTextTag o) => o -> m Double
- setTextTagSizePoints :: (MonadIO m, IsTextTag o) => o -> Double -> m ()
- textTagSizePoints :: AttrLabelProxy "sizePoints"
- data TextTagSizeSetPropertyInfo
- constructTextTagSizeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagSizeSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagSizeSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagSizeSet :: AttrLabelProxy "sizeSet"
- data TextTagStretchPropertyInfo
- constructTextTagStretch :: IsTextTag o => Stretch -> IO (GValueConstruct o)
- getTextTagStretch :: (MonadIO m, IsTextTag o) => o -> m Stretch
- setTextTagStretch :: (MonadIO m, IsTextTag o) => o -> Stretch -> m ()
- textTagStretch :: AttrLabelProxy "stretch"
- data TextTagStretchSetPropertyInfo
- constructTextTagStretchSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagStretchSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagStretchSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagStretchSet :: AttrLabelProxy "stretchSet"
- data TextTagStrikethroughPropertyInfo
- constructTextTagStrikethrough :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagStrikethrough :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagStrikethrough :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagStrikethrough :: AttrLabelProxy "strikethrough"
- data TextTagStrikethroughRgbaPropertyInfo
- clearTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagStrikethroughRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- getTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- setTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()
- textTagStrikethroughRgba :: AttrLabelProxy "strikethroughRgba"
- data TextTagStrikethroughRgbaSetPropertyInfo
- constructTextTagStrikethroughRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagStrikethroughRgbaSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagStrikethroughRgbaSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagStrikethroughRgbaSet :: AttrLabelProxy "strikethroughRgbaSet"
- data TextTagStrikethroughSetPropertyInfo
- constructTextTagStrikethroughSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagStrikethroughSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagStrikethroughSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagStrikethroughSet :: AttrLabelProxy "strikethroughSet"
- data TextTagStylePropertyInfo
- constructTextTagStyle :: IsTextTag o => Style -> IO (GValueConstruct o)
- getTextTagStyle :: (MonadIO m, IsTextTag o) => o -> m Style
- setTextTagStyle :: (MonadIO m, IsTextTag o) => o -> Style -> m ()
- textTagStyle :: AttrLabelProxy "style"
- data TextTagStyleSetPropertyInfo
- constructTextTagStyleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagStyleSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagStyleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagStyleSet :: AttrLabelProxy "styleSet"
- data TextTagTabsPropertyInfo
- clearTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagTabs :: IsTextTag o => TabArray -> IO (GValueConstruct o)
- getTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m (Maybe TabArray)
- setTextTagTabs :: (MonadIO m, IsTextTag o) => o -> TabArray -> m ()
- textTagTabs :: AttrLabelProxy "tabs"
- data TextTagTabsSetPropertyInfo
- constructTextTagTabsSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagTabsSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagTabsSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagTabsSet :: AttrLabelProxy "tabsSet"
- data TextTagUnderlinePropertyInfo
- constructTextTagUnderline :: IsTextTag o => Underline -> IO (GValueConstruct o)
- getTextTagUnderline :: (MonadIO m, IsTextTag o) => o -> m Underline
- setTextTagUnderline :: (MonadIO m, IsTextTag o) => o -> Underline -> m ()
- textTagUnderline :: AttrLabelProxy "underline"
- data TextTagUnderlineRgbaPropertyInfo
- clearTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> m ()
- constructTextTagUnderlineRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- getTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- setTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()
- textTagUnderlineRgba :: AttrLabelProxy "underlineRgba"
- data TextTagUnderlineRgbaSetPropertyInfo
- constructTextTagUnderlineRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagUnderlineRgbaSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagUnderlineRgbaSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagUnderlineRgbaSet :: AttrLabelProxy "underlineRgbaSet"
- data TextTagUnderlineSetPropertyInfo
- constructTextTagUnderlineSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagUnderlineSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagUnderlineSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagUnderlineSet :: AttrLabelProxy "underlineSet"
- data TextTagVariantPropertyInfo
- constructTextTagVariant :: IsTextTag o => Variant -> IO (GValueConstruct o)
- getTextTagVariant :: (MonadIO m, IsTextTag o) => o -> m Variant
- setTextTagVariant :: (MonadIO m, IsTextTag o) => o -> Variant -> m ()
- textTagVariant :: AttrLabelProxy "variant"
- data TextTagVariantSetPropertyInfo
- constructTextTagVariantSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagVariantSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagVariantSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagVariantSet :: AttrLabelProxy "variantSet"
- data TextTagWeightPropertyInfo
- constructTextTagWeight :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- getTextTagWeight :: (MonadIO m, IsTextTag o) => o -> m Int32
- setTextTagWeight :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()
- textTagWeight :: AttrLabelProxy "weight"
- data TextTagWeightSetPropertyInfo
- constructTextTagWeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagWeightSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagWeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagWeightSet :: AttrLabelProxy "weightSet"
- data TextTagWrapModePropertyInfo
- constructTextTagWrapMode :: IsTextTag o => WrapMode -> IO (GValueConstruct o)
- getTextTagWrapMode :: (MonadIO m, IsTextTag o) => o -> m WrapMode
- setTextTagWrapMode :: (MonadIO m, IsTextTag o) => o -> WrapMode -> m ()
- textTagWrapMode :: AttrLabelProxy "wrapMode"
- data TextTagWrapModeSetPropertyInfo
- constructTextTagWrapModeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- getTextTagWrapModeSet :: (MonadIO m, IsTextTag o) => o -> m Bool
- setTextTagWrapModeSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()
- textTagWrapModeSet :: AttrLabelProxy "wrapModeSet"
- type C_TextTagEventCallback = Ptr () -> Ptr Object -> Ptr Event -> Ptr TextIter -> Ptr () -> IO CInt
- type TextTagEventCallback = Object -> Event -> TextIter -> IO Bool
- data TextTagEventSignalInfo
- afterTextTagEvent :: (GObject a, MonadIO m) => a -> TextTagEventCallback -> m SignalHandlerId
- genClosure_TextTagEvent :: TextTagEventCallback -> IO Closure
- mk_TextTagEventCallback :: C_TextTagEventCallback -> IO (FunPtr C_TextTagEventCallback)
- noTextTagEventCallback :: Maybe TextTagEventCallback
- onTextTagEvent :: (GObject a, MonadIO m) => a -> TextTagEventCallback -> m SignalHandlerId
- wrap_TextTagEventCallback :: TextTagEventCallback -> Ptr () -> Ptr Object -> Ptr Event -> Ptr TextIter -> Ptr () -> IO CInt
Exported types
Instances
| GObject TextTag Source # | |
| IsObject TextTag Source # | |
| IsTextTag TextTag Source # | |
| ((~) * info (ResolveTextTagMethod t TextTag), MethodInfo * info TextTag p) => IsLabel t (TextTag -> p) Source # | |
| ((~) * info (ResolveTextTagMethod t TextTag), MethodInfo * info TextTag p) => IsLabelProxy t (TextTag -> p) Source # | |
| HasAttributeList * TextTag Source # | |
| type SignalList TextTag Source # | |
| type AttributeList TextTag Source # | |
Methods
changed
event
textTagEvent :: (MonadIO m, IsTextTag a, IsObject b) => a -> b -> Event -> TextIter -> m Bool Source #
getPriority
new
setPriority
Properties
accumulativeMargin
data TextTagAccumulativeMarginPropertyInfo Source #
Instances
| AttrInfo TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrOrigin TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrLabel TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrGetType TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagAccumulativeMarginPropertyInfo Source # | |
| type AttrAllowedOps TextTagAccumulativeMarginPropertyInfo Source # | |
textTagAccumulativeMargin :: AttrLabelProxy "accumulativeMargin" Source #
background
data TextTagBackgroundPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundPropertyInfo Source # | |
clearTextTagBackground :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagBackground :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagBackground :: AttrLabelProxy "background" Source #
backgroundFullHeight
data TextTagBackgroundFullHeightPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundFullHeightPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundFullHeightPropertyInfo Source # | |
textTagBackgroundFullHeight :: AttrLabelProxy "backgroundFullHeight" Source #
backgroundFullHeightSet
data TextTagBackgroundFullHeightSetPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundFullHeightSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundFullHeightSetPropertyInfo Source # | |
textTagBackgroundFullHeightSet :: AttrLabelProxy "backgroundFullHeightSet" Source #
backgroundGdk
data TextTagBackgroundGdkPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundGdkPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundGdkPropertyInfo Source # | |
clearTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o) Source #
setTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m () Source #
textTagBackgroundGdk :: AttrLabelProxy "backgroundGdk" Source #
backgroundRgba
data TextTagBackgroundRgbaPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundRgbaPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundRgbaPropertyInfo Source # | |
clearTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o) Source #
setTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m () Source #
textTagBackgroundRgba :: AttrLabelProxy "backgroundRgba" Source #
backgroundSet
data TextTagBackgroundSetPropertyInfo Source #
Instances
| AttrInfo TextTagBackgroundSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagBackgroundSetPropertyInfo Source # | |
| type AttrOrigin TextTagBackgroundSetPropertyInfo Source # | |
| type AttrLabel TextTagBackgroundSetPropertyInfo Source # | |
| type AttrGetType TextTagBackgroundSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagBackgroundSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagBackgroundSetPropertyInfo Source # | |
textTagBackgroundSet :: AttrLabelProxy "backgroundSet" Source #
direction
data TextTagDirectionPropertyInfo Source #
Instances
| AttrInfo TextTagDirectionPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagDirectionPropertyInfo Source # | |
| type AttrOrigin TextTagDirectionPropertyInfo Source # | |
| type AttrLabel TextTagDirectionPropertyInfo Source # | |
| type AttrGetType TextTagDirectionPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagDirectionPropertyInfo Source # | |
| type AttrAllowedOps TextTagDirectionPropertyInfo Source # | |
constructTextTagDirection :: IsTextTag o => TextDirection -> IO (GValueConstruct o) Source #
getTextTagDirection :: (MonadIO m, IsTextTag o) => o -> m TextDirection Source #
setTextTagDirection :: (MonadIO m, IsTextTag o) => o -> TextDirection -> m () Source #
textTagDirection :: AttrLabelProxy "direction" Source #
editable
data TextTagEditablePropertyInfo Source #
Instances
| AttrInfo TextTagEditablePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagEditablePropertyInfo Source # | |
| type AttrOrigin TextTagEditablePropertyInfo Source # | |
| type AttrLabel TextTagEditablePropertyInfo Source # | |
| type AttrGetType TextTagEditablePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagEditablePropertyInfo Source # | |
| type AttrAllowedOps TextTagEditablePropertyInfo Source # | |
textTagEditable :: AttrLabelProxy "editable" Source #
editableSet
data TextTagEditableSetPropertyInfo Source #
Instances
| AttrInfo TextTagEditableSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagEditableSetPropertyInfo Source # | |
| type AttrOrigin TextTagEditableSetPropertyInfo Source # | |
| type AttrLabel TextTagEditableSetPropertyInfo Source # | |
| type AttrGetType TextTagEditableSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagEditableSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagEditableSetPropertyInfo Source # | |
textTagEditableSet :: AttrLabelProxy "editableSet" Source #
fallback
data TextTagFallbackPropertyInfo Source #
Instances
| AttrInfo TextTagFallbackPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFallbackPropertyInfo Source # | |
| type AttrOrigin TextTagFallbackPropertyInfo Source # | |
| type AttrLabel TextTagFallbackPropertyInfo Source # | |
| type AttrGetType TextTagFallbackPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFallbackPropertyInfo Source # | |
| type AttrAllowedOps TextTagFallbackPropertyInfo Source # | |
textTagFallback :: AttrLabelProxy "fallback" Source #
fallbackSet
data TextTagFallbackSetPropertyInfo Source #
Instances
| AttrInfo TextTagFallbackSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFallbackSetPropertyInfo Source # | |
| type AttrOrigin TextTagFallbackSetPropertyInfo Source # | |
| type AttrLabel TextTagFallbackSetPropertyInfo Source # | |
| type AttrGetType TextTagFallbackSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFallbackSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagFallbackSetPropertyInfo Source # | |
textTagFallbackSet :: AttrLabelProxy "fallbackSet" Source #
family
data TextTagFamilyPropertyInfo Source #
Instances
| AttrInfo TextTagFamilyPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFamilyPropertyInfo Source # | |
| type AttrOrigin TextTagFamilyPropertyInfo Source # | |
| type AttrLabel TextTagFamilyPropertyInfo Source # | |
| type AttrGetType TextTagFamilyPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFamilyPropertyInfo Source # | |
| type AttrAllowedOps TextTagFamilyPropertyInfo Source # | |
clearTextTagFamily :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagFamily :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagFamily :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagFamily :: AttrLabelProxy "family" Source #
familySet
data TextTagFamilySetPropertyInfo Source #
Instances
| AttrInfo TextTagFamilySetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFamilySetPropertyInfo Source # | |
| type AttrOrigin TextTagFamilySetPropertyInfo Source # | |
| type AttrLabel TextTagFamilySetPropertyInfo Source # | |
| type AttrGetType TextTagFamilySetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFamilySetPropertyInfo Source # | |
| type AttrAllowedOps TextTagFamilySetPropertyInfo Source # | |
textTagFamilySet :: AttrLabelProxy "familySet" Source #
font
data TextTagFontPropertyInfo Source #
Instances
| AttrInfo TextTagFontPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFontPropertyInfo Source # | |
| type AttrOrigin TextTagFontPropertyInfo Source # | |
| type AttrLabel TextTagFontPropertyInfo Source # | |
| type AttrGetType TextTagFontPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFontPropertyInfo Source # | |
| type AttrAllowedOps TextTagFontPropertyInfo Source # | |
clearTextTagFont :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagFont :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagFont :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagFont :: AttrLabelProxy "font" Source #
fontDesc
data TextTagFontDescPropertyInfo Source #
Instances
| AttrInfo TextTagFontDescPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFontDescPropertyInfo Source # | |
| type AttrOrigin TextTagFontDescPropertyInfo Source # | |
| type AttrLabel TextTagFontDescPropertyInfo Source # | |
| type AttrGetType TextTagFontDescPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFontDescPropertyInfo Source # | |
| type AttrAllowedOps TextTagFontDescPropertyInfo Source # | |
clearTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagFontDesc :: IsTextTag o => FontDescription -> IO (GValueConstruct o) Source #
setTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> FontDescription -> m () Source #
textTagFontDesc :: AttrLabelProxy "fontDesc" Source #
fontFeatures
data TextTagFontFeaturesPropertyInfo Source #
Instances
| AttrInfo TextTagFontFeaturesPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFontFeaturesPropertyInfo Source # | |
| type AttrOrigin TextTagFontFeaturesPropertyInfo Source # | |
| type AttrLabel TextTagFontFeaturesPropertyInfo Source # | |
| type AttrGetType TextTagFontFeaturesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFontFeaturesPropertyInfo Source # | |
| type AttrAllowedOps TextTagFontFeaturesPropertyInfo Source # | |
clearTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagFontFeatures :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagFontFeatures :: AttrLabelProxy "fontFeatures" Source #
fontFeaturesSet
data TextTagFontFeaturesSetPropertyInfo Source #
Instances
| AttrInfo TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrOrigin TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrLabel TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrGetType TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagFontFeaturesSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagFontFeaturesSetPropertyInfo Source # | |
textTagFontFeaturesSet :: AttrLabelProxy "fontFeaturesSet" Source #
foreground
data TextTagForegroundPropertyInfo Source #
Instances
| AttrInfo TextTagForegroundPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagForegroundPropertyInfo Source # | |
| type AttrOrigin TextTagForegroundPropertyInfo Source # | |
| type AttrLabel TextTagForegroundPropertyInfo Source # | |
| type AttrGetType TextTagForegroundPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagForegroundPropertyInfo Source # | |
| type AttrAllowedOps TextTagForegroundPropertyInfo Source # | |
clearTextTagForeground :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagForeground :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagForeground :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagForeground :: AttrLabelProxy "foreground" Source #
foregroundGdk
data TextTagForegroundGdkPropertyInfo Source #
Instances
| AttrInfo TextTagForegroundGdkPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagForegroundGdkPropertyInfo Source # | |
| type AttrOrigin TextTagForegroundGdkPropertyInfo Source # | |
| type AttrLabel TextTagForegroundGdkPropertyInfo Source # | |
| type AttrGetType TextTagForegroundGdkPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagForegroundGdkPropertyInfo Source # | |
| type AttrAllowedOps TextTagForegroundGdkPropertyInfo Source # | |
clearTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagForegroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o) Source #
setTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m () Source #
textTagForegroundGdk :: AttrLabelProxy "foregroundGdk" Source #
foregroundRgba
data TextTagForegroundRgbaPropertyInfo Source #
Instances
| AttrInfo TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrOrigin TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrLabel TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrGetType TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagForegroundRgbaPropertyInfo Source # | |
| type AttrAllowedOps TextTagForegroundRgbaPropertyInfo Source # | |
clearTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagForegroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o) Source #
setTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m () Source #
textTagForegroundRgba :: AttrLabelProxy "foregroundRgba" Source #
foregroundSet
data TextTagForegroundSetPropertyInfo Source #
Instances
| AttrInfo TextTagForegroundSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagForegroundSetPropertyInfo Source # | |
| type AttrOrigin TextTagForegroundSetPropertyInfo Source # | |
| type AttrLabel TextTagForegroundSetPropertyInfo Source # | |
| type AttrGetType TextTagForegroundSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagForegroundSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagForegroundSetPropertyInfo Source # | |
textTagForegroundSet :: AttrLabelProxy "foregroundSet" Source #
indent
data TextTagIndentPropertyInfo Source #
Instances
| AttrInfo TextTagIndentPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagIndentPropertyInfo Source # | |
| type AttrOrigin TextTagIndentPropertyInfo Source # | |
| type AttrLabel TextTagIndentPropertyInfo Source # | |
| type AttrGetType TextTagIndentPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagIndentPropertyInfo Source # | |
| type AttrAllowedOps TextTagIndentPropertyInfo Source # | |
textTagIndent :: AttrLabelProxy "indent" Source #
indentSet
data TextTagIndentSetPropertyInfo Source #
Instances
| AttrInfo TextTagIndentSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagIndentSetPropertyInfo Source # | |
| type AttrOrigin TextTagIndentSetPropertyInfo Source # | |
| type AttrLabel TextTagIndentSetPropertyInfo Source # | |
| type AttrGetType TextTagIndentSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagIndentSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagIndentSetPropertyInfo Source # | |
textTagIndentSet :: AttrLabelProxy "indentSet" Source #
invisible
data TextTagInvisiblePropertyInfo Source #
Instances
| AttrInfo TextTagInvisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagInvisiblePropertyInfo Source # | |
| type AttrOrigin TextTagInvisiblePropertyInfo Source # | |
| type AttrLabel TextTagInvisiblePropertyInfo Source # | |
| type AttrGetType TextTagInvisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagInvisiblePropertyInfo Source # | |
| type AttrAllowedOps TextTagInvisiblePropertyInfo Source # | |
textTagInvisible :: AttrLabelProxy "invisible" Source #
invisibleSet
data TextTagInvisibleSetPropertyInfo Source #
Instances
| AttrInfo TextTagInvisibleSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagInvisibleSetPropertyInfo Source # | |
| type AttrOrigin TextTagInvisibleSetPropertyInfo Source # | |
| type AttrLabel TextTagInvisibleSetPropertyInfo Source # | |
| type AttrGetType TextTagInvisibleSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagInvisibleSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagInvisibleSetPropertyInfo Source # | |
textTagInvisibleSet :: AttrLabelProxy "invisibleSet" Source #
justification
data TextTagJustificationPropertyInfo Source #
Instances
| AttrInfo TextTagJustificationPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagJustificationPropertyInfo Source # | |
| type AttrOrigin TextTagJustificationPropertyInfo Source # | |
| type AttrLabel TextTagJustificationPropertyInfo Source # | |
| type AttrGetType TextTagJustificationPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagJustificationPropertyInfo Source # | |
| type AttrAllowedOps TextTagJustificationPropertyInfo Source # | |
constructTextTagJustification :: IsTextTag o => Justification -> IO (GValueConstruct o) Source #
getTextTagJustification :: (MonadIO m, IsTextTag o) => o -> m Justification Source #
setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m () Source #
textTagJustification :: AttrLabelProxy "justification" Source #
justificationSet
data TextTagJustificationSetPropertyInfo Source #
Instances
| AttrInfo TextTagJustificationSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagJustificationSetPropertyInfo Source # | |
| type AttrOrigin TextTagJustificationSetPropertyInfo Source # | |
| type AttrLabel TextTagJustificationSetPropertyInfo Source # | |
| type AttrGetType TextTagJustificationSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagJustificationSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagJustificationSetPropertyInfo Source # | |
textTagJustificationSet :: AttrLabelProxy "justificationSet" Source #
language
data TextTagLanguagePropertyInfo Source #
Instances
| AttrInfo TextTagLanguagePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLanguagePropertyInfo Source # | |
| type AttrOrigin TextTagLanguagePropertyInfo Source # | |
| type AttrLabel TextTagLanguagePropertyInfo Source # | |
| type AttrGetType TextTagLanguagePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLanguagePropertyInfo Source # | |
| type AttrAllowedOps TextTagLanguagePropertyInfo Source # | |
clearTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagLanguage :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagLanguage :: AttrLabelProxy "language" Source #
languageSet
data TextTagLanguageSetPropertyInfo Source #
Instances
| AttrInfo TextTagLanguageSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLanguageSetPropertyInfo Source # | |
| type AttrOrigin TextTagLanguageSetPropertyInfo Source # | |
| type AttrLabel TextTagLanguageSetPropertyInfo Source # | |
| type AttrGetType TextTagLanguageSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLanguageSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagLanguageSetPropertyInfo Source # | |
textTagLanguageSet :: AttrLabelProxy "languageSet" Source #
leftMargin
data TextTagLeftMarginPropertyInfo Source #
Instances
| AttrInfo TextTagLeftMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLeftMarginPropertyInfo Source # | |
| type AttrOrigin TextTagLeftMarginPropertyInfo Source # | |
| type AttrLabel TextTagLeftMarginPropertyInfo Source # | |
| type AttrGetType TextTagLeftMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLeftMarginPropertyInfo Source # | |
| type AttrAllowedOps TextTagLeftMarginPropertyInfo Source # | |
textTagLeftMargin :: AttrLabelProxy "leftMargin" Source #
leftMarginSet
data TextTagLeftMarginSetPropertyInfo Source #
Instances
| AttrInfo TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrOrigin TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrLabel TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrGetType TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLeftMarginSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagLeftMarginSetPropertyInfo Source # | |
textTagLeftMarginSet :: AttrLabelProxy "leftMarginSet" Source #
letterSpacing
data TextTagLetterSpacingPropertyInfo Source #
Instances
| AttrInfo TextTagLetterSpacingPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLetterSpacingPropertyInfo Source # | |
| type AttrOrigin TextTagLetterSpacingPropertyInfo Source # | |
| type AttrLabel TextTagLetterSpacingPropertyInfo Source # | |
| type AttrGetType TextTagLetterSpacingPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLetterSpacingPropertyInfo Source # | |
| type AttrAllowedOps TextTagLetterSpacingPropertyInfo Source # | |
textTagLetterSpacing :: AttrLabelProxy "letterSpacing" Source #
letterSpacingSet
data TextTagLetterSpacingSetPropertyInfo Source #
Instances
| AttrInfo TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrOrigin TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrLabel TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrGetType TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagLetterSpacingSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagLetterSpacingSetPropertyInfo Source # | |
textTagLetterSpacingSet :: AttrLabelProxy "letterSpacingSet" Source #
name
data TextTagNamePropertyInfo Source #
Instances
| AttrInfo TextTagNamePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagNamePropertyInfo Source # | |
| type AttrOrigin TextTagNamePropertyInfo Source # | |
| type AttrLabel TextTagNamePropertyInfo Source # | |
| type AttrGetType TextTagNamePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagNamePropertyInfo Source # | |
| type AttrAllowedOps TextTagNamePropertyInfo Source # | |
constructTextTagName :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
textTagName :: AttrLabelProxy "name" Source #
paragraphBackground
data TextTagParagraphBackgroundPropertyInfo Source #
Instances
| AttrInfo TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrOrigin TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrLabel TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrGetType TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagParagraphBackgroundPropertyInfo Source # | |
| type AttrAllowedOps TextTagParagraphBackgroundPropertyInfo Source # | |
clearTextTagParagraphBackground :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagParagraphBackground :: IsTextTag o => Text -> IO (GValueConstruct o) Source #
setTextTagParagraphBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m () Source #
textTagParagraphBackground :: AttrLabelProxy "paragraphBackground" Source #
paragraphBackgroundGdk
data TextTagParagraphBackgroundGdkPropertyInfo Source #
Instances
| AttrInfo TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrOrigin TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrLabel TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrGetType TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagParagraphBackgroundGdkPropertyInfo Source # | |
| type AttrAllowedOps TextTagParagraphBackgroundGdkPropertyInfo Source # | |
clearTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagParagraphBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o) Source #
setTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m () Source #
textTagParagraphBackgroundGdk :: AttrLabelProxy "paragraphBackgroundGdk" Source #
paragraphBackgroundRgba
data TextTagParagraphBackgroundRgbaPropertyInfo Source #
Instances
| AttrInfo TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrOrigin TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrLabel TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrGetType TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
| type AttrAllowedOps TextTagParagraphBackgroundRgbaPropertyInfo Source # | |
clearTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagParagraphBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o) Source #
setTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m () Source #
textTagParagraphBackgroundRgba :: AttrLabelProxy "paragraphBackgroundRgba" Source #
paragraphBackgroundSet
data TextTagParagraphBackgroundSetPropertyInfo Source #
Instances
| AttrInfo TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrOrigin TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrLabel TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrGetType TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagParagraphBackgroundSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagParagraphBackgroundSetPropertyInfo Source # | |
textTagParagraphBackgroundSet :: AttrLabelProxy "paragraphBackgroundSet" Source #
pixelsAboveLines
data TextTagPixelsAboveLinesPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrLabel TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrGetType TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsAboveLinesPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsAboveLinesPropertyInfo Source # | |
textTagPixelsAboveLines :: AttrLabelProxy "pixelsAboveLines" Source #
pixelsAboveLinesSet
data TextTagPixelsAboveLinesSetPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrLabel TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrGetType TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsAboveLinesSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsAboveLinesSetPropertyInfo Source # | |
textTagPixelsAboveLinesSet :: AttrLabelProxy "pixelsAboveLinesSet" Source #
pixelsBelowLines
data TextTagPixelsBelowLinesPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrLabel TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrGetType TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsBelowLinesPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsBelowLinesPropertyInfo Source # | |
textTagPixelsBelowLines :: AttrLabelProxy "pixelsBelowLines" Source #
pixelsBelowLinesSet
data TextTagPixelsBelowLinesSetPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrLabel TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrGetType TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsBelowLinesSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsBelowLinesSetPropertyInfo Source # | |
textTagPixelsBelowLinesSet :: AttrLabelProxy "pixelsBelowLinesSet" Source #
pixelsInsideWrap
data TextTagPixelsInsideWrapPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrLabel TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrGetType TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsInsideWrapPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsInsideWrapPropertyInfo Source # | |
textTagPixelsInsideWrap :: AttrLabelProxy "pixelsInsideWrap" Source #
pixelsInsideWrapSet
data TextTagPixelsInsideWrapSetPropertyInfo Source #
Instances
| AttrInfo TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrOrigin TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrLabel TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrGetType TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagPixelsInsideWrapSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagPixelsInsideWrapSetPropertyInfo Source # | |
textTagPixelsInsideWrapSet :: AttrLabelProxy "pixelsInsideWrapSet" Source #
rightMargin
data TextTagRightMarginPropertyInfo Source #
Instances
| AttrInfo TextTagRightMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagRightMarginPropertyInfo Source # | |
| type AttrOrigin TextTagRightMarginPropertyInfo Source # | |
| type AttrLabel TextTagRightMarginPropertyInfo Source # | |
| type AttrGetType TextTagRightMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagRightMarginPropertyInfo Source # | |
| type AttrAllowedOps TextTagRightMarginPropertyInfo Source # | |
textTagRightMargin :: AttrLabelProxy "rightMargin" Source #
rightMarginSet
data TextTagRightMarginSetPropertyInfo Source #
Instances
| AttrInfo TextTagRightMarginSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagRightMarginSetPropertyInfo Source # | |
| type AttrOrigin TextTagRightMarginSetPropertyInfo Source # | |
| type AttrLabel TextTagRightMarginSetPropertyInfo Source # | |
| type AttrGetType TextTagRightMarginSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagRightMarginSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagRightMarginSetPropertyInfo Source # | |
textTagRightMarginSet :: AttrLabelProxy "rightMarginSet" Source #
rise
data TextTagRisePropertyInfo Source #
Instances
| AttrInfo TextTagRisePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagRisePropertyInfo Source # | |
| type AttrOrigin TextTagRisePropertyInfo Source # | |
| type AttrLabel TextTagRisePropertyInfo Source # | |
| type AttrGetType TextTagRisePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagRisePropertyInfo Source # | |
| type AttrAllowedOps TextTagRisePropertyInfo Source # | |
textTagRise :: AttrLabelProxy "rise" Source #
riseSet
data TextTagRiseSetPropertyInfo Source #
Instances
| AttrInfo TextTagRiseSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagRiseSetPropertyInfo Source # | |
| type AttrOrigin TextTagRiseSetPropertyInfo Source # | |
| type AttrLabel TextTagRiseSetPropertyInfo Source # | |
| type AttrGetType TextTagRiseSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagRiseSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagRiseSetPropertyInfo Source # | |
textTagRiseSet :: AttrLabelProxy "riseSet" Source #
scale
data TextTagScalePropertyInfo Source #
Instances
| AttrInfo TextTagScalePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagScalePropertyInfo Source # | |
| type AttrOrigin TextTagScalePropertyInfo Source # | |
| type AttrLabel TextTagScalePropertyInfo Source # | |
| type AttrGetType TextTagScalePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagScalePropertyInfo Source # | |
| type AttrAllowedOps TextTagScalePropertyInfo Source # | |
textTagScale :: AttrLabelProxy "scale" Source #
scaleSet
data TextTagScaleSetPropertyInfo Source #
Instances
| AttrInfo TextTagScaleSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagScaleSetPropertyInfo Source # | |
| type AttrOrigin TextTagScaleSetPropertyInfo Source # | |
| type AttrLabel TextTagScaleSetPropertyInfo Source # | |
| type AttrGetType TextTagScaleSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagScaleSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagScaleSetPropertyInfo Source # | |
textTagScaleSet :: AttrLabelProxy "scaleSet" Source #
size
data TextTagSizePropertyInfo Source #
Instances
| AttrInfo TextTagSizePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagSizePropertyInfo Source # | |
| type AttrOrigin TextTagSizePropertyInfo Source # | |
| type AttrLabel TextTagSizePropertyInfo Source # | |
| type AttrGetType TextTagSizePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagSizePropertyInfo Source # | |
| type AttrAllowedOps TextTagSizePropertyInfo Source # | |
textTagSize :: AttrLabelProxy "size" Source #
sizePoints
data TextTagSizePointsPropertyInfo Source #
Instances
| AttrInfo TextTagSizePointsPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagSizePointsPropertyInfo Source # | |
| type AttrOrigin TextTagSizePointsPropertyInfo Source # | |
| type AttrLabel TextTagSizePointsPropertyInfo Source # | |
| type AttrGetType TextTagSizePointsPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagSizePointsPropertyInfo Source # | |
| type AttrAllowedOps TextTagSizePointsPropertyInfo Source # | |
textTagSizePoints :: AttrLabelProxy "sizePoints" Source #
sizeSet
data TextTagSizeSetPropertyInfo Source #
Instances
| AttrInfo TextTagSizeSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagSizeSetPropertyInfo Source # | |
| type AttrOrigin TextTagSizeSetPropertyInfo Source # | |
| type AttrLabel TextTagSizeSetPropertyInfo Source # | |
| type AttrGetType TextTagSizeSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagSizeSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagSizeSetPropertyInfo Source # | |
textTagSizeSet :: AttrLabelProxy "sizeSet" Source #
stretch
data TextTagStretchPropertyInfo Source #
Instances
| AttrInfo TextTagStretchPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStretchPropertyInfo Source # | |
| type AttrOrigin TextTagStretchPropertyInfo Source # | |
| type AttrLabel TextTagStretchPropertyInfo Source # | |
| type AttrGetType TextTagStretchPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStretchPropertyInfo Source # | |
| type AttrAllowedOps TextTagStretchPropertyInfo Source # | |
constructTextTagStretch :: IsTextTag o => Stretch -> IO (GValueConstruct o) Source #
getTextTagStretch :: (MonadIO m, IsTextTag o) => o -> m Stretch Source #
setTextTagStretch :: (MonadIO m, IsTextTag o) => o -> Stretch -> m () Source #
textTagStretch :: AttrLabelProxy "stretch" Source #
stretchSet
data TextTagStretchSetPropertyInfo Source #
Instances
| AttrInfo TextTagStretchSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStretchSetPropertyInfo Source # | |
| type AttrOrigin TextTagStretchSetPropertyInfo Source # | |
| type AttrLabel TextTagStretchSetPropertyInfo Source # | |
| type AttrGetType TextTagStretchSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStretchSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagStretchSetPropertyInfo Source # | |
textTagStretchSet :: AttrLabelProxy "stretchSet" Source #
strikethrough
data TextTagStrikethroughPropertyInfo Source #
Instances
| AttrInfo TextTagStrikethroughPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStrikethroughPropertyInfo Source # | |
| type AttrOrigin TextTagStrikethroughPropertyInfo Source # | |
| type AttrLabel TextTagStrikethroughPropertyInfo Source # | |
| type AttrGetType TextTagStrikethroughPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStrikethroughPropertyInfo Source # | |
| type AttrAllowedOps TextTagStrikethroughPropertyInfo Source # | |
textTagStrikethrough :: AttrLabelProxy "strikethrough" Source #
strikethroughRgba
data TextTagStrikethroughRgbaPropertyInfo Source #
Instances
| AttrInfo TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrOrigin TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrLabel TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrGetType TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStrikethroughRgbaPropertyInfo Source # | |
| type AttrAllowedOps TextTagStrikethroughRgbaPropertyInfo Source # | |
clearTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagStrikethroughRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o) Source #
setTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m () Source #
textTagStrikethroughRgba :: AttrLabelProxy "strikethroughRgba" Source #
strikethroughRgbaSet
data TextTagStrikethroughRgbaSetPropertyInfo Source #
Instances
| AttrInfo TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrOrigin TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrLabel TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrGetType TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStrikethroughRgbaSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagStrikethroughRgbaSetPropertyInfo Source # | |
textTagStrikethroughRgbaSet :: AttrLabelProxy "strikethroughRgbaSet" Source #
strikethroughSet
data TextTagStrikethroughSetPropertyInfo Source #
Instances
| AttrInfo TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrOrigin TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrLabel TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrGetType TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStrikethroughSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagStrikethroughSetPropertyInfo Source # | |
textTagStrikethroughSet :: AttrLabelProxy "strikethroughSet" Source #
style
data TextTagStylePropertyInfo Source #
Instances
| AttrInfo TextTagStylePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStylePropertyInfo Source # | |
| type AttrOrigin TextTagStylePropertyInfo Source # | |
| type AttrLabel TextTagStylePropertyInfo Source # | |
| type AttrGetType TextTagStylePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStylePropertyInfo Source # | |
| type AttrAllowedOps TextTagStylePropertyInfo Source # | |
constructTextTagStyle :: IsTextTag o => Style -> IO (GValueConstruct o) Source #
getTextTagStyle :: (MonadIO m, IsTextTag o) => o -> m Style Source #
setTextTagStyle :: (MonadIO m, IsTextTag o) => o -> Style -> m () Source #
textTagStyle :: AttrLabelProxy "style" Source #
styleSet
data TextTagStyleSetPropertyInfo Source #
Instances
| AttrInfo TextTagStyleSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagStyleSetPropertyInfo Source # | |
| type AttrOrigin TextTagStyleSetPropertyInfo Source # | |
| type AttrLabel TextTagStyleSetPropertyInfo Source # | |
| type AttrGetType TextTagStyleSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagStyleSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagStyleSetPropertyInfo Source # | |
textTagStyleSet :: AttrLabelProxy "styleSet" Source #
tabs
data TextTagTabsPropertyInfo Source #
Instances
| AttrInfo TextTagTabsPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagTabsPropertyInfo Source # | |
| type AttrOrigin TextTagTabsPropertyInfo Source # | |
| type AttrLabel TextTagTabsPropertyInfo Source # | |
| type AttrGetType TextTagTabsPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagTabsPropertyInfo Source # | |
| type AttrAllowedOps TextTagTabsPropertyInfo Source # | |
clearTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagTabs :: IsTextTag o => TabArray -> IO (GValueConstruct o) Source #
setTextTagTabs :: (MonadIO m, IsTextTag o) => o -> TabArray -> m () Source #
textTagTabs :: AttrLabelProxy "tabs" Source #
tabsSet
data TextTagTabsSetPropertyInfo Source #
Instances
| AttrInfo TextTagTabsSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagTabsSetPropertyInfo Source # | |
| type AttrOrigin TextTagTabsSetPropertyInfo Source # | |
| type AttrLabel TextTagTabsSetPropertyInfo Source # | |
| type AttrGetType TextTagTabsSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagTabsSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagTabsSetPropertyInfo Source # | |
textTagTabsSet :: AttrLabelProxy "tabsSet" Source #
underline
data TextTagUnderlinePropertyInfo Source #
Instances
| AttrInfo TextTagUnderlinePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagUnderlinePropertyInfo Source # | |
| type AttrOrigin TextTagUnderlinePropertyInfo Source # | |
| type AttrLabel TextTagUnderlinePropertyInfo Source # | |
| type AttrGetType TextTagUnderlinePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagUnderlinePropertyInfo Source # | |
| type AttrAllowedOps TextTagUnderlinePropertyInfo Source # | |
constructTextTagUnderline :: IsTextTag o => Underline -> IO (GValueConstruct o) Source #
getTextTagUnderline :: (MonadIO m, IsTextTag o) => o -> m Underline Source #
setTextTagUnderline :: (MonadIO m, IsTextTag o) => o -> Underline -> m () Source #
textTagUnderline :: AttrLabelProxy "underline" Source #
underlineRgba
data TextTagUnderlineRgbaPropertyInfo Source #
Instances
| AttrInfo TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrOrigin TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrLabel TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrGetType TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagUnderlineRgbaPropertyInfo Source # | |
| type AttrAllowedOps TextTagUnderlineRgbaPropertyInfo Source # | |
clearTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> m () Source #
constructTextTagUnderlineRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o) Source #
setTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m () Source #
textTagUnderlineRgba :: AttrLabelProxy "underlineRgba" Source #
underlineRgbaSet
data TextTagUnderlineRgbaSetPropertyInfo Source #
Instances
| AttrInfo TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrOrigin TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrLabel TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrGetType TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagUnderlineRgbaSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagUnderlineRgbaSetPropertyInfo Source # | |
textTagUnderlineRgbaSet :: AttrLabelProxy "underlineRgbaSet" Source #
underlineSet
data TextTagUnderlineSetPropertyInfo Source #
Instances
| AttrInfo TextTagUnderlineSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagUnderlineSetPropertyInfo Source # | |
| type AttrOrigin TextTagUnderlineSetPropertyInfo Source # | |
| type AttrLabel TextTagUnderlineSetPropertyInfo Source # | |
| type AttrGetType TextTagUnderlineSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagUnderlineSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagUnderlineSetPropertyInfo Source # | |
textTagUnderlineSet :: AttrLabelProxy "underlineSet" Source #
variant
data TextTagVariantPropertyInfo Source #
Instances
| AttrInfo TextTagVariantPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagVariantPropertyInfo Source # | |
| type AttrOrigin TextTagVariantPropertyInfo Source # | |
| type AttrLabel TextTagVariantPropertyInfo Source # | |
| type AttrGetType TextTagVariantPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagVariantPropertyInfo Source # | |
| type AttrAllowedOps TextTagVariantPropertyInfo Source # | |
constructTextTagVariant :: IsTextTag o => Variant -> IO (GValueConstruct o) Source #
getTextTagVariant :: (MonadIO m, IsTextTag o) => o -> m Variant Source #
setTextTagVariant :: (MonadIO m, IsTextTag o) => o -> Variant -> m () Source #
textTagVariant :: AttrLabelProxy "variant" Source #
variantSet
data TextTagVariantSetPropertyInfo Source #
Instances
| AttrInfo TextTagVariantSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagVariantSetPropertyInfo Source # | |
| type AttrOrigin TextTagVariantSetPropertyInfo Source # | |
| type AttrLabel TextTagVariantSetPropertyInfo Source # | |
| type AttrGetType TextTagVariantSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagVariantSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagVariantSetPropertyInfo Source # | |
textTagVariantSet :: AttrLabelProxy "variantSet" Source #
weight
data TextTagWeightPropertyInfo Source #
Instances
| AttrInfo TextTagWeightPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagWeightPropertyInfo Source # | |
| type AttrOrigin TextTagWeightPropertyInfo Source # | |
| type AttrLabel TextTagWeightPropertyInfo Source # | |
| type AttrGetType TextTagWeightPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagWeightPropertyInfo Source # | |
| type AttrAllowedOps TextTagWeightPropertyInfo Source # | |
textTagWeight :: AttrLabelProxy "weight" Source #
weightSet
data TextTagWeightSetPropertyInfo Source #
Instances
| AttrInfo TextTagWeightSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagWeightSetPropertyInfo Source # | |
| type AttrOrigin TextTagWeightSetPropertyInfo Source # | |
| type AttrLabel TextTagWeightSetPropertyInfo Source # | |
| type AttrGetType TextTagWeightSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagWeightSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagWeightSetPropertyInfo Source # | |
textTagWeightSet :: AttrLabelProxy "weightSet" Source #
wrapMode
data TextTagWrapModePropertyInfo Source #
Instances
| AttrInfo TextTagWrapModePropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagWrapModePropertyInfo Source # | |
| type AttrOrigin TextTagWrapModePropertyInfo Source # | |
| type AttrLabel TextTagWrapModePropertyInfo Source # | |
| type AttrGetType TextTagWrapModePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagWrapModePropertyInfo Source # | |
| type AttrAllowedOps TextTagWrapModePropertyInfo Source # | |
textTagWrapMode :: AttrLabelProxy "wrapMode" Source #
wrapModeSet
data TextTagWrapModeSetPropertyInfo Source #
Instances
| AttrInfo TextTagWrapModeSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TextTagWrapModeSetPropertyInfo Source # | |
| type AttrOrigin TextTagWrapModeSetPropertyInfo Source # | |
| type AttrLabel TextTagWrapModeSetPropertyInfo Source # | |
| type AttrGetType TextTagWrapModeSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextTagWrapModeSetPropertyInfo Source # | |
| type AttrAllowedOps TextTagWrapModeSetPropertyInfo Source # | |
textTagWrapModeSet :: AttrLabelProxy "wrapModeSet" Source #
Signals
event
type C_TextTagEventCallback = Ptr () -> Ptr Object -> Ptr Event -> Ptr TextIter -> Ptr () -> IO CInt Source #
data TextTagEventSignalInfo Source #
Instances
| SignalInfo TextTagEventSignalInfo Source # | |
| type HaskellCallbackType TextTagEventSignalInfo Source # | |
afterTextTagEvent :: (GObject a, MonadIO m) => a -> TextTagEventCallback -> m SignalHandlerId Source #
genClosure_TextTagEvent :: TextTagEventCallback -> IO Closure Source #
onTextTagEvent :: (GObject a, MonadIO m) => a -> TextTagEventCallback -> m SignalHandlerId Source #