gi-gtk-3.0.6: 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.TextView

Contents

Description

 

Synopsis

Exported types

newtype TextView Source #

Constructors

TextView (ForeignPtr TextView) 

Instances

GObject TextView Source # 
IsObject TextView Source # 
IsWidget TextView Source # 
IsContainer TextView Source # 
IsScrollable TextView Source # 
IsBuildable TextView Source # 
IsImplementorIface TextView Source # 
IsTextView TextView Source # 
((~) * info (ResolveTextViewMethod t TextView), MethodInfo * info TextView p) => IsLabel t (TextView -> p) Source # 

Methods

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

((~) * info (ResolveTextViewMethod t TextView), MethodInfo * info TextView p) => IsLabelProxy t (TextView -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TextView -> p

HasAttributeList * TextView Source # 
type SignalList TextView Source # 
type SignalList TextView
type AttributeList TextView Source # 
type AttributeList TextView

class GObject o => IsTextView o Source #

Instances

(GObject a, UnknownAncestorError Constraint TextView a) => IsTextView a Source # 
IsTextView TextView Source # 

Methods

textViewAddChildAtAnchor

data TextViewAddChildAtAnchorMethodInfo Source #

Instances

((~) * signature (b -> c -> m ()), MonadIO m, IsTextView a, IsWidget b, IsTextChildAnchor c) => MethodInfo * TextViewAddChildAtAnchorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewAddChildAtAnchorMethodInfo a -> signature -> s

textViewAddChildInWindow

data TextViewAddChildInWindowMethodInfo Source #

Instances

((~) * signature (b -> TextWindowType -> Int32 -> Int32 -> m ()), MonadIO m, IsTextView a, IsWidget b) => MethodInfo * TextViewAddChildInWindowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewAddChildInWindowMethodInfo a -> signature -> s

textViewBackwardDisplayLine

data TextViewBackwardDisplayLineMethodInfo Source #

Instances

((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewBackwardDisplayLineMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewBackwardDisplayLineMethodInfo a -> signature -> s

textViewBackwardDisplayLineStart

data TextViewBackwardDisplayLineStartMethodInfo Source #

Instances

((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewBackwardDisplayLineStartMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewBackwardDisplayLineStartMethodInfo a -> signature -> s

textViewBufferToWindowCoords

data TextViewBufferToWindowCoordsMethodInfo Source #

Instances

((~) * signature (TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewBufferToWindowCoordsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewBufferToWindowCoordsMethodInfo a -> signature -> s

textViewForwardDisplayLine

data TextViewForwardDisplayLineMethodInfo Source #

Instances

((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewForwardDisplayLineMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewForwardDisplayLineMethodInfo a -> signature -> s

textViewForwardDisplayLineEnd

data TextViewForwardDisplayLineEndMethodInfo Source #

Instances

((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewForwardDisplayLineEndMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewForwardDisplayLineEndMethodInfo a -> signature -> s

textViewGetAcceptsTab

data TextViewGetAcceptsTabMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetAcceptsTabMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetAcceptsTabMethodInfo a -> signature -> s

textViewGetBorderWindowSize

data TextViewGetBorderWindowSizeMethodInfo Source #

Instances

((~) * signature (TextWindowType -> m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBorderWindowSizeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetBorderWindowSizeMethodInfo a -> signature -> s

textViewGetBottomMargin

data TextViewGetBottomMarginMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBottomMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetBottomMarginMethodInfo a -> signature -> s

textViewGetBuffer

data TextViewGetBufferMethodInfo Source #

Instances

((~) * signature (m TextBuffer), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBufferMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetBufferMethodInfo a -> signature -> s

textViewGetCursorLocations

data TextViewGetCursorLocationsMethodInfo Source #

Instances

((~) * signature (Maybe TextIter -> m (Rectangle, Rectangle)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetCursorLocationsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetCursorLocationsMethodInfo a -> signature -> s

textViewGetCursorLocations :: (MonadIO m, IsTextView a) => a -> Maybe TextIter -> m (Rectangle, Rectangle) Source #

textViewGetCursorVisible

data TextViewGetCursorVisibleMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetCursorVisibleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetCursorVisibleMethodInfo a -> signature -> s

textViewGetDefaultAttributes

data TextViewGetDefaultAttributesMethodInfo Source #

Instances

((~) * signature (m TextAttributes), MonadIO m, IsTextView a) => MethodInfo * TextViewGetDefaultAttributesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetDefaultAttributesMethodInfo a -> signature -> s

textViewGetEditable

data TextViewGetEditableMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetEditableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetEditableMethodInfo a -> signature -> s

textViewGetHadjustment

data TextViewGetHadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsTextView a) => MethodInfo * TextViewGetHadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetHadjustmentMethodInfo a -> signature -> s

textViewGetHadjustment :: (MonadIO m, IsTextView a) => a -> m Adjustment Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_get_hadjustment()

textViewGetIndent

data TextViewGetIndentMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetIndentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetIndentMethodInfo a -> signature -> s

textViewGetInputHints

data TextViewGetInputHintsMethodInfo Source #

Instances

((~) * signature (m [InputHints]), MonadIO m, IsTextView a) => MethodInfo * TextViewGetInputHintsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetInputHintsMethodInfo a -> signature -> s

textViewGetInputPurpose

data TextViewGetInputPurposeMethodInfo Source #

Instances

((~) * signature (m InputPurpose), MonadIO m, IsTextView a) => MethodInfo * TextViewGetInputPurposeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetInputPurposeMethodInfo a -> signature -> s

textViewGetIterAtLocation

data TextViewGetIterAtLocationMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Bool, TextIter)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetIterAtLocationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetIterAtLocationMethodInfo a -> signature -> s

textViewGetIterAtPosition

data TextViewGetIterAtPositionMethodInfo Source #

Instances

((~) * signature (Int32 -> Int32 -> m (Bool, TextIter, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetIterAtPositionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetIterAtPositionMethodInfo a -> signature -> s

textViewGetIterLocation

data TextViewGetIterLocationMethodInfo Source #

Instances

((~) * signature (TextIter -> m Rectangle), MonadIO m, IsTextView a) => MethodInfo * TextViewGetIterLocationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetIterLocationMethodInfo a -> signature -> s

textViewGetIterLocation :: (MonadIO m, IsTextView a) => a -> TextIter -> m Rectangle Source #

textViewGetJustification

data TextViewGetJustificationMethodInfo Source #

Instances

((~) * signature (m Justification), MonadIO m, IsTextView a) => MethodInfo * TextViewGetJustificationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetJustificationMethodInfo a -> signature -> s

textViewGetLeftMargin

data TextViewGetLeftMarginMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLeftMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetLeftMarginMethodInfo a -> signature -> s

textViewGetLineAtY

data TextViewGetLineAtYMethodInfo Source #

Instances

((~) * signature (Int32 -> m (TextIter, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLineAtYMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetLineAtYMethodInfo a -> signature -> s

textViewGetLineYrange

data TextViewGetLineYrangeMethodInfo Source #

Instances

((~) * signature (TextIter -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLineYrangeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetLineYrangeMethodInfo a -> signature -> s

textViewGetMonospace

data TextViewGetMonospaceMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetMonospaceMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetMonospaceMethodInfo a -> signature -> s

textViewGetOverwrite

data TextViewGetOverwriteMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetOverwriteMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetOverwriteMethodInfo a -> signature -> s

textViewGetPixelsAboveLines

data TextViewGetPixelsAboveLinesMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsAboveLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetPixelsAboveLinesMethodInfo a -> signature -> s

textViewGetPixelsBelowLines

data TextViewGetPixelsBelowLinesMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsBelowLinesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetPixelsBelowLinesMethodInfo a -> signature -> s

textViewGetPixelsInsideWrap

data TextViewGetPixelsInsideWrapMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsInsideWrapMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetPixelsInsideWrapMethodInfo a -> signature -> s

textViewGetRightMargin

data TextViewGetRightMarginMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetRightMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetRightMarginMethodInfo a -> signature -> s

textViewGetTabs

data TextViewGetTabsMethodInfo Source #

Instances

((~) * signature (m (Maybe TabArray)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetTabsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetTabsMethodInfo a -> signature -> s

textViewGetTabs :: (MonadIO m, IsTextView a) => a -> m (Maybe TabArray) Source #

textViewGetTopMargin

data TextViewGetTopMarginMethodInfo Source #

Instances

((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetTopMarginMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetTopMarginMethodInfo a -> signature -> s

textViewGetVadjustment

data TextViewGetVadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsTextView a) => MethodInfo * TextViewGetVadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetVadjustmentMethodInfo a -> signature -> s

textViewGetVadjustment :: (MonadIO m, IsTextView a) => a -> m Adjustment Source #

Deprecated: (Since version 3.0)Use gtk_scrollable_get_vadjustment()

textViewGetVisibleRect

data TextViewGetVisibleRectMethodInfo Source #

Instances

((~) * signature (m Rectangle), MonadIO m, IsTextView a) => MethodInfo * TextViewGetVisibleRectMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetVisibleRectMethodInfo a -> signature -> s

textViewGetVisibleRect :: (MonadIO m, IsTextView a) => a -> m Rectangle Source #

textViewGetWindow

data TextViewGetWindowMethodInfo Source #

Instances

((~) * signature (TextWindowType -> m (Maybe Window)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetWindowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetWindowMethodInfo a -> signature -> s

textViewGetWindowType

data TextViewGetWindowTypeMethodInfo Source #

Instances

((~) * signature (b -> m TextWindowType), MonadIO m, IsTextView a, IsWindow b) => MethodInfo * TextViewGetWindowTypeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetWindowTypeMethodInfo a -> signature -> s

textViewGetWindowType :: (MonadIO m, IsTextView a, IsWindow b) => a -> b -> m TextWindowType Source #

textViewGetWrapMode

data TextViewGetWrapModeMethodInfo Source #

Instances

((~) * signature (m WrapMode), MonadIO m, IsTextView a) => MethodInfo * TextViewGetWrapModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewGetWrapModeMethodInfo a -> signature -> s

textViewImContextFilterKeypress

data TextViewImContextFilterKeypressMethodInfo Source #

Instances

((~) * signature (EventKey -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewImContextFilterKeypressMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewImContextFilterKeypressMethodInfo a -> signature -> s

textViewMoveChild

data TextViewMoveChildMethodInfo Source #

Instances

((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, IsTextView a, IsWidget b) => MethodInfo * TextViewMoveChildMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewMoveChildMethodInfo a -> signature -> s

textViewMoveChild :: (MonadIO m, IsTextView a, IsWidget b) => a -> b -> Int32 -> Int32 -> m () Source #

textViewMoveMarkOnscreen

data TextViewMoveMarkOnscreenMethodInfo Source #

Instances

((~) * signature (b -> m Bool), MonadIO m, IsTextView a, IsTextMark b) => MethodInfo * TextViewMoveMarkOnscreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewMoveMarkOnscreenMethodInfo a -> signature -> s

textViewMoveVisually

data TextViewMoveVisuallyMethodInfo Source #

Instances

((~) * signature (TextIter -> Int32 -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewMoveVisuallyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewMoveVisuallyMethodInfo a -> signature -> s

textViewNew

textViewNewWithBuffer

textViewPlaceCursorOnscreen

data TextViewPlaceCursorOnscreenMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewPlaceCursorOnscreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewPlaceCursorOnscreenMethodInfo a -> signature -> s

textViewResetCursorBlink

data TextViewResetCursorBlinkMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetCursorBlinkMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewResetCursorBlinkMethodInfo a -> signature -> s

textViewResetImContext

data TextViewResetImContextMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetImContextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewResetImContextMethodInfo a -> signature -> s

textViewScrollMarkOnscreen

data TextViewScrollMarkOnscreenMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsTextView a, IsTextMark b) => MethodInfo * TextViewScrollMarkOnscreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewScrollMarkOnscreenMethodInfo a -> signature -> s

textViewScrollToIter

data TextViewScrollToIterMethodInfo Source #

Instances

((~) * signature (TextIter -> Double -> Bool -> Double -> Double -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewScrollToIterMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewScrollToIterMethodInfo a -> signature -> s

textViewScrollToMark

data TextViewScrollToMarkMethodInfo Source #

Instances

((~) * signature (b -> Double -> Bool -> Double -> Double -> m ()), MonadIO m, IsTextView a, IsTextMark b) => MethodInfo * TextViewScrollToMarkMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewScrollToMarkMethodInfo a -> signature -> s

textViewScrollToMark :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> Double -> Bool -> Double -> Double -> m () Source #

textViewSetAcceptsTab

data TextViewSetAcceptsTabMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetAcceptsTabMethodInfo a -> signature -> s

textViewSetBorderWindowSize

data TextViewSetBorderWindowSizeMethodInfo Source #

Instances

((~) * signature (TextWindowType -> Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetBorderWindowSizeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetBorderWindowSizeMethodInfo a -> signature -> s

textViewSetBottomMargin

data TextViewSetBottomMarginMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetBottomMarginMethodInfo a -> signature -> s

textViewSetBuffer

data TextViewSetBufferMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsTextView a, IsTextBuffer b) => MethodInfo * TextViewSetBufferMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetBufferMethodInfo a -> signature -> s

textViewSetCursorVisible

data TextViewSetCursorVisibleMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetCursorVisibleMethodInfo a -> signature -> s

textViewSetEditable

data TextViewSetEditableMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetEditableMethodInfo a -> signature -> s

textViewSetIndent

data TextViewSetIndentMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetIndentMethodInfo a -> signature -> s

textViewSetIndent :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #

textViewSetInputHints

data TextViewSetInputHintsMethodInfo Source #

Instances

((~) * signature ([InputHints] -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetInputHintsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetInputHintsMethodInfo a -> signature -> s

textViewSetInputPurpose

data TextViewSetInputPurposeMethodInfo Source #

Instances

((~) * signature (InputPurpose -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetInputPurposeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetInputPurposeMethodInfo a -> signature -> s

textViewSetJustification

data TextViewSetJustificationMethodInfo Source #

Instances

((~) * signature (Justification -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetJustificationMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetJustificationMethodInfo a -> signature -> s

textViewSetLeftMargin

data TextViewSetLeftMarginMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetLeftMarginMethodInfo a -> signature -> s

textViewSetMonospace

data TextViewSetMonospaceMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetMonospaceMethodInfo a -> signature -> s

textViewSetOverwrite

data TextViewSetOverwriteMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetOverwriteMethodInfo a -> signature -> s

textViewSetPixelsAboveLines

data TextViewSetPixelsAboveLinesMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetPixelsAboveLinesMethodInfo a -> signature -> s

textViewSetPixelsBelowLines

data TextViewSetPixelsBelowLinesMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetPixelsBelowLinesMethodInfo a -> signature -> s

textViewSetPixelsInsideWrap

data TextViewSetPixelsInsideWrapMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetPixelsInsideWrapMethodInfo a -> signature -> s

textViewSetRightMargin

data TextViewSetRightMarginMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetRightMarginMethodInfo a -> signature -> s

textViewSetTabs

data TextViewSetTabsMethodInfo Source #

Instances

((~) * signature (TabArray -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetTabsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetTabsMethodInfo a -> signature -> s

textViewSetTabs :: (MonadIO m, IsTextView a) => a -> TabArray -> m () Source #

textViewSetTopMargin

data TextViewSetTopMarginMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TextViewSetTopMarginMethodInfo a -> signature -> s

textViewSetWrapMode

data TextViewSetWrapModeMethodInfo Source #

Instances

((~) * signature (WrapMode -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetWrapModeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewSetWrapModeMethodInfo a -> signature -> s

textViewStartsDisplayLine

data TextViewStartsDisplayLineMethodInfo Source #

Instances

((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewStartsDisplayLineMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewStartsDisplayLineMethodInfo a -> signature -> s

textViewWindowToBufferCoords

data TextViewWindowToBufferCoordsMethodInfo Source #

Instances

((~) * signature (TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewWindowToBufferCoordsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TextViewWindowToBufferCoordsMethodInfo a -> signature -> s

Properties

AcceptsTab

data TextViewAcceptsTabPropertyInfo Source #

Instances

AttrInfo TextViewAcceptsTabPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewAcceptsTabPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo :: * -> Constraint

type AttrGetType TextViewAcceptsTabPropertyInfo :: *

type AttrLabel TextViewAcceptsTabPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo o => Proxy * TextViewAcceptsTabPropertyInfo -> o -> IO (AttrGetType TextViewAcceptsTabPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo o, AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo b) => Proxy * TextViewAcceptsTabPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo o => Proxy * TextViewAcceptsTabPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo o, AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo b) => Proxy * TextViewAcceptsTabPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo Source # 
type AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo = * ~ Bool
type AttrLabel TextViewAcceptsTabPropertyInfo Source # 
type AttrLabel TextViewAcceptsTabPropertyInfo = "accepts-tab"
type AttrGetType TextViewAcceptsTabPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo = IsTextView
type AttrAllowedOps TextViewAcceptsTabPropertyInfo Source # 
type AttrAllowedOps TextViewAcceptsTabPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewAcceptsTab :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewAcceptsTab :: AttrLabelProxy "acceptsTab" Source #

BottomMargin

data TextViewBottomMarginPropertyInfo Source #

Instances

AttrInfo TextViewBottomMarginPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewBottomMarginPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewBottomMarginPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo :: * -> Constraint

type AttrGetType TextViewBottomMarginPropertyInfo :: *

type AttrLabel TextViewBottomMarginPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo o => Proxy * TextViewBottomMarginPropertyInfo -> o -> IO (AttrGetType TextViewBottomMarginPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo o, AttrSetTypeConstraint TextViewBottomMarginPropertyInfo b) => Proxy * TextViewBottomMarginPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo o => Proxy * TextViewBottomMarginPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo o, AttrSetTypeConstraint TextViewBottomMarginPropertyInfo b) => Proxy * TextViewBottomMarginPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewBottomMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextViewBottomMarginPropertyInfo = * ~ Int32
type AttrLabel TextViewBottomMarginPropertyInfo Source # 
type AttrLabel TextViewBottomMarginPropertyInfo = "bottom-margin"
type AttrGetType TextViewBottomMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo = IsTextView
type AttrAllowedOps TextViewBottomMarginPropertyInfo Source # 
type AttrAllowedOps TextViewBottomMarginPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewBottomMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #

textViewBottomMargin :: AttrLabelProxy "bottomMargin" Source #

Buffer

data TextViewBufferPropertyInfo Source #

Instances

AttrInfo TextViewBufferPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewBufferPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewBufferPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewBufferPropertyInfo :: * -> Constraint

type AttrGetType TextViewBufferPropertyInfo :: *

type AttrLabel TextViewBufferPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewBufferPropertyInfo o => Proxy * TextViewBufferPropertyInfo -> o -> IO (AttrGetType TextViewBufferPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewBufferPropertyInfo o, AttrSetTypeConstraint TextViewBufferPropertyInfo b) => Proxy * TextViewBufferPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewBufferPropertyInfo o => Proxy * TextViewBufferPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewBufferPropertyInfo o, AttrSetTypeConstraint TextViewBufferPropertyInfo b) => Proxy * TextViewBufferPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewBufferPropertyInfo Source # 
type AttrSetTypeConstraint TextViewBufferPropertyInfo = IsTextBuffer
type AttrLabel TextViewBufferPropertyInfo Source # 
type AttrLabel TextViewBufferPropertyInfo = "buffer"
type AttrGetType TextViewBufferPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewBufferPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewBufferPropertyInfo = IsTextView
type AttrAllowedOps TextViewBufferPropertyInfo Source # 
type AttrAllowedOps TextViewBufferPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO (GValueConstruct o) Source #

setTextViewBuffer :: (MonadIO m, IsTextView o, IsTextBuffer a) => o -> a -> m () Source #

textViewBuffer :: AttrLabelProxy "buffer" Source #

CursorVisible

data TextViewCursorVisiblePropertyInfo Source #

Instances

AttrInfo TextViewCursorVisiblePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewCursorVisiblePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewCursorVisiblePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewCursorVisiblePropertyInfo :: * -> Constraint

type AttrGetType TextViewCursorVisiblePropertyInfo :: *

type AttrLabel TextViewCursorVisiblePropertyInfo :: Symbol

type AttrSetTypeConstraint TextViewCursorVisiblePropertyInfo Source # 
type AttrSetTypeConstraint TextViewCursorVisiblePropertyInfo = * ~ Bool
type AttrLabel TextViewCursorVisiblePropertyInfo Source # 
type AttrLabel TextViewCursorVisiblePropertyInfo = "cursor-visible"
type AttrGetType TextViewCursorVisiblePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewCursorVisiblePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewCursorVisiblePropertyInfo = IsTextView
type AttrAllowedOps TextViewCursorVisiblePropertyInfo Source # 
type AttrAllowedOps TextViewCursorVisiblePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewCursorVisible :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewCursorVisible :: AttrLabelProxy "cursorVisible" Source #

Editable

data TextViewEditablePropertyInfo Source #

Instances

AttrInfo TextViewEditablePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewEditablePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewEditablePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewEditablePropertyInfo :: * -> Constraint

type AttrGetType TextViewEditablePropertyInfo :: *

type AttrLabel TextViewEditablePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewEditablePropertyInfo o => Proxy * TextViewEditablePropertyInfo -> o -> IO (AttrGetType TextViewEditablePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewEditablePropertyInfo o, AttrSetTypeConstraint TextViewEditablePropertyInfo b) => Proxy * TextViewEditablePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewEditablePropertyInfo o => Proxy * TextViewEditablePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewEditablePropertyInfo o, AttrSetTypeConstraint TextViewEditablePropertyInfo b) => Proxy * TextViewEditablePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewEditablePropertyInfo Source # 
type AttrSetTypeConstraint TextViewEditablePropertyInfo = * ~ Bool
type AttrLabel TextViewEditablePropertyInfo Source # 
type AttrLabel TextViewEditablePropertyInfo = "editable"
type AttrGetType TextViewEditablePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewEditablePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewEditablePropertyInfo = IsTextView
type AttrAllowedOps TextViewEditablePropertyInfo Source # 
type AttrAllowedOps TextViewEditablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewEditable :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewEditable :: AttrLabelProxy "editable" Source #

ImModule

data TextViewImModulePropertyInfo Source #

Instances

AttrInfo TextViewImModulePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewImModulePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewImModulePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewImModulePropertyInfo :: * -> Constraint

type AttrGetType TextViewImModulePropertyInfo :: *

type AttrLabel TextViewImModulePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewImModulePropertyInfo o => Proxy * TextViewImModulePropertyInfo -> o -> IO (AttrGetType TextViewImModulePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewImModulePropertyInfo o, AttrSetTypeConstraint TextViewImModulePropertyInfo b) => Proxy * TextViewImModulePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewImModulePropertyInfo o => Proxy * TextViewImModulePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewImModulePropertyInfo o, AttrSetTypeConstraint TextViewImModulePropertyInfo b) => Proxy * TextViewImModulePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewImModulePropertyInfo Source # 
type AttrSetTypeConstraint TextViewImModulePropertyInfo = * ~ Text
type AttrLabel TextViewImModulePropertyInfo Source # 
type AttrLabel TextViewImModulePropertyInfo = "im-module"
type AttrGetType TextViewImModulePropertyInfo Source # 
type AttrGetType TextViewImModulePropertyInfo = Maybe Text
type AttrBaseTypeConstraint TextViewImModulePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewImModulePropertyInfo = IsTextView
type AttrAllowedOps TextViewImModulePropertyInfo Source # 
type AttrAllowedOps TextViewImModulePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructTextViewImModule :: IsTextView o => Text -> IO (GValueConstruct o) Source #

getTextViewImModule :: (MonadIO m, IsTextView o) => o -> m (Maybe Text) Source #

setTextViewImModule :: (MonadIO m, IsTextView o) => o -> Text -> m () Source #

textViewImModule :: AttrLabelProxy "imModule" Source #

Indent

data TextViewIndentPropertyInfo Source #

Instances

AttrInfo TextViewIndentPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewIndentPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewIndentPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewIndentPropertyInfo :: * -> Constraint

type AttrGetType TextViewIndentPropertyInfo :: *

type AttrLabel TextViewIndentPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewIndentPropertyInfo o => Proxy * TextViewIndentPropertyInfo -> o -> IO (AttrGetType TextViewIndentPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewIndentPropertyInfo o, AttrSetTypeConstraint TextViewIndentPropertyInfo b) => Proxy * TextViewIndentPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewIndentPropertyInfo o => Proxy * TextViewIndentPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewIndentPropertyInfo o, AttrSetTypeConstraint TextViewIndentPropertyInfo b) => Proxy * TextViewIndentPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewIndentPropertyInfo Source # 
type AttrSetTypeConstraint TextViewIndentPropertyInfo = * ~ Int32
type AttrLabel TextViewIndentPropertyInfo Source # 
type AttrLabel TextViewIndentPropertyInfo = "indent"
type AttrGetType TextViewIndentPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewIndentPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewIndentPropertyInfo = IsTextView
type AttrAllowedOps TextViewIndentPropertyInfo Source # 
type AttrAllowedOps TextViewIndentPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewIndent :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #

setTextViewIndent :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #

textViewIndent :: AttrLabelProxy "indent" Source #

InputHints

data TextViewInputHintsPropertyInfo Source #

Instances

AttrInfo TextViewInputHintsPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewInputHintsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewInputHintsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewInputHintsPropertyInfo :: * -> Constraint

type AttrGetType TextViewInputHintsPropertyInfo :: *

type AttrLabel TextViewInputHintsPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewInputHintsPropertyInfo o => Proxy * TextViewInputHintsPropertyInfo -> o -> IO (AttrGetType TextViewInputHintsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewInputHintsPropertyInfo o, AttrSetTypeConstraint TextViewInputHintsPropertyInfo b) => Proxy * TextViewInputHintsPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewInputHintsPropertyInfo o => Proxy * TextViewInputHintsPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewInputHintsPropertyInfo o, AttrSetTypeConstraint TextViewInputHintsPropertyInfo b) => Proxy * TextViewInputHintsPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewInputHintsPropertyInfo Source # 
type AttrSetTypeConstraint TextViewInputHintsPropertyInfo = * ~ [InputHints]
type AttrLabel TextViewInputHintsPropertyInfo Source # 
type AttrLabel TextViewInputHintsPropertyInfo = "input-hints"
type AttrGetType TextViewInputHintsPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewInputHintsPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewInputHintsPropertyInfo = IsTextView
type AttrAllowedOps TextViewInputHintsPropertyInfo Source # 
type AttrAllowedOps TextViewInputHintsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewInputHints :: IsTextView o => [InputHints] -> IO (GValueConstruct o) Source #

textViewInputHints :: AttrLabelProxy "inputHints" Source #

InputPurpose

data TextViewInputPurposePropertyInfo Source #

Instances

AttrInfo TextViewInputPurposePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewInputPurposePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewInputPurposePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewInputPurposePropertyInfo :: * -> Constraint

type AttrGetType TextViewInputPurposePropertyInfo :: *

type AttrLabel TextViewInputPurposePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewInputPurposePropertyInfo o => Proxy * TextViewInputPurposePropertyInfo -> o -> IO (AttrGetType TextViewInputPurposePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewInputPurposePropertyInfo o, AttrSetTypeConstraint TextViewInputPurposePropertyInfo b) => Proxy * TextViewInputPurposePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewInputPurposePropertyInfo o => Proxy * TextViewInputPurposePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewInputPurposePropertyInfo o, AttrSetTypeConstraint TextViewInputPurposePropertyInfo b) => Proxy * TextViewInputPurposePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewInputPurposePropertyInfo Source # 
type AttrSetTypeConstraint TextViewInputPurposePropertyInfo = * ~ InputPurpose
type AttrLabel TextViewInputPurposePropertyInfo Source # 
type AttrLabel TextViewInputPurposePropertyInfo = "input-purpose"
type AttrGetType TextViewInputPurposePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewInputPurposePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewInputPurposePropertyInfo = IsTextView
type AttrAllowedOps TextViewInputPurposePropertyInfo Source # 
type AttrAllowedOps TextViewInputPurposePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

textViewInputPurpose :: AttrLabelProxy "inputPurpose" Source #

Justification

data TextViewJustificationPropertyInfo Source #

Instances

AttrInfo TextViewJustificationPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewJustificationPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewJustificationPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewJustificationPropertyInfo :: * -> Constraint

type AttrGetType TextViewJustificationPropertyInfo :: *

type AttrLabel TextViewJustificationPropertyInfo :: Symbol

type AttrSetTypeConstraint TextViewJustificationPropertyInfo Source # 
type AttrSetTypeConstraint TextViewJustificationPropertyInfo = * ~ Justification
type AttrLabel TextViewJustificationPropertyInfo Source # 
type AttrLabel TextViewJustificationPropertyInfo = "justification"
type AttrGetType TextViewJustificationPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewJustificationPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewJustificationPropertyInfo = IsTextView
type AttrAllowedOps TextViewJustificationPropertyInfo Source # 
type AttrAllowedOps TextViewJustificationPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

textViewJustification :: AttrLabelProxy "justification" Source #

LeftMargin

data TextViewLeftMarginPropertyInfo Source #

Instances

AttrInfo TextViewLeftMarginPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewLeftMarginPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewLeftMarginPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo :: * -> Constraint

type AttrGetType TextViewLeftMarginPropertyInfo :: *

type AttrLabel TextViewLeftMarginPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo o => Proxy * TextViewLeftMarginPropertyInfo -> o -> IO (AttrGetType TextViewLeftMarginPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo o, AttrSetTypeConstraint TextViewLeftMarginPropertyInfo b) => Proxy * TextViewLeftMarginPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo o => Proxy * TextViewLeftMarginPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo o, AttrSetTypeConstraint TextViewLeftMarginPropertyInfo b) => Proxy * TextViewLeftMarginPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewLeftMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextViewLeftMarginPropertyInfo = * ~ Int32
type AttrLabel TextViewLeftMarginPropertyInfo Source # 
type AttrLabel TextViewLeftMarginPropertyInfo = "left-margin"
type AttrGetType TextViewLeftMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo = IsTextView
type AttrAllowedOps TextViewLeftMarginPropertyInfo Source # 
type AttrAllowedOps TextViewLeftMarginPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewLeftMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #

textViewLeftMargin :: AttrLabelProxy "leftMargin" Source #

Monospace

data TextViewMonospacePropertyInfo Source #

Instances

AttrInfo TextViewMonospacePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewMonospacePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewMonospacePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewMonospacePropertyInfo :: * -> Constraint

type AttrGetType TextViewMonospacePropertyInfo :: *

type AttrLabel TextViewMonospacePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewMonospacePropertyInfo o => Proxy * TextViewMonospacePropertyInfo -> o -> IO (AttrGetType TextViewMonospacePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewMonospacePropertyInfo o, AttrSetTypeConstraint TextViewMonospacePropertyInfo b) => Proxy * TextViewMonospacePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewMonospacePropertyInfo o => Proxy * TextViewMonospacePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewMonospacePropertyInfo o, AttrSetTypeConstraint TextViewMonospacePropertyInfo b) => Proxy * TextViewMonospacePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewMonospacePropertyInfo Source # 
type AttrSetTypeConstraint TextViewMonospacePropertyInfo = * ~ Bool
type AttrLabel TextViewMonospacePropertyInfo Source # 
type AttrLabel TextViewMonospacePropertyInfo = "monospace"
type AttrGetType TextViewMonospacePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewMonospacePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewMonospacePropertyInfo = IsTextView
type AttrAllowedOps TextViewMonospacePropertyInfo Source # 
type AttrAllowedOps TextViewMonospacePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewMonospace :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewMonospace :: AttrLabelProxy "monospace" Source #

Overwrite

data TextViewOverwritePropertyInfo Source #

Instances

AttrInfo TextViewOverwritePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewOverwritePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewOverwritePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewOverwritePropertyInfo :: * -> Constraint

type AttrGetType TextViewOverwritePropertyInfo :: *

type AttrLabel TextViewOverwritePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewOverwritePropertyInfo o => Proxy * TextViewOverwritePropertyInfo -> o -> IO (AttrGetType TextViewOverwritePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewOverwritePropertyInfo o, AttrSetTypeConstraint TextViewOverwritePropertyInfo b) => Proxy * TextViewOverwritePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewOverwritePropertyInfo o => Proxy * TextViewOverwritePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewOverwritePropertyInfo o, AttrSetTypeConstraint TextViewOverwritePropertyInfo b) => Proxy * TextViewOverwritePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewOverwritePropertyInfo Source # 
type AttrSetTypeConstraint TextViewOverwritePropertyInfo = * ~ Bool
type AttrLabel TextViewOverwritePropertyInfo Source # 
type AttrLabel TextViewOverwritePropertyInfo = "overwrite"
type AttrGetType TextViewOverwritePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewOverwritePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewOverwritePropertyInfo = IsTextView
type AttrAllowedOps TextViewOverwritePropertyInfo Source # 
type AttrAllowedOps TextViewOverwritePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewOverwrite :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewOverwrite :: AttrLabelProxy "overwrite" Source #

PixelsAboveLines

data TextViewPixelsAboveLinesPropertyInfo Source #

Instances

AttrInfo TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsAboveLinesPropertyInfo = * ~ Int32
type AttrLabel TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrLabel TextViewPixelsAboveLinesPropertyInfo = "pixels-above-lines"
type AttrGetType TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsAboveLinesPropertyInfo = IsTextView
type AttrAllowedOps TextViewPixelsAboveLinesPropertyInfo Source # 
type AttrAllowedOps TextViewPixelsAboveLinesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

textViewPixelsAboveLines :: AttrLabelProxy "pixelsAboveLines" Source #

PixelsBelowLines

data TextViewPixelsBelowLinesPropertyInfo Source #

Instances

AttrInfo TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsBelowLinesPropertyInfo = * ~ Int32
type AttrLabel TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrLabel TextViewPixelsBelowLinesPropertyInfo = "pixels-below-lines"
type AttrGetType TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsBelowLinesPropertyInfo = IsTextView
type AttrAllowedOps TextViewPixelsBelowLinesPropertyInfo Source # 
type AttrAllowedOps TextViewPixelsBelowLinesPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

textViewPixelsBelowLines :: AttrLabelProxy "pixelsBelowLines" Source #

PixelsInsideWrap

data TextViewPixelsInsideWrapPropertyInfo Source #

Instances

AttrInfo TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPixelsInsideWrapPropertyInfo = * ~ Int32
type AttrLabel TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrLabel TextViewPixelsInsideWrapPropertyInfo = "pixels-inside-wrap"
type AttrGetType TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPixelsInsideWrapPropertyInfo = IsTextView
type AttrAllowedOps TextViewPixelsInsideWrapPropertyInfo Source # 
type AttrAllowedOps TextViewPixelsInsideWrapPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

textViewPixelsInsideWrap :: AttrLabelProxy "pixelsInsideWrap" Source #

PopulateAll

data TextViewPopulateAllPropertyInfo Source #

Instances

AttrInfo TextViewPopulateAllPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewPopulateAllPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewPopulateAllPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo :: * -> Constraint

type AttrGetType TextViewPopulateAllPropertyInfo :: *

type AttrLabel TextViewPopulateAllPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo o => Proxy * TextViewPopulateAllPropertyInfo -> o -> IO (AttrGetType TextViewPopulateAllPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo o, AttrSetTypeConstraint TextViewPopulateAllPropertyInfo b) => Proxy * TextViewPopulateAllPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo o => Proxy * TextViewPopulateAllPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo o, AttrSetTypeConstraint TextViewPopulateAllPropertyInfo b) => Proxy * TextViewPopulateAllPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewPopulateAllPropertyInfo Source # 
type AttrSetTypeConstraint TextViewPopulateAllPropertyInfo = * ~ Bool
type AttrLabel TextViewPopulateAllPropertyInfo Source # 
type AttrLabel TextViewPopulateAllPropertyInfo = "populate-all"
type AttrGetType TextViewPopulateAllPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo = IsTextView
type AttrAllowedOps TextViewPopulateAllPropertyInfo Source # 
type AttrAllowedOps TextViewPopulateAllPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewPopulateAll :: IsTextView o => Bool -> IO (GValueConstruct o) Source #

textViewPopulateAll :: AttrLabelProxy "populateAll" Source #

RightMargin

data TextViewRightMarginPropertyInfo Source #

Instances

AttrInfo TextViewRightMarginPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewRightMarginPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewRightMarginPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewRightMarginPropertyInfo :: * -> Constraint

type AttrGetType TextViewRightMarginPropertyInfo :: *

type AttrLabel TextViewRightMarginPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewRightMarginPropertyInfo o => Proxy * TextViewRightMarginPropertyInfo -> o -> IO (AttrGetType TextViewRightMarginPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewRightMarginPropertyInfo o, AttrSetTypeConstraint TextViewRightMarginPropertyInfo b) => Proxy * TextViewRightMarginPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewRightMarginPropertyInfo o => Proxy * TextViewRightMarginPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewRightMarginPropertyInfo o, AttrSetTypeConstraint TextViewRightMarginPropertyInfo b) => Proxy * TextViewRightMarginPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewRightMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextViewRightMarginPropertyInfo = * ~ Int32
type AttrLabel TextViewRightMarginPropertyInfo Source # 
type AttrLabel TextViewRightMarginPropertyInfo = "right-margin"
type AttrGetType TextViewRightMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewRightMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewRightMarginPropertyInfo = IsTextView
type AttrAllowedOps TextViewRightMarginPropertyInfo Source # 
type AttrAllowedOps TextViewRightMarginPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewRightMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #

textViewRightMargin :: AttrLabelProxy "rightMargin" Source #

Tabs

data TextViewTabsPropertyInfo Source #

Instances

AttrInfo TextViewTabsPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewTabsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewTabsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewTabsPropertyInfo :: * -> Constraint

type AttrGetType TextViewTabsPropertyInfo :: *

type AttrLabel TextViewTabsPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewTabsPropertyInfo o => Proxy * TextViewTabsPropertyInfo -> o -> IO (AttrGetType TextViewTabsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewTabsPropertyInfo o, AttrSetTypeConstraint TextViewTabsPropertyInfo b) => Proxy * TextViewTabsPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewTabsPropertyInfo o => Proxy * TextViewTabsPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewTabsPropertyInfo o, AttrSetTypeConstraint TextViewTabsPropertyInfo b) => Proxy * TextViewTabsPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewTabsPropertyInfo Source # 
type AttrSetTypeConstraint TextViewTabsPropertyInfo = * ~ TabArray
type AttrLabel TextViewTabsPropertyInfo Source # 
type AttrLabel TextViewTabsPropertyInfo = "tabs"
type AttrGetType TextViewTabsPropertyInfo Source # 
type AttrGetType TextViewTabsPropertyInfo = Maybe TabArray
type AttrBaseTypeConstraint TextViewTabsPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewTabsPropertyInfo = IsTextView
type AttrAllowedOps TextViewTabsPropertyInfo Source # 
type AttrAllowedOps TextViewTabsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewTabs :: IsTextView o => TabArray -> IO (GValueConstruct o) Source #

getTextViewTabs :: (MonadIO m, IsTextView o) => o -> m (Maybe TabArray) Source #

setTextViewTabs :: (MonadIO m, IsTextView o) => o -> TabArray -> m () Source #

textViewTabs :: AttrLabelProxy "tabs" Source #

TopMargin

data TextViewTopMarginPropertyInfo Source #

Instances

AttrInfo TextViewTopMarginPropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewTopMarginPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewTopMarginPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewTopMarginPropertyInfo :: * -> Constraint

type AttrGetType TextViewTopMarginPropertyInfo :: *

type AttrLabel TextViewTopMarginPropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewTopMarginPropertyInfo o => Proxy * TextViewTopMarginPropertyInfo -> o -> IO (AttrGetType TextViewTopMarginPropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewTopMarginPropertyInfo o, AttrSetTypeConstraint TextViewTopMarginPropertyInfo b) => Proxy * TextViewTopMarginPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewTopMarginPropertyInfo o => Proxy * TextViewTopMarginPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewTopMarginPropertyInfo o, AttrSetTypeConstraint TextViewTopMarginPropertyInfo b) => Proxy * TextViewTopMarginPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewTopMarginPropertyInfo Source # 
type AttrSetTypeConstraint TextViewTopMarginPropertyInfo = * ~ Int32
type AttrLabel TextViewTopMarginPropertyInfo Source # 
type AttrLabel TextViewTopMarginPropertyInfo = "top-margin"
type AttrGetType TextViewTopMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewTopMarginPropertyInfo Source # 
type AttrBaseTypeConstraint TextViewTopMarginPropertyInfo = IsTextView
type AttrAllowedOps TextViewTopMarginPropertyInfo Source # 
type AttrAllowedOps TextViewTopMarginPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewTopMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #

textViewTopMargin :: AttrLabelProxy "topMargin" Source #

WrapMode

data TextViewWrapModePropertyInfo Source #

Instances

AttrInfo TextViewWrapModePropertyInfo Source # 

Associated Types

type AttrAllowedOps TextViewWrapModePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint TextViewWrapModePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint TextViewWrapModePropertyInfo :: * -> Constraint

type AttrGetType TextViewWrapModePropertyInfo :: *

type AttrLabel TextViewWrapModePropertyInfo :: Symbol

Methods

attrGet :: AttrBaseTypeConstraint TextViewWrapModePropertyInfo o => Proxy * TextViewWrapModePropertyInfo -> o -> IO (AttrGetType TextViewWrapModePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TextViewWrapModePropertyInfo o, AttrSetTypeConstraint TextViewWrapModePropertyInfo b) => Proxy * TextViewWrapModePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TextViewWrapModePropertyInfo o => Proxy * TextViewWrapModePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TextViewWrapModePropertyInfo o, AttrSetTypeConstraint TextViewWrapModePropertyInfo b) => Proxy * TextViewWrapModePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint TextViewWrapModePropertyInfo Source # 
type AttrSetTypeConstraint TextViewWrapModePropertyInfo = * ~ WrapMode
type AttrLabel TextViewWrapModePropertyInfo Source # 
type AttrLabel TextViewWrapModePropertyInfo = "wrap-mode"
type AttrGetType TextViewWrapModePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewWrapModePropertyInfo Source # 
type AttrBaseTypeConstraint TextViewWrapModePropertyInfo = IsTextView
type AttrAllowedOps TextViewWrapModePropertyInfo Source # 
type AttrAllowedOps TextViewWrapModePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructTextViewWrapMode :: IsTextView o => WrapMode -> IO (GValueConstruct o) Source #

textViewWrapMode :: AttrLabelProxy "wrapMode" Source #

Signals

Backspace

data TextViewBackspaceSignalInfo Source #

Instances

SignalInfo TextViewBackspaceSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewBackspaceSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewBackspaceSignalInfo -> o -> HaskellCallbackType TextViewBackspaceSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewBackspaceSignalInfo Source # 

afterTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId Source #

onTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId Source #

CopyClipboard

data TextViewCopyClipboardSignalInfo Source #

Instances

SignalInfo TextViewCopyClipboardSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewCopyClipboardSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewCopyClipboardSignalInfo -> o -> HaskellCallbackType TextViewCopyClipboardSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewCopyClipboardSignalInfo Source # 

afterTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId Source #

onTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId Source #

CutClipboard

data TextViewCutClipboardSignalInfo Source #

Instances

SignalInfo TextViewCutClipboardSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewCutClipboardSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewCutClipboardSignalInfo -> o -> HaskellCallbackType TextViewCutClipboardSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewCutClipboardSignalInfo Source # 

afterTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId Source #

onTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId Source #

DeleteFromCursor

data TextViewDeleteFromCursorSignalInfo Source #

Instances

SignalInfo TextViewDeleteFromCursorSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewDeleteFromCursorSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewDeleteFromCursorSignalInfo -> o -> HaskellCallbackType TextViewDeleteFromCursorSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewDeleteFromCursorSignalInfo Source # 

afterTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId Source #

onTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId Source #

ExtendSelection

data TextViewExtendSelectionSignalInfo Source #

Instances

SignalInfo TextViewExtendSelectionSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewExtendSelectionSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewExtendSelectionSignalInfo -> o -> HaskellCallbackType TextViewExtendSelectionSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewExtendSelectionSignalInfo Source # 

afterTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #

onTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #

InsertAtCursor

data TextViewInsertAtCursorSignalInfo Source #

Instances

SignalInfo TextViewInsertAtCursorSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewInsertAtCursorSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewInsertAtCursorSignalInfo -> o -> HaskellCallbackType TextViewInsertAtCursorSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewInsertAtCursorSignalInfo Source # 

afterTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId Source #

onTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId Source #

MoveCursor

type TextViewMoveCursorCallbackC = Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO () Source #

data TextViewMoveCursorSignalInfo Source #

Instances

SignalInfo TextViewMoveCursorSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewMoveCursorSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewMoveCursorSignalInfo -> o -> HaskellCallbackType TextViewMoveCursorSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewMoveCursorSignalInfo Source # 

afterTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId Source #

onTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId Source #

MoveViewport

data TextViewMoveViewportSignalInfo Source #

Instances

SignalInfo TextViewMoveViewportSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewMoveViewportSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewMoveViewportSignalInfo -> o -> HaskellCallbackType TextViewMoveViewportSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewMoveViewportSignalInfo Source # 

afterTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId Source #

onTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId Source #

PasteClipboard

data TextViewPasteClipboardSignalInfo Source #

Instances

SignalInfo TextViewPasteClipboardSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewPasteClipboardSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewPasteClipboardSignalInfo -> o -> HaskellCallbackType TextViewPasteClipboardSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewPasteClipboardSignalInfo Source # 

afterTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId Source #

onTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId Source #

PopulatePopup

data TextViewPopulatePopupSignalInfo Source #

Instances

SignalInfo TextViewPopulatePopupSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewPopulatePopupSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewPopulatePopupSignalInfo -> o -> HaskellCallbackType TextViewPopulatePopupSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewPopulatePopupSignalInfo Source # 

afterTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId Source #

onTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId Source #

PreeditChanged

data TextViewPreeditChangedSignalInfo Source #

Instances

SignalInfo TextViewPreeditChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewPreeditChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewPreeditChangedSignalInfo -> o -> HaskellCallbackType TextViewPreeditChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewPreeditChangedSignalInfo Source # 

afterTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId Source #

onTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId Source #

SelectAll

type TextViewSelectAllCallbackC = Ptr () -> CInt -> Ptr () -> IO () Source #

data TextViewSelectAllSignalInfo Source #

Instances

SignalInfo TextViewSelectAllSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewSelectAllSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewSelectAllSignalInfo -> o -> HaskellCallbackType TextViewSelectAllSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewSelectAllSignalInfo Source # 

afterTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId Source #

onTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId Source #

SetAnchor

data TextViewSetAnchorSignalInfo Source #

Instances

SignalInfo TextViewSetAnchorSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewSetAnchorSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewSetAnchorSignalInfo -> o -> HaskellCallbackType TextViewSetAnchorSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewSetAnchorSignalInfo Source # 

afterTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId Source #

onTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId Source #

ToggleCursorVisible

data TextViewToggleCursorVisibleSignalInfo Source #

Instances

SignalInfo TextViewToggleCursorVisibleSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewToggleCursorVisibleSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewToggleCursorVisibleSignalInfo -> o -> HaskellCallbackType TextViewToggleCursorVisibleSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewToggleCursorVisibleSignalInfo Source # 

ToggleOverwrite

data TextViewToggleOverwriteSignalInfo Source #

Instances

SignalInfo TextViewToggleOverwriteSignalInfo Source # 

Associated Types

type HaskellCallbackType TextViewToggleOverwriteSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o TextViewToggleOverwriteSignalInfo -> o -> HaskellCallbackType TextViewToggleOverwriteSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType TextViewToggleOverwriteSignalInfo Source # 

afterTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId Source #

onTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId Source #