| 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.TextView
Contents
- Exported types
- Methods
- textViewAddChildAtAnchor
- textViewAddChildInWindow
- textViewBackwardDisplayLine
- textViewBackwardDisplayLineStart
- textViewBufferToWindowCoords
- textViewForwardDisplayLine
- textViewForwardDisplayLineEnd
- textViewGetAcceptsTab
- textViewGetBorderWindowSize
- textViewGetBottomMargin
- textViewGetBuffer
- textViewGetCursorLocations
- textViewGetCursorVisible
- textViewGetDefaultAttributes
- textViewGetEditable
- textViewGetHadjustment
- textViewGetIndent
- textViewGetInputHints
- textViewGetInputPurpose
- textViewGetIterAtLocation
- textViewGetIterAtPosition
- textViewGetIterLocation
- textViewGetJustification
- textViewGetLeftMargin
- textViewGetLineAtY
- textViewGetLineYrange
- textViewGetMonospace
- textViewGetOverwrite
- textViewGetPixelsAboveLines
- textViewGetPixelsBelowLines
- textViewGetPixelsInsideWrap
- textViewGetRightMargin
- textViewGetTabs
- textViewGetTopMargin
- textViewGetVadjustment
- textViewGetVisibleRect
- textViewGetWindow
- textViewGetWindowType
- textViewGetWrapMode
- textViewImContextFilterKeypress
- textViewMoveChild
- textViewMoveMarkOnscreen
- textViewMoveVisually
- textViewNew
- textViewNewWithBuffer
- textViewPlaceCursorOnscreen
- textViewResetCursorBlink
- textViewResetImContext
- textViewScrollMarkOnscreen
- textViewScrollToIter
- textViewScrollToMark
- textViewSetAcceptsTab
- textViewSetBorderWindowSize
- textViewSetBottomMargin
- textViewSetBuffer
- textViewSetCursorVisible
- textViewSetEditable
- textViewSetIndent
- textViewSetInputHints
- textViewSetInputPurpose
- textViewSetJustification
- textViewSetLeftMargin
- textViewSetMonospace
- textViewSetOverwrite
- textViewSetPixelsAboveLines
- textViewSetPixelsBelowLines
- textViewSetPixelsInsideWrap
- textViewSetRightMargin
- textViewSetTabs
- textViewSetTopMargin
- textViewSetWrapMode
- textViewStartsDisplayLine
- textViewWindowToBufferCoords
- Properties
- Signals
Description
- newtype TextView = TextView (ForeignPtr TextView)
- class GObject o => IsTextView o
- toTextView :: IsTextView o => o -> IO TextView
- noTextView :: Maybe TextView
- data TextViewAddChildAtAnchorMethodInfo
- textViewAddChildAtAnchor :: (MonadIO m, IsTextView a, IsWidget b, IsTextChildAnchor c) => a -> b -> c -> m ()
- data TextViewAddChildInWindowMethodInfo
- textViewAddChildInWindow :: (MonadIO m, IsTextView a, IsWidget b) => a -> b -> TextWindowType -> Int32 -> Int32 -> m ()
- data TextViewBackwardDisplayLineMethodInfo
- textViewBackwardDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool
- data TextViewBackwardDisplayLineStartMethodInfo
- textViewBackwardDisplayLineStart :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool
- data TextViewBufferToWindowCoordsMethodInfo
- textViewBufferToWindowCoords :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)
- data TextViewForwardDisplayLineMethodInfo
- textViewForwardDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool
- data TextViewForwardDisplayLineEndMethodInfo
- textViewForwardDisplayLineEnd :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool
- data TextViewGetAcceptsTabMethodInfo
- textViewGetAcceptsTab :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewGetBorderWindowSizeMethodInfo
- textViewGetBorderWindowSize :: (MonadIO m, IsTextView a) => a -> TextWindowType -> m Int32
- data TextViewGetBottomMarginMethodInfo
- textViewGetBottomMargin :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetBufferMethodInfo
- textViewGetBuffer :: (MonadIO m, IsTextView a) => a -> m TextBuffer
- data TextViewGetCursorLocationsMethodInfo
- textViewGetCursorLocations :: (MonadIO m, IsTextView a) => a -> Maybe TextIter -> m (Rectangle, Rectangle)
- data TextViewGetCursorVisibleMethodInfo
- textViewGetCursorVisible :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewGetDefaultAttributesMethodInfo
- textViewGetDefaultAttributes :: (MonadIO m, IsTextView a) => a -> m TextAttributes
- data TextViewGetEditableMethodInfo
- textViewGetEditable :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewGetHadjustmentMethodInfo
- textViewGetHadjustment :: (MonadIO m, IsTextView a) => a -> m Adjustment
- data TextViewGetIndentMethodInfo
- textViewGetIndent :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetInputHintsMethodInfo
- textViewGetInputHints :: (MonadIO m, IsTextView a) => a -> m [InputHints]
- data TextViewGetInputPurposeMethodInfo
- textViewGetInputPurpose :: (MonadIO m, IsTextView a) => a -> m InputPurpose
- data TextViewGetIterAtLocationMethodInfo
- textViewGetIterAtLocation :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter)
- data TextViewGetIterAtPositionMethodInfo
- textViewGetIterAtPosition :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter, Int32)
- data TextViewGetIterLocationMethodInfo
- textViewGetIterLocation :: (MonadIO m, IsTextView a) => a -> TextIter -> m Rectangle
- data TextViewGetJustificationMethodInfo
- textViewGetJustification :: (MonadIO m, IsTextView a) => a -> m Justification
- data TextViewGetLeftMarginMethodInfo
- textViewGetLeftMargin :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetLineAtYMethodInfo
- textViewGetLineAtY :: (MonadIO m, IsTextView a) => a -> Int32 -> m (TextIter, Int32)
- data TextViewGetLineYrangeMethodInfo
- textViewGetLineYrange :: (MonadIO m, IsTextView a) => a -> TextIter -> m (Int32, Int32)
- data TextViewGetMonospaceMethodInfo
- textViewGetMonospace :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewGetOverwriteMethodInfo
- textViewGetOverwrite :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewGetPixelsAboveLinesMethodInfo
- textViewGetPixelsAboveLines :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetPixelsBelowLinesMethodInfo
- textViewGetPixelsBelowLines :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetPixelsInsideWrapMethodInfo
- textViewGetPixelsInsideWrap :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetRightMarginMethodInfo
- textViewGetRightMargin :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetTabsMethodInfo
- textViewGetTabs :: (MonadIO m, IsTextView a) => a -> m (Maybe TabArray)
- data TextViewGetTopMarginMethodInfo
- textViewGetTopMargin :: (MonadIO m, IsTextView a) => a -> m Int32
- data TextViewGetVadjustmentMethodInfo
- textViewGetVadjustment :: (MonadIO m, IsTextView a) => a -> m Adjustment
- data TextViewGetVisibleRectMethodInfo
- textViewGetVisibleRect :: (MonadIO m, IsTextView a) => a -> m Rectangle
- data TextViewGetWindowMethodInfo
- textViewGetWindow :: (MonadIO m, IsTextView a) => a -> TextWindowType -> m (Maybe Window)
- data TextViewGetWindowTypeMethodInfo
- textViewGetWindowType :: (MonadIO m, IsTextView a, IsWindow b) => a -> b -> m TextWindowType
- data TextViewGetWrapModeMethodInfo
- textViewGetWrapMode :: (MonadIO m, IsTextView a) => a -> m WrapMode
- data TextViewImContextFilterKeypressMethodInfo
- textViewImContextFilterKeypress :: (MonadIO m, IsTextView a) => a -> EventKey -> m Bool
- data TextViewMoveChildMethodInfo
- textViewMoveChild :: (MonadIO m, IsTextView a, IsWidget b) => a -> b -> Int32 -> Int32 -> m ()
- data TextViewMoveMarkOnscreenMethodInfo
- textViewMoveMarkOnscreen :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> m Bool
- data TextViewMoveVisuallyMethodInfo
- textViewMoveVisually :: (MonadIO m, IsTextView a) => a -> TextIter -> Int32 -> m Bool
- textViewNew :: MonadIO m => m TextView
- textViewNewWithBuffer :: (MonadIO m, IsTextBuffer a) => a -> m TextView
- data TextViewPlaceCursorOnscreenMethodInfo
- textViewPlaceCursorOnscreen :: (MonadIO m, IsTextView a) => a -> m Bool
- data TextViewResetCursorBlinkMethodInfo
- textViewResetCursorBlink :: (MonadIO m, IsTextView a) => a -> m ()
- data TextViewResetImContextMethodInfo
- textViewResetImContext :: (MonadIO m, IsTextView a) => a -> m ()
- data TextViewScrollMarkOnscreenMethodInfo
- textViewScrollMarkOnscreen :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> m ()
- data TextViewScrollToIterMethodInfo
- textViewScrollToIter :: (MonadIO m, IsTextView a) => a -> TextIter -> Double -> Bool -> Double -> Double -> m Bool
- data TextViewScrollToMarkMethodInfo
- textViewScrollToMark :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> Double -> Bool -> Double -> Double -> m ()
- data TextViewSetAcceptsTabMethodInfo
- textViewSetAcceptsTab :: (MonadIO m, IsTextView a) => a -> Bool -> m ()
- data TextViewSetBorderWindowSizeMethodInfo
- textViewSetBorderWindowSize :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> m ()
- data TextViewSetBottomMarginMethodInfo
- textViewSetBottomMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetBufferMethodInfo
- textViewSetBuffer :: (MonadIO m, IsTextView a, IsTextBuffer b) => a -> Maybe b -> m ()
- data TextViewSetCursorVisibleMethodInfo
- textViewSetCursorVisible :: (MonadIO m, IsTextView a) => a -> Bool -> m ()
- data TextViewSetEditableMethodInfo
- textViewSetEditable :: (MonadIO m, IsTextView a) => a -> Bool -> m ()
- data TextViewSetIndentMethodInfo
- textViewSetIndent :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetInputHintsMethodInfo
- textViewSetInputHints :: (MonadIO m, IsTextView a) => a -> [InputHints] -> m ()
- data TextViewSetInputPurposeMethodInfo
- textViewSetInputPurpose :: (MonadIO m, IsTextView a) => a -> InputPurpose -> m ()
- data TextViewSetJustificationMethodInfo
- textViewSetJustification :: (MonadIO m, IsTextView a) => a -> Justification -> m ()
- data TextViewSetLeftMarginMethodInfo
- textViewSetLeftMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetMonospaceMethodInfo
- textViewSetMonospace :: (MonadIO m, IsTextView a) => a -> Bool -> m ()
- data TextViewSetOverwriteMethodInfo
- textViewSetOverwrite :: (MonadIO m, IsTextView a) => a -> Bool -> m ()
- data TextViewSetPixelsAboveLinesMethodInfo
- textViewSetPixelsAboveLines :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetPixelsBelowLinesMethodInfo
- textViewSetPixelsBelowLines :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetPixelsInsideWrapMethodInfo
- textViewSetPixelsInsideWrap :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetRightMarginMethodInfo
- textViewSetRightMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetTabsMethodInfo
- textViewSetTabs :: (MonadIO m, IsTextView a) => a -> TabArray -> m ()
- data TextViewSetTopMarginMethodInfo
- textViewSetTopMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m ()
- data TextViewSetWrapModeMethodInfo
- textViewSetWrapMode :: (MonadIO m, IsTextView a) => a -> WrapMode -> m ()
- data TextViewStartsDisplayLineMethodInfo
- textViewStartsDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool
- data TextViewWindowToBufferCoordsMethodInfo
- textViewWindowToBufferCoords :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)
- data TextViewAcceptsTabPropertyInfo
- constructTextViewAcceptsTab :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewAcceptsTab :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewAcceptsTab :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewAcceptsTab :: AttrLabelProxy "acceptsTab"
- data TextViewBottomMarginPropertyInfo
- constructTextViewBottomMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewBottomMargin :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewBottomMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewBottomMargin :: AttrLabelProxy "bottomMargin"
- data TextViewBufferPropertyInfo
- clearTextViewBuffer :: (MonadIO m, IsTextView o) => o -> m ()
- constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO (GValueConstruct o)
- getTextViewBuffer :: (MonadIO m, IsTextView o) => o -> m TextBuffer
- setTextViewBuffer :: (MonadIO m, IsTextView o, IsTextBuffer a) => o -> a -> m ()
- textViewBuffer :: AttrLabelProxy "buffer"
- data TextViewCursorVisiblePropertyInfo
- constructTextViewCursorVisible :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewCursorVisible :: AttrLabelProxy "cursorVisible"
- data TextViewEditablePropertyInfo
- constructTextViewEditable :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewEditable :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewEditable :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewEditable :: AttrLabelProxy "editable"
- data TextViewImModulePropertyInfo
- clearTextViewImModule :: (MonadIO m, IsTextView o) => o -> m ()
- constructTextViewImModule :: IsTextView o => Text -> IO (GValueConstruct o)
- getTextViewImModule :: (MonadIO m, IsTextView o) => o -> m (Maybe Text)
- setTextViewImModule :: (MonadIO m, IsTextView o) => o -> Text -> m ()
- textViewImModule :: AttrLabelProxy "imModule"
- data TextViewIndentPropertyInfo
- constructTextViewIndent :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewIndent :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewIndent :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewIndent :: AttrLabelProxy "indent"
- data TextViewInputHintsPropertyInfo
- constructTextViewInputHints :: IsTextView o => [InputHints] -> IO (GValueConstruct o)
- getTextViewInputHints :: (MonadIO m, IsTextView o) => o -> m [InputHints]
- setTextViewInputHints :: (MonadIO m, IsTextView o) => o -> [InputHints] -> m ()
- textViewInputHints :: AttrLabelProxy "inputHints"
- data TextViewInputPurposePropertyInfo
- constructTextViewInputPurpose :: IsTextView o => InputPurpose -> IO (GValueConstruct o)
- getTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> m InputPurpose
- setTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> InputPurpose -> m ()
- textViewInputPurpose :: AttrLabelProxy "inputPurpose"
- data TextViewJustificationPropertyInfo
- constructTextViewJustification :: IsTextView o => Justification -> IO (GValueConstruct o)
- getTextViewJustification :: (MonadIO m, IsTextView o) => o -> m Justification
- setTextViewJustification :: (MonadIO m, IsTextView o) => o -> Justification -> m ()
- textViewJustification :: AttrLabelProxy "justification"
- data TextViewLeftMarginPropertyInfo
- constructTextViewLeftMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewLeftMargin :: AttrLabelProxy "leftMargin"
- data TextViewMonospacePropertyInfo
- constructTextViewMonospace :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewMonospace :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewMonospace :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewMonospace :: AttrLabelProxy "monospace"
- data TextViewOverwritePropertyInfo
- constructTextViewOverwrite :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewOverwrite :: AttrLabelProxy "overwrite"
- data TextViewPixelsAboveLinesPropertyInfo
- constructTextViewPixelsAboveLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewPixelsAboveLines :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewPixelsAboveLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewPixelsAboveLines :: AttrLabelProxy "pixelsAboveLines"
- data TextViewPixelsBelowLinesPropertyInfo
- constructTextViewPixelsBelowLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewPixelsBelowLines :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewPixelsBelowLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewPixelsBelowLines :: AttrLabelProxy "pixelsBelowLines"
- data TextViewPixelsInsideWrapPropertyInfo
- constructTextViewPixelsInsideWrap :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewPixelsInsideWrap :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewPixelsInsideWrap :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewPixelsInsideWrap :: AttrLabelProxy "pixelsInsideWrap"
- data TextViewPopulateAllPropertyInfo
- constructTextViewPopulateAll :: IsTextView o => Bool -> IO (GValueConstruct o)
- getTextViewPopulateAll :: (MonadIO m, IsTextView o) => o -> m Bool
- setTextViewPopulateAll :: (MonadIO m, IsTextView o) => o -> Bool -> m ()
- textViewPopulateAll :: AttrLabelProxy "populateAll"
- data TextViewRightMarginPropertyInfo
- constructTextViewRightMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewRightMargin :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewRightMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewRightMargin :: AttrLabelProxy "rightMargin"
- data TextViewTabsPropertyInfo
- constructTextViewTabs :: IsTextView o => TabArray -> IO (GValueConstruct o)
- getTextViewTabs :: (MonadIO m, IsTextView o) => o -> m (Maybe TabArray)
- setTextViewTabs :: (MonadIO m, IsTextView o) => o -> TabArray -> m ()
- textViewTabs :: AttrLabelProxy "tabs"
- data TextViewTopMarginPropertyInfo
- constructTextViewTopMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- getTextViewTopMargin :: (MonadIO m, IsTextView o) => o -> m Int32
- setTextViewTopMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()
- textViewTopMargin :: AttrLabelProxy "topMargin"
- data TextViewWrapModePropertyInfo
- constructTextViewWrapMode :: IsTextView o => WrapMode -> IO (GValueConstruct o)
- getTextViewWrapMode :: (MonadIO m, IsTextView o) => o -> m WrapMode
- setTextViewWrapMode :: (MonadIO m, IsTextView o) => o -> WrapMode -> m ()
- textViewWrapMode :: AttrLabelProxy "wrapMode"
- type TextViewBackspaceCallback = IO ()
- type TextViewBackspaceCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewBackspaceSignalInfo
- afterTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId
- mkTextViewBackspaceCallback :: TextViewBackspaceCallbackC -> IO (FunPtr TextViewBackspaceCallbackC)
- noTextViewBackspaceCallback :: Maybe TextViewBackspaceCallback
- onTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId
- textViewBackspaceCallbackWrapper :: TextViewBackspaceCallback -> Ptr () -> Ptr () -> IO ()
- textViewBackspaceClosure :: TextViewBackspaceCallback -> IO Closure
- type TextViewCopyClipboardCallback = IO ()
- type TextViewCopyClipboardCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewCopyClipboardSignalInfo
- afterTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId
- mkTextViewCopyClipboardCallback :: TextViewCopyClipboardCallbackC -> IO (FunPtr TextViewCopyClipboardCallbackC)
- noTextViewCopyClipboardCallback :: Maybe TextViewCopyClipboardCallback
- onTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId
- textViewCopyClipboardCallbackWrapper :: TextViewCopyClipboardCallback -> Ptr () -> Ptr () -> IO ()
- textViewCopyClipboardClosure :: TextViewCopyClipboardCallback -> IO Closure
- type TextViewCutClipboardCallback = IO ()
- type TextViewCutClipboardCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewCutClipboardSignalInfo
- afterTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId
- mkTextViewCutClipboardCallback :: TextViewCutClipboardCallbackC -> IO (FunPtr TextViewCutClipboardCallbackC)
- noTextViewCutClipboardCallback :: Maybe TextViewCutClipboardCallback
- onTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId
- textViewCutClipboardCallbackWrapper :: TextViewCutClipboardCallback -> Ptr () -> Ptr () -> IO ()
- textViewCutClipboardClosure :: TextViewCutClipboardCallback -> IO Closure
- type TextViewDeleteFromCursorCallback = DeleteType -> Int32 -> IO ()
- type TextViewDeleteFromCursorCallbackC = Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- data TextViewDeleteFromCursorSignalInfo
- afterTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId
- mkTextViewDeleteFromCursorCallback :: TextViewDeleteFromCursorCallbackC -> IO (FunPtr TextViewDeleteFromCursorCallbackC)
- noTextViewDeleteFromCursorCallback :: Maybe TextViewDeleteFromCursorCallback
- onTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId
- textViewDeleteFromCursorCallbackWrapper :: TextViewDeleteFromCursorCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- textViewDeleteFromCursorClosure :: TextViewDeleteFromCursorCallback -> IO Closure
- type TextViewExtendSelectionCallback = TextExtendSelection -> TextIter -> TextIter -> TextIter -> IO Bool
- type TextViewExtendSelectionCallbackC = Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt
- data TextViewExtendSelectionSignalInfo
- afterTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId
- mkTextViewExtendSelectionCallback :: TextViewExtendSelectionCallbackC -> IO (FunPtr TextViewExtendSelectionCallbackC)
- noTextViewExtendSelectionCallback :: Maybe TextViewExtendSelectionCallback
- onTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId
- textViewExtendSelectionCallbackWrapper :: TextViewExtendSelectionCallback -> Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt
- textViewExtendSelectionClosure :: TextViewExtendSelectionCallback -> IO Closure
- type TextViewInsertAtCursorCallback = Text -> IO ()
- type TextViewInsertAtCursorCallbackC = Ptr () -> CString -> Ptr () -> IO ()
- data TextViewInsertAtCursorSignalInfo
- afterTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId
- mkTextViewInsertAtCursorCallback :: TextViewInsertAtCursorCallbackC -> IO (FunPtr TextViewInsertAtCursorCallbackC)
- noTextViewInsertAtCursorCallback :: Maybe TextViewInsertAtCursorCallback
- onTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId
- textViewInsertAtCursorCallbackWrapper :: TextViewInsertAtCursorCallback -> Ptr () -> CString -> Ptr () -> IO ()
- textViewInsertAtCursorClosure :: TextViewInsertAtCursorCallback -> IO Closure
- type TextViewMoveCursorCallback = MovementStep -> Int32 -> Bool -> IO ()
- type TextViewMoveCursorCallbackC = Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO ()
- data TextViewMoveCursorSignalInfo
- afterTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId
- mkTextViewMoveCursorCallback :: TextViewMoveCursorCallbackC -> IO (FunPtr TextViewMoveCursorCallbackC)
- noTextViewMoveCursorCallback :: Maybe TextViewMoveCursorCallback
- onTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId
- textViewMoveCursorCallbackWrapper :: TextViewMoveCursorCallback -> Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO ()
- textViewMoveCursorClosure :: TextViewMoveCursorCallback -> IO Closure
- type TextViewMoveViewportCallback = ScrollStep -> Int32 -> IO ()
- type TextViewMoveViewportCallbackC = Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- data TextViewMoveViewportSignalInfo
- afterTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId
- mkTextViewMoveViewportCallback :: TextViewMoveViewportCallbackC -> IO (FunPtr TextViewMoveViewportCallbackC)
- noTextViewMoveViewportCallback :: Maybe TextViewMoveViewportCallback
- onTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId
- textViewMoveViewportCallbackWrapper :: TextViewMoveViewportCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- textViewMoveViewportClosure :: TextViewMoveViewportCallback -> IO Closure
- type TextViewPasteClipboardCallback = IO ()
- type TextViewPasteClipboardCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewPasteClipboardSignalInfo
- afterTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId
- mkTextViewPasteClipboardCallback :: TextViewPasteClipboardCallbackC -> IO (FunPtr TextViewPasteClipboardCallbackC)
- noTextViewPasteClipboardCallback :: Maybe TextViewPasteClipboardCallback
- onTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId
- textViewPasteClipboardCallbackWrapper :: TextViewPasteClipboardCallback -> Ptr () -> Ptr () -> IO ()
- textViewPasteClipboardClosure :: TextViewPasteClipboardCallback -> IO Closure
- type TextViewPopulatePopupCallback = Widget -> IO ()
- type TextViewPopulatePopupCallbackC = Ptr () -> Ptr Widget -> Ptr () -> IO ()
- data TextViewPopulatePopupSignalInfo
- afterTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId
- mkTextViewPopulatePopupCallback :: TextViewPopulatePopupCallbackC -> IO (FunPtr TextViewPopulatePopupCallbackC)
- noTextViewPopulatePopupCallback :: Maybe TextViewPopulatePopupCallback
- onTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId
- textViewPopulatePopupCallbackWrapper :: TextViewPopulatePopupCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO ()
- textViewPopulatePopupClosure :: TextViewPopulatePopupCallback -> IO Closure
- type TextViewPreeditChangedCallback = Text -> IO ()
- type TextViewPreeditChangedCallbackC = Ptr () -> CString -> Ptr () -> IO ()
- data TextViewPreeditChangedSignalInfo
- afterTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId
- mkTextViewPreeditChangedCallback :: TextViewPreeditChangedCallbackC -> IO (FunPtr TextViewPreeditChangedCallbackC)
- noTextViewPreeditChangedCallback :: Maybe TextViewPreeditChangedCallback
- onTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId
- textViewPreeditChangedCallbackWrapper :: TextViewPreeditChangedCallback -> Ptr () -> CString -> Ptr () -> IO ()
- textViewPreeditChangedClosure :: TextViewPreeditChangedCallback -> IO Closure
- type TextViewSelectAllCallback = Bool -> IO ()
- type TextViewSelectAllCallbackC = Ptr () -> CInt -> Ptr () -> IO ()
- data TextViewSelectAllSignalInfo
- afterTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId
- mkTextViewSelectAllCallback :: TextViewSelectAllCallbackC -> IO (FunPtr TextViewSelectAllCallbackC)
- noTextViewSelectAllCallback :: Maybe TextViewSelectAllCallback
- onTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId
- textViewSelectAllCallbackWrapper :: TextViewSelectAllCallback -> Ptr () -> CInt -> Ptr () -> IO ()
- textViewSelectAllClosure :: TextViewSelectAllCallback -> IO Closure
- type TextViewSetAnchorCallback = IO ()
- type TextViewSetAnchorCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewSetAnchorSignalInfo
- afterTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId
- mkTextViewSetAnchorCallback :: TextViewSetAnchorCallbackC -> IO (FunPtr TextViewSetAnchorCallbackC)
- noTextViewSetAnchorCallback :: Maybe TextViewSetAnchorCallback
- onTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId
- textViewSetAnchorCallbackWrapper :: TextViewSetAnchorCallback -> Ptr () -> Ptr () -> IO ()
- textViewSetAnchorClosure :: TextViewSetAnchorCallback -> IO Closure
- type TextViewToggleCursorVisibleCallback = IO ()
- type TextViewToggleCursorVisibleCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewToggleCursorVisibleSignalInfo
- afterTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId
- mkTextViewToggleCursorVisibleCallback :: TextViewToggleCursorVisibleCallbackC -> IO (FunPtr TextViewToggleCursorVisibleCallbackC)
- noTextViewToggleCursorVisibleCallback :: Maybe TextViewToggleCursorVisibleCallback
- onTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId
- textViewToggleCursorVisibleCallbackWrapper :: TextViewToggleCursorVisibleCallback -> Ptr () -> Ptr () -> IO ()
- textViewToggleCursorVisibleClosure :: TextViewToggleCursorVisibleCallback -> IO Closure
- type TextViewToggleOverwriteCallback = IO ()
- type TextViewToggleOverwriteCallbackC = Ptr () -> Ptr () -> IO ()
- data TextViewToggleOverwriteSignalInfo
- afterTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId
- mkTextViewToggleOverwriteCallback :: TextViewToggleOverwriteCallbackC -> IO (FunPtr TextViewToggleOverwriteCallbackC)
- noTextViewToggleOverwriteCallback :: Maybe TextViewToggleOverwriteCallback
- onTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId
- textViewToggleOverwriteCallbackWrapper :: TextViewToggleOverwriteCallback -> Ptr () -> Ptr () -> IO ()
- textViewToggleOverwriteClosure :: TextViewToggleOverwriteCallback -> IO Closure
Exported types
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 # | |
| ((~) * info (ResolveTextViewMethod t TextView), MethodInfo * info TextView p) => IsLabelProxy t (TextView -> p) Source # | |
| HasAttributeList * TextView Source # | |
| type SignalList TextView Source # | |
| type AttributeList TextView Source # | |
class GObject o => IsTextView o Source #
Instances
| (GObject a, UnknownAncestorError Constraint TextView a) => IsTextView a Source # | |
| IsTextView TextView Source # | |
toTextView :: IsTextView o => o -> IO 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 # | |
textViewAddChildAtAnchor :: (MonadIO m, IsTextView a, IsWidget b, IsTextChildAnchor c) => a -> b -> c -> m () Source #
textViewAddChildInWindow
data TextViewAddChildInWindowMethodInfo Source #
Instances
| ((~) * signature (b -> TextWindowType -> Int32 -> Int32 -> m ()), MonadIO m, IsTextView a, IsWidget b) => MethodInfo * TextViewAddChildInWindowMethodInfo a signature Source # | |
textViewAddChildInWindow :: (MonadIO m, IsTextView a, IsWidget b) => a -> b -> TextWindowType -> Int32 -> Int32 -> m () Source #
textViewBackwardDisplayLine
data TextViewBackwardDisplayLineMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewBackwardDisplayLineMethodInfo a signature Source # | |
textViewBackwardDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool Source #
textViewBackwardDisplayLineStart
data TextViewBackwardDisplayLineStartMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewBackwardDisplayLineStartMethodInfo a signature Source # | |
textViewBackwardDisplayLineStart :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool Source #
textViewBufferToWindowCoords
data TextViewBufferToWindowCoordsMethodInfo Source #
Instances
| ((~) * signature (TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewBufferToWindowCoordsMethodInfo a signature Source # | |
textViewBufferToWindowCoords :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> Int32 -> m (Int32, Int32) Source #
textViewForwardDisplayLine
data TextViewForwardDisplayLineMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewForwardDisplayLineMethodInfo a signature Source # | |
textViewForwardDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool Source #
textViewForwardDisplayLineEnd
data TextViewForwardDisplayLineEndMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewForwardDisplayLineEndMethodInfo a signature Source # | |
textViewForwardDisplayLineEnd :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool Source #
textViewGetAcceptsTab
data TextViewGetAcceptsTabMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetAcceptsTabMethodInfo a signature Source # | |
textViewGetAcceptsTab :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewGetBorderWindowSize
data TextViewGetBorderWindowSizeMethodInfo Source #
Instances
| ((~) * signature (TextWindowType -> m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBorderWindowSizeMethodInfo a signature Source # | |
textViewGetBorderWindowSize :: (MonadIO m, IsTextView a) => a -> TextWindowType -> m Int32 Source #
textViewGetBottomMargin
data TextViewGetBottomMarginMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBottomMarginMethodInfo a signature Source # | |
textViewGetBottomMargin :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetBuffer
data TextViewGetBufferMethodInfo Source #
Instances
| ((~) * signature (m TextBuffer), MonadIO m, IsTextView a) => MethodInfo * TextViewGetBufferMethodInfo a signature Source # | |
textViewGetBuffer :: (MonadIO m, IsTextView a) => a -> m TextBuffer Source #
textViewGetCursorLocations
data TextViewGetCursorLocationsMethodInfo Source #
Instances
| ((~) * signature (Maybe TextIter -> m (Rectangle, Rectangle)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetCursorLocationsMethodInfo a signature Source # | |
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 # | |
textViewGetCursorVisible :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewGetDefaultAttributes
data TextViewGetDefaultAttributesMethodInfo Source #
Instances
| ((~) * signature (m TextAttributes), MonadIO m, IsTextView a) => MethodInfo * TextViewGetDefaultAttributesMethodInfo a signature Source # | |
textViewGetDefaultAttributes :: (MonadIO m, IsTextView a) => a -> m TextAttributes Source #
textViewGetEditable
data TextViewGetEditableMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetEditableMethodInfo a signature Source # | |
textViewGetEditable :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewGetHadjustment
data TextViewGetHadjustmentMethodInfo Source #
Instances
| ((~) * signature (m Adjustment), MonadIO m, IsTextView a) => MethodInfo * TextViewGetHadjustmentMethodInfo a signature Source # | |
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 # | |
textViewGetIndent :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetInputHints
data TextViewGetInputHintsMethodInfo Source #
Instances
| ((~) * signature (m [InputHints]), MonadIO m, IsTextView a) => MethodInfo * TextViewGetInputHintsMethodInfo a signature Source # | |
textViewGetInputHints :: (MonadIO m, IsTextView a) => a -> m [InputHints] Source #
textViewGetInputPurpose
data TextViewGetInputPurposeMethodInfo Source #
Instances
| ((~) * signature (m InputPurpose), MonadIO m, IsTextView a) => MethodInfo * TextViewGetInputPurposeMethodInfo a signature Source # | |
textViewGetInputPurpose :: (MonadIO m, IsTextView a) => a -> m InputPurpose Source #
textViewGetIterAtLocation
textViewGetIterAtLocation :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter) Source #
textViewGetIterAtPosition
textViewGetIterAtPosition :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter, Int32) Source #
textViewGetIterLocation
data TextViewGetIterLocationMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Rectangle), MonadIO m, IsTextView a) => MethodInfo * TextViewGetIterLocationMethodInfo a signature Source # | |
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 # | |
textViewGetJustification :: (MonadIO m, IsTextView a) => a -> m Justification Source #
textViewGetLeftMargin
data TextViewGetLeftMarginMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLeftMarginMethodInfo a signature Source # | |
textViewGetLeftMargin :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetLineAtY
data TextViewGetLineAtYMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m (TextIter, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLineAtYMethodInfo a signature Source # | |
textViewGetLineAtY :: (MonadIO m, IsTextView a) => a -> Int32 -> m (TextIter, Int32) Source #
textViewGetLineYrange
data TextViewGetLineYrangeMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetLineYrangeMethodInfo a signature Source # | |
textViewGetLineYrange :: (MonadIO m, IsTextView a) => a -> TextIter -> m (Int32, Int32) Source #
textViewGetMonospace
data TextViewGetMonospaceMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetMonospaceMethodInfo a signature Source # | |
textViewGetMonospace :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewGetOverwrite
data TextViewGetOverwriteMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewGetOverwriteMethodInfo a signature Source # | |
textViewGetOverwrite :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewGetPixelsAboveLines
data TextViewGetPixelsAboveLinesMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsAboveLinesMethodInfo a signature Source # | |
textViewGetPixelsAboveLines :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetPixelsBelowLines
data TextViewGetPixelsBelowLinesMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsBelowLinesMethodInfo a signature Source # | |
textViewGetPixelsBelowLines :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetPixelsInsideWrap
data TextViewGetPixelsInsideWrapMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetPixelsInsideWrapMethodInfo a signature Source # | |
textViewGetPixelsInsideWrap :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetRightMargin
data TextViewGetRightMarginMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsTextView a) => MethodInfo * TextViewGetRightMarginMethodInfo a signature Source # | |
textViewGetRightMargin :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetTabs
data TextViewGetTabsMethodInfo Source #
Instances
| ((~) * signature (m (Maybe TabArray)), MonadIO m, IsTextView a) => MethodInfo * TextViewGetTabsMethodInfo a signature Source # | |
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 # | |
textViewGetTopMargin :: (MonadIO m, IsTextView a) => a -> m Int32 Source #
textViewGetVadjustment
data TextViewGetVadjustmentMethodInfo Source #
Instances
| ((~) * signature (m Adjustment), MonadIO m, IsTextView a) => MethodInfo * TextViewGetVadjustmentMethodInfo a signature Source # | |
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 # | |
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 # | |
textViewGetWindow :: (MonadIO m, IsTextView a) => a -> TextWindowType -> m (Maybe Window) Source #
textViewGetWindowType
data TextViewGetWindowTypeMethodInfo Source #
Instances
| ((~) * signature (b -> m TextWindowType), MonadIO m, IsTextView a, IsWindow b) => MethodInfo * TextViewGetWindowTypeMethodInfo a signature Source # | |
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 # | |
textViewGetWrapMode :: (MonadIO m, IsTextView a) => a -> m WrapMode Source #
textViewImContextFilterKeypress
data TextViewImContextFilterKeypressMethodInfo Source #
Instances
| ((~) * signature (EventKey -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewImContextFilterKeypressMethodInfo a signature Source # | |
textViewImContextFilterKeypress :: (MonadIO m, IsTextView a) => a -> EventKey -> m Bool Source #
textViewMoveChild
data TextViewMoveChildMethodInfo Source #
Instances
| ((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, IsTextView a, IsWidget b) => MethodInfo * TextViewMoveChildMethodInfo a signature Source # | |
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 # | |
textViewMoveMarkOnscreen :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> m Bool Source #
textViewMoveVisually
data TextViewMoveVisuallyMethodInfo Source #
Instances
| ((~) * signature (TextIter -> Int32 -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewMoveVisuallyMethodInfo a signature Source # | |
textViewMoveVisually :: (MonadIO m, IsTextView a) => a -> TextIter -> Int32 -> m Bool Source #
textViewNew
textViewNew :: MonadIO m => m TextView Source #
textViewNewWithBuffer
textViewNewWithBuffer :: (MonadIO m, IsTextBuffer a) => a -> m TextView Source #
textViewPlaceCursorOnscreen
data TextViewPlaceCursorOnscreenMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewPlaceCursorOnscreenMethodInfo a signature Source # | |
textViewPlaceCursorOnscreen :: (MonadIO m, IsTextView a) => a -> m Bool Source #
textViewResetCursorBlink
data TextViewResetCursorBlinkMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetCursorBlinkMethodInfo a signature Source # | |
textViewResetCursorBlink :: (MonadIO m, IsTextView a) => a -> m () Source #
textViewResetImContext
data TextViewResetImContextMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetImContextMethodInfo a signature Source # | |
textViewResetImContext :: (MonadIO m, IsTextView a) => a -> m () Source #
textViewScrollMarkOnscreen
data TextViewScrollMarkOnscreenMethodInfo Source #
Instances
| ((~) * signature (b -> m ()), MonadIO m, IsTextView a, IsTextMark b) => MethodInfo * TextViewScrollMarkOnscreenMethodInfo a signature Source # | |
textViewScrollMarkOnscreen :: (MonadIO m, IsTextView a, IsTextMark b) => a -> b -> m () Source #
textViewScrollToIter
textViewScrollToIter :: (MonadIO m, IsTextView a) => a -> TextIter -> Double -> Bool -> Double -> Double -> m Bool Source #
textViewScrollToMark
data TextViewScrollToMarkMethodInfo Source #
Instances
| ((~) * signature (b -> Double -> Bool -> Double -> Double -> m ()), MonadIO m, IsTextView a, IsTextMark b) => MethodInfo * TextViewScrollToMarkMethodInfo a signature Source # | |
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 # | |
textViewSetAcceptsTab :: (MonadIO m, IsTextView a) => a -> Bool -> m () Source #
textViewSetBorderWindowSize
data TextViewSetBorderWindowSizeMethodInfo Source #
Instances
| ((~) * signature (TextWindowType -> Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetBorderWindowSizeMethodInfo a signature Source # | |
textViewSetBorderWindowSize :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> m () Source #
textViewSetBottomMargin
data TextViewSetBottomMarginMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetBottomMarginMethodInfo a signature Source # | |
textViewSetBottomMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetBuffer
data TextViewSetBufferMethodInfo Source #
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, IsTextView a, IsTextBuffer b) => MethodInfo * TextViewSetBufferMethodInfo a signature Source # | |
textViewSetBuffer :: (MonadIO m, IsTextView a, IsTextBuffer b) => a -> Maybe b -> m () Source #
textViewSetCursorVisible
data TextViewSetCursorVisibleMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetCursorVisibleMethodInfo a signature Source # | |
textViewSetCursorVisible :: (MonadIO m, IsTextView a) => a -> Bool -> m () Source #
textViewSetEditable
data TextViewSetEditableMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetEditableMethodInfo a signature Source # | |
textViewSetEditable :: (MonadIO m, IsTextView a) => a -> Bool -> m () Source #
textViewSetIndent
data TextViewSetIndentMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetIndentMethodInfo a signature Source # | |
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 # | |
textViewSetInputHints :: (MonadIO m, IsTextView a) => a -> [InputHints] -> m () Source #
textViewSetInputPurpose
data TextViewSetInputPurposeMethodInfo Source #
Instances
| ((~) * signature (InputPurpose -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetInputPurposeMethodInfo a signature Source # | |
textViewSetInputPurpose :: (MonadIO m, IsTextView a) => a -> InputPurpose -> m () Source #
textViewSetJustification
data TextViewSetJustificationMethodInfo Source #
Instances
| ((~) * signature (Justification -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetJustificationMethodInfo a signature Source # | |
textViewSetJustification :: (MonadIO m, IsTextView a) => a -> Justification -> m () Source #
textViewSetLeftMargin
data TextViewSetLeftMarginMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetLeftMarginMethodInfo a signature Source # | |
textViewSetLeftMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetMonospace
data TextViewSetMonospaceMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetMonospaceMethodInfo a signature Source # | |
textViewSetMonospace :: (MonadIO m, IsTextView a) => a -> Bool -> m () Source #
textViewSetOverwrite
data TextViewSetOverwriteMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetOverwriteMethodInfo a signature Source # | |
textViewSetOverwrite :: (MonadIO m, IsTextView a) => a -> Bool -> m () Source #
textViewSetPixelsAboveLines
data TextViewSetPixelsAboveLinesMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetPixelsAboveLinesMethodInfo a signature Source # | |
textViewSetPixelsAboveLines :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetPixelsBelowLines
data TextViewSetPixelsBelowLinesMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetPixelsBelowLinesMethodInfo a signature Source # | |
textViewSetPixelsBelowLines :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetPixelsInsideWrap
data TextViewSetPixelsInsideWrapMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetPixelsInsideWrapMethodInfo a signature Source # | |
textViewSetPixelsInsideWrap :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetRightMargin
data TextViewSetRightMarginMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetRightMarginMethodInfo a signature Source # | |
textViewSetRightMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetTabs
data TextViewSetTabsMethodInfo Source #
Instances
| ((~) * signature (TabArray -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetTabsMethodInfo a signature Source # | |
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 # | |
textViewSetTopMargin :: (MonadIO m, IsTextView a) => a -> Int32 -> m () Source #
textViewSetWrapMode
data TextViewSetWrapModeMethodInfo Source #
Instances
| ((~) * signature (WrapMode -> m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewSetWrapModeMethodInfo a signature Source # | |
textViewSetWrapMode :: (MonadIO m, IsTextView a) => a -> WrapMode -> m () Source #
textViewStartsDisplayLine
data TextViewStartsDisplayLineMethodInfo Source #
Instances
| ((~) * signature (TextIter -> m Bool), MonadIO m, IsTextView a) => MethodInfo * TextViewStartsDisplayLineMethodInfo a signature Source # | |
textViewStartsDisplayLine :: (MonadIO m, IsTextView a) => a -> TextIter -> m Bool Source #
textViewWindowToBufferCoords
data TextViewWindowToBufferCoordsMethodInfo Source #
Instances
| ((~) * signature (TextWindowType -> Int32 -> Int32 -> m (Int32, Int32)), MonadIO m, IsTextView a) => MethodInfo * TextViewWindowToBufferCoordsMethodInfo a signature Source # | |
textViewWindowToBufferCoords :: (MonadIO m, IsTextView a) => a -> TextWindowType -> Int32 -> Int32 -> m (Int32, Int32) Source #
Properties
AcceptsTab
data TextViewAcceptsTabPropertyInfo Source #
Instances
| AttrInfo TextViewAcceptsTabPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewAcceptsTabPropertyInfo Source # | |
| type AttrLabel TextViewAcceptsTabPropertyInfo Source # | |
| type AttrGetType TextViewAcceptsTabPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewAcceptsTabPropertyInfo Source # | |
| type AttrAllowedOps TextViewAcceptsTabPropertyInfo Source # | |
constructTextViewAcceptsTab :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewAcceptsTab :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewAcceptsTab :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewAcceptsTab :: AttrLabelProxy "acceptsTab" Source #
BottomMargin
data TextViewBottomMarginPropertyInfo Source #
Instances
| AttrInfo TextViewBottomMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewBottomMarginPropertyInfo Source # | |
| type AttrLabel TextViewBottomMarginPropertyInfo Source # | |
| type AttrGetType TextViewBottomMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewBottomMarginPropertyInfo Source # | |
| type AttrAllowedOps TextViewBottomMarginPropertyInfo Source # | |
constructTextViewBottomMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewBottomMargin :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewBottomMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewBottomMargin :: AttrLabelProxy "bottomMargin" Source #
Buffer
data TextViewBufferPropertyInfo Source #
Instances
| AttrInfo TextViewBufferPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewBufferPropertyInfo Source # | |
| type AttrLabel TextViewBufferPropertyInfo Source # | |
| type AttrGetType TextViewBufferPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewBufferPropertyInfo Source # | |
| type AttrAllowedOps TextViewBufferPropertyInfo Source # | |
clearTextViewBuffer :: (MonadIO m, IsTextView o) => o -> m () Source #
constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO (GValueConstruct o) Source #
getTextViewBuffer :: (MonadIO m, IsTextView o) => o -> m TextBuffer Source #
setTextViewBuffer :: (MonadIO m, IsTextView o, IsTextBuffer a) => o -> a -> m () Source #
textViewBuffer :: AttrLabelProxy "buffer" Source #
CursorVisible
data TextViewCursorVisiblePropertyInfo Source #
Instances
| AttrInfo TextViewCursorVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewCursorVisiblePropertyInfo Source # | |
| type AttrLabel TextViewCursorVisiblePropertyInfo Source # | |
| type AttrGetType TextViewCursorVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewCursorVisiblePropertyInfo Source # | |
| type AttrAllowedOps TextViewCursorVisiblePropertyInfo Source # | |
constructTextViewCursorVisible :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewCursorVisible :: AttrLabelProxy "cursorVisible" Source #
Editable
data TextViewEditablePropertyInfo Source #
Instances
| AttrInfo TextViewEditablePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewEditablePropertyInfo Source # | |
| type AttrLabel TextViewEditablePropertyInfo Source # | |
| type AttrGetType TextViewEditablePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewEditablePropertyInfo Source # | |
| type AttrAllowedOps TextViewEditablePropertyInfo Source # | |
constructTextViewEditable :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewEditable :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewEditable :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewEditable :: AttrLabelProxy "editable" Source #
ImModule
data TextViewImModulePropertyInfo Source #
Instances
| AttrInfo TextViewImModulePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewImModulePropertyInfo Source # | |
| type AttrLabel TextViewImModulePropertyInfo Source # | |
| type AttrGetType TextViewImModulePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewImModulePropertyInfo Source # | |
| type AttrAllowedOps TextViewImModulePropertyInfo Source # | |
clearTextViewImModule :: (MonadIO m, IsTextView o) => o -> m () Source #
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 # | |
| type AttrSetTypeConstraint TextViewIndentPropertyInfo Source # | |
| type AttrLabel TextViewIndentPropertyInfo Source # | |
| type AttrGetType TextViewIndentPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewIndentPropertyInfo Source # | |
| type AttrAllowedOps TextViewIndentPropertyInfo Source # | |
constructTextViewIndent :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewIndent :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewIndent :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewIndent :: AttrLabelProxy "indent" Source #
InputHints
data TextViewInputHintsPropertyInfo Source #
Instances
| AttrInfo TextViewInputHintsPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewInputHintsPropertyInfo Source # | |
| type AttrLabel TextViewInputHintsPropertyInfo Source # | |
| type AttrGetType TextViewInputHintsPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewInputHintsPropertyInfo Source # | |
| type AttrAllowedOps TextViewInputHintsPropertyInfo Source # | |
constructTextViewInputHints :: IsTextView o => [InputHints] -> IO (GValueConstruct o) Source #
getTextViewInputHints :: (MonadIO m, IsTextView o) => o -> m [InputHints] Source #
setTextViewInputHints :: (MonadIO m, IsTextView o) => o -> [InputHints] -> m () Source #
textViewInputHints :: AttrLabelProxy "inputHints" Source #
InputPurpose
data TextViewInputPurposePropertyInfo Source #
Instances
| AttrInfo TextViewInputPurposePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewInputPurposePropertyInfo Source # | |
| type AttrLabel TextViewInputPurposePropertyInfo Source # | |
| type AttrGetType TextViewInputPurposePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewInputPurposePropertyInfo Source # | |
| type AttrAllowedOps TextViewInputPurposePropertyInfo Source # | |
constructTextViewInputPurpose :: IsTextView o => InputPurpose -> IO (GValueConstruct o) Source #
getTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> m InputPurpose Source #
setTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> InputPurpose -> m () Source #
textViewInputPurpose :: AttrLabelProxy "inputPurpose" Source #
Justification
data TextViewJustificationPropertyInfo Source #
Instances
| AttrInfo TextViewJustificationPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewJustificationPropertyInfo Source # | |
| type AttrLabel TextViewJustificationPropertyInfo Source # | |
| type AttrGetType TextViewJustificationPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewJustificationPropertyInfo Source # | |
| type AttrAllowedOps TextViewJustificationPropertyInfo Source # | |
constructTextViewJustification :: IsTextView o => Justification -> IO (GValueConstruct o) Source #
getTextViewJustification :: (MonadIO m, IsTextView o) => o -> m Justification Source #
setTextViewJustification :: (MonadIO m, IsTextView o) => o -> Justification -> m () Source #
textViewJustification :: AttrLabelProxy "justification" Source #
LeftMargin
data TextViewLeftMarginPropertyInfo Source #
Instances
| AttrInfo TextViewLeftMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewLeftMarginPropertyInfo Source # | |
| type AttrLabel TextViewLeftMarginPropertyInfo Source # | |
| type AttrGetType TextViewLeftMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewLeftMarginPropertyInfo Source # | |
| type AttrAllowedOps TextViewLeftMarginPropertyInfo Source # | |
constructTextViewLeftMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewLeftMargin :: AttrLabelProxy "leftMargin" Source #
Monospace
data TextViewMonospacePropertyInfo Source #
Instances
| AttrInfo TextViewMonospacePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewMonospacePropertyInfo Source # | |
| type AttrLabel TextViewMonospacePropertyInfo Source # | |
| type AttrGetType TextViewMonospacePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewMonospacePropertyInfo Source # | |
| type AttrAllowedOps TextViewMonospacePropertyInfo Source # | |
constructTextViewMonospace :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewMonospace :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewMonospace :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewMonospace :: AttrLabelProxy "monospace" Source #
Overwrite
data TextViewOverwritePropertyInfo Source #
Instances
| AttrInfo TextViewOverwritePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewOverwritePropertyInfo Source # | |
| type AttrLabel TextViewOverwritePropertyInfo Source # | |
| type AttrGetType TextViewOverwritePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewOverwritePropertyInfo Source # | |
| type AttrAllowedOps TextViewOverwritePropertyInfo Source # | |
constructTextViewOverwrite :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewOverwrite :: AttrLabelProxy "overwrite" Source #
PixelsAboveLines
data TextViewPixelsAboveLinesPropertyInfo Source #
Instances
| AttrInfo TextViewPixelsAboveLinesPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewPixelsAboveLinesPropertyInfo Source # | |
| type AttrLabel TextViewPixelsAboveLinesPropertyInfo Source # | |
| type AttrGetType TextViewPixelsAboveLinesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewPixelsAboveLinesPropertyInfo Source # | |
| type AttrAllowedOps TextViewPixelsAboveLinesPropertyInfo Source # | |
constructTextViewPixelsAboveLines :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewPixelsAboveLines :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewPixelsAboveLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewPixelsAboveLines :: AttrLabelProxy "pixelsAboveLines" Source #
PixelsBelowLines
data TextViewPixelsBelowLinesPropertyInfo Source #
Instances
| AttrInfo TextViewPixelsBelowLinesPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewPixelsBelowLinesPropertyInfo Source # | |
| type AttrLabel TextViewPixelsBelowLinesPropertyInfo Source # | |
| type AttrGetType TextViewPixelsBelowLinesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewPixelsBelowLinesPropertyInfo Source # | |
| type AttrAllowedOps TextViewPixelsBelowLinesPropertyInfo Source # | |
constructTextViewPixelsBelowLines :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewPixelsBelowLines :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewPixelsBelowLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewPixelsBelowLines :: AttrLabelProxy "pixelsBelowLines" Source #
PixelsInsideWrap
data TextViewPixelsInsideWrapPropertyInfo Source #
Instances
| AttrInfo TextViewPixelsInsideWrapPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewPixelsInsideWrapPropertyInfo Source # | |
| type AttrLabel TextViewPixelsInsideWrapPropertyInfo Source # | |
| type AttrGetType TextViewPixelsInsideWrapPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewPixelsInsideWrapPropertyInfo Source # | |
| type AttrAllowedOps TextViewPixelsInsideWrapPropertyInfo Source # | |
constructTextViewPixelsInsideWrap :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewPixelsInsideWrap :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewPixelsInsideWrap :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewPixelsInsideWrap :: AttrLabelProxy "pixelsInsideWrap" Source #
PopulateAll
data TextViewPopulateAllPropertyInfo Source #
Instances
| AttrInfo TextViewPopulateAllPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewPopulateAllPropertyInfo Source # | |
| type AttrLabel TextViewPopulateAllPropertyInfo Source # | |
| type AttrGetType TextViewPopulateAllPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewPopulateAllPropertyInfo Source # | |
| type AttrAllowedOps TextViewPopulateAllPropertyInfo Source # | |
constructTextViewPopulateAll :: IsTextView o => Bool -> IO (GValueConstruct o) Source #
getTextViewPopulateAll :: (MonadIO m, IsTextView o) => o -> m Bool Source #
setTextViewPopulateAll :: (MonadIO m, IsTextView o) => o -> Bool -> m () Source #
textViewPopulateAll :: AttrLabelProxy "populateAll" Source #
RightMargin
data TextViewRightMarginPropertyInfo Source #
Instances
| AttrInfo TextViewRightMarginPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewRightMarginPropertyInfo Source # | |
| type AttrLabel TextViewRightMarginPropertyInfo Source # | |
| type AttrGetType TextViewRightMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewRightMarginPropertyInfo Source # | |
| type AttrAllowedOps TextViewRightMarginPropertyInfo Source # | |
constructTextViewRightMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewRightMargin :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewRightMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewRightMargin :: AttrLabelProxy "rightMargin" Source #
Tabs
data TextViewTabsPropertyInfo Source #
Instances
| AttrInfo TextViewTabsPropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewTabsPropertyInfo Source # | |
| type AttrLabel TextViewTabsPropertyInfo Source # | |
| type AttrGetType TextViewTabsPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewTabsPropertyInfo Source # | |
| type AttrAllowedOps TextViewTabsPropertyInfo Source # | |
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 # | |
| type AttrSetTypeConstraint TextViewTopMarginPropertyInfo Source # | |
| type AttrLabel TextViewTopMarginPropertyInfo Source # | |
| type AttrGetType TextViewTopMarginPropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewTopMarginPropertyInfo Source # | |
| type AttrAllowedOps TextViewTopMarginPropertyInfo Source # | |
constructTextViewTopMargin :: IsTextView o => Int32 -> IO (GValueConstruct o) Source #
getTextViewTopMargin :: (MonadIO m, IsTextView o) => o -> m Int32 Source #
setTextViewTopMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m () Source #
textViewTopMargin :: AttrLabelProxy "topMargin" Source #
WrapMode
data TextViewWrapModePropertyInfo Source #
Instances
| AttrInfo TextViewWrapModePropertyInfo Source # | |
| type AttrSetTypeConstraint TextViewWrapModePropertyInfo Source # | |
| type AttrLabel TextViewWrapModePropertyInfo Source # | |
| type AttrGetType TextViewWrapModePropertyInfo Source # | |
| type AttrBaseTypeConstraint TextViewWrapModePropertyInfo Source # | |
| type AttrAllowedOps TextViewWrapModePropertyInfo Source # | |
constructTextViewWrapMode :: IsTextView o => WrapMode -> IO (GValueConstruct o) Source #
getTextViewWrapMode :: (MonadIO m, IsTextView o) => o -> m WrapMode Source #
setTextViewWrapMode :: (MonadIO m, IsTextView o) => o -> WrapMode -> m () Source #
textViewWrapMode :: AttrLabelProxy "wrapMode" Source #
Signals
Backspace
type TextViewBackspaceCallback = IO () Source #
data TextViewBackspaceSignalInfo Source #
Instances
| SignalInfo TextViewBackspaceSignalInfo Source # | |
| type HaskellCallbackType TextViewBackspaceSignalInfo Source # | |
afterTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId Source #
mkTextViewBackspaceCallback :: TextViewBackspaceCallbackC -> IO (FunPtr TextViewBackspaceCallbackC) Source #
onTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId Source #
textViewBackspaceCallbackWrapper :: TextViewBackspaceCallback -> Ptr () -> Ptr () -> IO () Source #
textViewBackspaceClosure :: TextViewBackspaceCallback -> IO Closure Source #
CopyClipboard
type TextViewCopyClipboardCallback = IO () Source #
data TextViewCopyClipboardSignalInfo Source #
Instances
| SignalInfo TextViewCopyClipboardSignalInfo Source # | |
| type HaskellCallbackType TextViewCopyClipboardSignalInfo Source # | |
afterTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId Source #
mkTextViewCopyClipboardCallback :: TextViewCopyClipboardCallbackC -> IO (FunPtr TextViewCopyClipboardCallbackC) Source #
onTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId Source #
textViewCopyClipboardCallbackWrapper :: TextViewCopyClipboardCallback -> Ptr () -> Ptr () -> IO () Source #
textViewCopyClipboardClosure :: TextViewCopyClipboardCallback -> IO Closure Source #
CutClipboard
type TextViewCutClipboardCallback = IO () Source #
data TextViewCutClipboardSignalInfo Source #
Instances
| SignalInfo TextViewCutClipboardSignalInfo Source # | |
| type HaskellCallbackType TextViewCutClipboardSignalInfo Source # | |
afterTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId Source #
mkTextViewCutClipboardCallback :: TextViewCutClipboardCallbackC -> IO (FunPtr TextViewCutClipboardCallbackC) Source #
onTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId Source #
textViewCutClipboardCallbackWrapper :: TextViewCutClipboardCallback -> Ptr () -> Ptr () -> IO () Source #
textViewCutClipboardClosure :: TextViewCutClipboardCallback -> IO Closure Source #
DeleteFromCursor
type TextViewDeleteFromCursorCallback = DeleteType -> Int32 -> IO () Source #
data TextViewDeleteFromCursorSignalInfo Source #
Instances
| SignalInfo TextViewDeleteFromCursorSignalInfo Source # | |
| type HaskellCallbackType TextViewDeleteFromCursorSignalInfo Source # | |
afterTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId Source #
mkTextViewDeleteFromCursorCallback :: TextViewDeleteFromCursorCallbackC -> IO (FunPtr TextViewDeleteFromCursorCallbackC) Source #
onTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId Source #
textViewDeleteFromCursorCallbackWrapper :: TextViewDeleteFromCursorCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO () Source #
textViewDeleteFromCursorClosure :: TextViewDeleteFromCursorCallback -> IO Closure Source #
ExtendSelection
type TextViewExtendSelectionCallback = TextExtendSelection -> TextIter -> TextIter -> TextIter -> IO Bool Source #
type TextViewExtendSelectionCallbackC = Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt Source #
data TextViewExtendSelectionSignalInfo Source #
Instances
| SignalInfo TextViewExtendSelectionSignalInfo Source # | |
| type HaskellCallbackType TextViewExtendSelectionSignalInfo Source # | |
afterTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #
mkTextViewExtendSelectionCallback :: TextViewExtendSelectionCallbackC -> IO (FunPtr TextViewExtendSelectionCallbackC) Source #
onTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #
textViewExtendSelectionCallbackWrapper :: TextViewExtendSelectionCallback -> Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt Source #
textViewExtendSelectionClosure :: TextViewExtendSelectionCallback -> IO Closure Source #
InsertAtCursor
type TextViewInsertAtCursorCallback = Text -> IO () Source #
data TextViewInsertAtCursorSignalInfo Source #
Instances
| SignalInfo TextViewInsertAtCursorSignalInfo Source # | |
| type HaskellCallbackType TextViewInsertAtCursorSignalInfo Source # | |
afterTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId Source #
mkTextViewInsertAtCursorCallback :: TextViewInsertAtCursorCallbackC -> IO (FunPtr TextViewInsertAtCursorCallbackC) Source #
onTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId Source #
textViewInsertAtCursorCallbackWrapper :: TextViewInsertAtCursorCallback -> Ptr () -> CString -> Ptr () -> IO () Source #
textViewInsertAtCursorClosure :: TextViewInsertAtCursorCallback -> IO Closure Source #
MoveCursor
type TextViewMoveCursorCallback = MovementStep -> Int32 -> Bool -> IO () Source #
data TextViewMoveCursorSignalInfo Source #
Instances
| SignalInfo TextViewMoveCursorSignalInfo Source # | |
| type HaskellCallbackType TextViewMoveCursorSignalInfo Source # | |
afterTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId Source #
mkTextViewMoveCursorCallback :: TextViewMoveCursorCallbackC -> IO (FunPtr TextViewMoveCursorCallbackC) Source #
onTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId Source #
textViewMoveCursorCallbackWrapper :: TextViewMoveCursorCallback -> Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO () Source #
textViewMoveCursorClosure :: TextViewMoveCursorCallback -> IO Closure Source #
MoveViewport
type TextViewMoveViewportCallback = ScrollStep -> Int32 -> IO () Source #
data TextViewMoveViewportSignalInfo Source #
Instances
| SignalInfo TextViewMoveViewportSignalInfo Source # | |
| type HaskellCallbackType TextViewMoveViewportSignalInfo Source # | |
afterTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId Source #
mkTextViewMoveViewportCallback :: TextViewMoveViewportCallbackC -> IO (FunPtr TextViewMoveViewportCallbackC) Source #
onTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId Source #
textViewMoveViewportCallbackWrapper :: TextViewMoveViewportCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO () Source #
textViewMoveViewportClosure :: TextViewMoveViewportCallback -> IO Closure Source #
PasteClipboard
type TextViewPasteClipboardCallback = IO () Source #
data TextViewPasteClipboardSignalInfo Source #
Instances
| SignalInfo TextViewPasteClipboardSignalInfo Source # | |
| type HaskellCallbackType TextViewPasteClipboardSignalInfo Source # | |
afterTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId Source #
mkTextViewPasteClipboardCallback :: TextViewPasteClipboardCallbackC -> IO (FunPtr TextViewPasteClipboardCallbackC) Source #
onTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId Source #
textViewPasteClipboardCallbackWrapper :: TextViewPasteClipboardCallback -> Ptr () -> Ptr () -> IO () Source #
textViewPasteClipboardClosure :: TextViewPasteClipboardCallback -> IO Closure Source #
PopulatePopup
type TextViewPopulatePopupCallback = Widget -> IO () Source #
data TextViewPopulatePopupSignalInfo Source #
Instances
| SignalInfo TextViewPopulatePopupSignalInfo Source # | |
| type HaskellCallbackType TextViewPopulatePopupSignalInfo Source # | |
afterTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId Source #
mkTextViewPopulatePopupCallback :: TextViewPopulatePopupCallbackC -> IO (FunPtr TextViewPopulatePopupCallbackC) Source #
onTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId Source #
textViewPopulatePopupCallbackWrapper :: TextViewPopulatePopupCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO () Source #
textViewPopulatePopupClosure :: TextViewPopulatePopupCallback -> IO Closure Source #
PreeditChanged
type TextViewPreeditChangedCallback = Text -> IO () Source #
data TextViewPreeditChangedSignalInfo Source #
Instances
| SignalInfo TextViewPreeditChangedSignalInfo Source # | |
| type HaskellCallbackType TextViewPreeditChangedSignalInfo Source # | |
afterTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId Source #
mkTextViewPreeditChangedCallback :: TextViewPreeditChangedCallbackC -> IO (FunPtr TextViewPreeditChangedCallbackC) Source #
onTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId Source #
textViewPreeditChangedCallbackWrapper :: TextViewPreeditChangedCallback -> Ptr () -> CString -> Ptr () -> IO () Source #
textViewPreeditChangedClosure :: TextViewPreeditChangedCallback -> IO Closure Source #
SelectAll
type TextViewSelectAllCallback = Bool -> IO () Source #
data TextViewSelectAllSignalInfo Source #
Instances
| SignalInfo TextViewSelectAllSignalInfo Source # | |
| type HaskellCallbackType TextViewSelectAllSignalInfo Source # | |
afterTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId Source #
mkTextViewSelectAllCallback :: TextViewSelectAllCallbackC -> IO (FunPtr TextViewSelectAllCallbackC) Source #
onTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId Source #
textViewSelectAllCallbackWrapper :: TextViewSelectAllCallback -> Ptr () -> CInt -> Ptr () -> IO () Source #
textViewSelectAllClosure :: TextViewSelectAllCallback -> IO Closure Source #
SetAnchor
type TextViewSetAnchorCallback = IO () Source #
data TextViewSetAnchorSignalInfo Source #
Instances
| SignalInfo TextViewSetAnchorSignalInfo Source # | |
| type HaskellCallbackType TextViewSetAnchorSignalInfo Source # | |
afterTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId Source #
mkTextViewSetAnchorCallback :: TextViewSetAnchorCallbackC -> IO (FunPtr TextViewSetAnchorCallbackC) Source #
onTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId Source #
textViewSetAnchorCallbackWrapper :: TextViewSetAnchorCallback -> Ptr () -> Ptr () -> IO () Source #
textViewSetAnchorClosure :: TextViewSetAnchorCallback -> IO Closure Source #
ToggleCursorVisible
type TextViewToggleCursorVisibleCallback = IO () Source #
data TextViewToggleCursorVisibleSignalInfo Source #
Instances
| SignalInfo TextViewToggleCursorVisibleSignalInfo Source # | |
| type HaskellCallbackType TextViewToggleCursorVisibleSignalInfo Source # | |
afterTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId Source #
mkTextViewToggleCursorVisibleCallback :: TextViewToggleCursorVisibleCallbackC -> IO (FunPtr TextViewToggleCursorVisibleCallbackC) Source #
onTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId Source #
textViewToggleCursorVisibleCallbackWrapper :: TextViewToggleCursorVisibleCallback -> Ptr () -> Ptr () -> IO () Source #
ToggleOverwrite
type TextViewToggleOverwriteCallback = IO () Source #
data TextViewToggleOverwriteSignalInfo Source #
Instances
| SignalInfo TextViewToggleOverwriteSignalInfo Source # | |
| type HaskellCallbackType TextViewToggleOverwriteSignalInfo Source # | |
afterTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId Source #
mkTextViewToggleOverwriteCallback :: TextViewToggleOverwriteCallbackC -> IO (FunPtr TextViewToggleOverwriteCallbackC) Source #
onTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId Source #
textViewToggleOverwriteCallbackWrapper :: TextViewToggleOverwriteCallback -> Ptr () -> Ptr () -> IO () Source #
textViewToggleOverwriteClosure :: TextViewToggleOverwriteCallback -> IO Closure Source #