| 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
- addChildAtAnchor
- addChildInWindow
- backwardDisplayLine
- backwardDisplayLineStart
- bufferToWindowCoords
- forwardDisplayLine
- forwardDisplayLineEnd
- getAcceptsTab
- getBorderWindowSize
- getBottomMargin
- getBuffer
- getCursorLocations
- getCursorVisible
- getDefaultAttributes
- getEditable
- getHadjustment
- getIndent
- getInputHints
- getInputPurpose
- getIterAtLocation
- getIterAtPosition
- getIterLocation
- getJustification
- getLeftMargin
- getLineAtY
- getLineYrange
- getMonospace
- getOverwrite
- getPixelsAboveLines
- getPixelsBelowLines
- getPixelsInsideWrap
- getRightMargin
- getTabs
- getTopMargin
- getVadjustment
- getVisibleRect
- getWindow
- getWindowType
- getWrapMode
- imContextFilterKeypress
- moveChild
- moveMarkOnscreen
- moveVisually
- new
- newWithBuffer
- placeCursorOnscreen
- resetCursorBlink
- resetImContext
- scrollMarkOnscreen
- scrollToIter
- scrollToMark
- setAcceptsTab
- setBorderWindowSize
- setBottomMargin
- setBuffer
- setCursorVisible
- setEditable
- setIndent
- setInputHints
- setInputPurpose
- setJustification
- setLeftMargin
- setMonospace
- setOverwrite
- setPixelsAboveLines
- setPixelsBelowLines
- setPixelsInsideWrap
- setRightMargin
- setTabs
- setTopMargin
- setWrapMode
- startsDisplayLine
- windowToBufferCoords
- Properties
- Signals
Description
- newtype TextView = TextView (ManagedPtr 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 C_TextViewBackspaceCallback = Ptr () -> Ptr () -> IO ()
- type TextViewBackspaceCallback = IO ()
- data TextViewBackspaceSignalInfo
- afterTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId
- genClosure_TextViewBackspace :: TextViewBackspaceCallback -> IO Closure
- mk_TextViewBackspaceCallback :: C_TextViewBackspaceCallback -> IO (FunPtr C_TextViewBackspaceCallback)
- noTextViewBackspaceCallback :: Maybe TextViewBackspaceCallback
- onTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId
- wrap_TextViewBackspaceCallback :: TextViewBackspaceCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewCopyClipboardCallback = Ptr () -> Ptr () -> IO ()
- type TextViewCopyClipboardCallback = IO ()
- data TextViewCopyClipboardSignalInfo
- afterTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId
- genClosure_TextViewCopyClipboard :: TextViewCopyClipboardCallback -> IO Closure
- mk_TextViewCopyClipboardCallback :: C_TextViewCopyClipboardCallback -> IO (FunPtr C_TextViewCopyClipboardCallback)
- noTextViewCopyClipboardCallback :: Maybe TextViewCopyClipboardCallback
- onTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId
- wrap_TextViewCopyClipboardCallback :: TextViewCopyClipboardCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewCutClipboardCallback = Ptr () -> Ptr () -> IO ()
- type TextViewCutClipboardCallback = IO ()
- data TextViewCutClipboardSignalInfo
- afterTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId
- genClosure_TextViewCutClipboard :: TextViewCutClipboardCallback -> IO Closure
- mk_TextViewCutClipboardCallback :: C_TextViewCutClipboardCallback -> IO (FunPtr C_TextViewCutClipboardCallback)
- noTextViewCutClipboardCallback :: Maybe TextViewCutClipboardCallback
- onTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId
- wrap_TextViewCutClipboardCallback :: TextViewCutClipboardCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewDeleteFromCursorCallback = Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- type TextViewDeleteFromCursorCallback = DeleteType -> Int32 -> IO ()
- data TextViewDeleteFromCursorSignalInfo
- afterTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId
- genClosure_TextViewDeleteFromCursor :: TextViewDeleteFromCursorCallback -> IO Closure
- mk_TextViewDeleteFromCursorCallback :: C_TextViewDeleteFromCursorCallback -> IO (FunPtr C_TextViewDeleteFromCursorCallback)
- noTextViewDeleteFromCursorCallback :: Maybe TextViewDeleteFromCursorCallback
- onTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId
- wrap_TextViewDeleteFromCursorCallback :: TextViewDeleteFromCursorCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- type C_TextViewExtendSelectionCallback = Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt
- type TextViewExtendSelectionCallback = TextExtendSelection -> TextIter -> TextIter -> TextIter -> IO Bool
- data TextViewExtendSelectionSignalInfo
- afterTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId
- genClosure_TextViewExtendSelection :: TextViewExtendSelectionCallback -> IO Closure
- mk_TextViewExtendSelectionCallback :: C_TextViewExtendSelectionCallback -> IO (FunPtr C_TextViewExtendSelectionCallback)
- noTextViewExtendSelectionCallback :: Maybe TextViewExtendSelectionCallback
- onTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId
- wrap_TextViewExtendSelectionCallback :: TextViewExtendSelectionCallback -> Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt
- type C_TextViewInsertAtCursorCallback = Ptr () -> CString -> Ptr () -> IO ()
- type TextViewInsertAtCursorCallback = Text -> IO ()
- data TextViewInsertAtCursorSignalInfo
- afterTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId
- genClosure_TextViewInsertAtCursor :: TextViewInsertAtCursorCallback -> IO Closure
- mk_TextViewInsertAtCursorCallback :: C_TextViewInsertAtCursorCallback -> IO (FunPtr C_TextViewInsertAtCursorCallback)
- noTextViewInsertAtCursorCallback :: Maybe TextViewInsertAtCursorCallback
- onTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId
- wrap_TextViewInsertAtCursorCallback :: TextViewInsertAtCursorCallback -> Ptr () -> CString -> Ptr () -> IO ()
- type C_TextViewMoveCursorCallback = Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO ()
- type TextViewMoveCursorCallback = MovementStep -> Int32 -> Bool -> IO ()
- data TextViewMoveCursorSignalInfo
- afterTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId
- genClosure_TextViewMoveCursor :: TextViewMoveCursorCallback -> IO Closure
- mk_TextViewMoveCursorCallback :: C_TextViewMoveCursorCallback -> IO (FunPtr C_TextViewMoveCursorCallback)
- noTextViewMoveCursorCallback :: Maybe TextViewMoveCursorCallback
- onTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId
- wrap_TextViewMoveCursorCallback :: TextViewMoveCursorCallback -> Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO ()
- type C_TextViewMoveViewportCallback = Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- type TextViewMoveViewportCallback = ScrollStep -> Int32 -> IO ()
- data TextViewMoveViewportSignalInfo
- afterTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId
- genClosure_TextViewMoveViewport :: TextViewMoveViewportCallback -> IO Closure
- mk_TextViewMoveViewportCallback :: C_TextViewMoveViewportCallback -> IO (FunPtr C_TextViewMoveViewportCallback)
- noTextViewMoveViewportCallback :: Maybe TextViewMoveViewportCallback
- onTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId
- wrap_TextViewMoveViewportCallback :: TextViewMoveViewportCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO ()
- type C_TextViewPasteClipboardCallback = Ptr () -> Ptr () -> IO ()
- type TextViewPasteClipboardCallback = IO ()
- data TextViewPasteClipboardSignalInfo
- afterTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId
- genClosure_TextViewPasteClipboard :: TextViewPasteClipboardCallback -> IO Closure
- mk_TextViewPasteClipboardCallback :: C_TextViewPasteClipboardCallback -> IO (FunPtr C_TextViewPasteClipboardCallback)
- noTextViewPasteClipboardCallback :: Maybe TextViewPasteClipboardCallback
- onTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId
- wrap_TextViewPasteClipboardCallback :: TextViewPasteClipboardCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewPopulatePopupCallback = Ptr () -> Ptr Widget -> Ptr () -> IO ()
- type TextViewPopulatePopupCallback = Widget -> IO ()
- data TextViewPopulatePopupSignalInfo
- afterTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId
- genClosure_TextViewPopulatePopup :: TextViewPopulatePopupCallback -> IO Closure
- mk_TextViewPopulatePopupCallback :: C_TextViewPopulatePopupCallback -> IO (FunPtr C_TextViewPopulatePopupCallback)
- noTextViewPopulatePopupCallback :: Maybe TextViewPopulatePopupCallback
- onTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId
- wrap_TextViewPopulatePopupCallback :: TextViewPopulatePopupCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO ()
- type C_TextViewPreeditChangedCallback = Ptr () -> CString -> Ptr () -> IO ()
- type TextViewPreeditChangedCallback = Text -> IO ()
- data TextViewPreeditChangedSignalInfo
- afterTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId
- genClosure_TextViewPreeditChanged :: TextViewPreeditChangedCallback -> IO Closure
- mk_TextViewPreeditChangedCallback :: C_TextViewPreeditChangedCallback -> IO (FunPtr C_TextViewPreeditChangedCallback)
- noTextViewPreeditChangedCallback :: Maybe TextViewPreeditChangedCallback
- onTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId
- wrap_TextViewPreeditChangedCallback :: TextViewPreeditChangedCallback -> Ptr () -> CString -> Ptr () -> IO ()
- type C_TextViewSelectAllCallback = Ptr () -> CInt -> Ptr () -> IO ()
- type TextViewSelectAllCallback = Bool -> IO ()
- data TextViewSelectAllSignalInfo
- afterTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId
- genClosure_TextViewSelectAll :: TextViewSelectAllCallback -> IO Closure
- mk_TextViewSelectAllCallback :: C_TextViewSelectAllCallback -> IO (FunPtr C_TextViewSelectAllCallback)
- noTextViewSelectAllCallback :: Maybe TextViewSelectAllCallback
- onTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId
- wrap_TextViewSelectAllCallback :: TextViewSelectAllCallback -> Ptr () -> CInt -> Ptr () -> IO ()
- type C_TextViewSetAnchorCallback = Ptr () -> Ptr () -> IO ()
- type TextViewSetAnchorCallback = IO ()
- data TextViewSetAnchorSignalInfo
- afterTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId
- genClosure_TextViewSetAnchor :: TextViewSetAnchorCallback -> IO Closure
- mk_TextViewSetAnchorCallback :: C_TextViewSetAnchorCallback -> IO (FunPtr C_TextViewSetAnchorCallback)
- noTextViewSetAnchorCallback :: Maybe TextViewSetAnchorCallback
- onTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId
- wrap_TextViewSetAnchorCallback :: TextViewSetAnchorCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewToggleCursorVisibleCallback = Ptr () -> Ptr () -> IO ()
- type TextViewToggleCursorVisibleCallback = IO ()
- data TextViewToggleCursorVisibleSignalInfo
- afterTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId
- genClosure_TextViewToggleCursorVisible :: TextViewToggleCursorVisibleCallback -> IO Closure
- mk_TextViewToggleCursorVisibleCallback :: C_TextViewToggleCursorVisibleCallback -> IO (FunPtr C_TextViewToggleCursorVisibleCallback)
- noTextViewToggleCursorVisibleCallback :: Maybe TextViewToggleCursorVisibleCallback
- onTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId
- wrap_TextViewToggleCursorVisibleCallback :: TextViewToggleCursorVisibleCallback -> Ptr () -> Ptr () -> IO ()
- type C_TextViewToggleOverwriteCallback = Ptr () -> Ptr () -> IO ()
- type TextViewToggleOverwriteCallback = IO ()
- data TextViewToggleOverwriteSignalInfo
- afterTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId
- genClosure_TextViewToggleOverwrite :: TextViewToggleOverwriteCallback -> IO Closure
- mk_TextViewToggleOverwriteCallback :: C_TextViewToggleOverwriteCallback -> IO (FunPtr C_TextViewToggleOverwriteCallback)
- noTextViewToggleOverwriteCallback :: Maybe TextViewToggleOverwriteCallback
- onTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId
- wrap_TextViewToggleOverwriteCallback :: TextViewToggleOverwriteCallback -> Ptr () -> Ptr () -> IO ()
Exported types
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
addChildAtAnchor
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 #
addChildInWindow
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 #
backwardDisplayLine
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 #
backwardDisplayLineStart
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 #
bufferToWindowCoords
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 #
forwardDisplayLine
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 #
forwardDisplayLineEnd
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 #
getAcceptsTab
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 #
getBorderWindowSize
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 #
getBottomMargin
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 #
getBuffer
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 #
getCursorLocations
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 #
getCursorVisible
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 #
getDefaultAttributes
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 #
getEditable
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 #
getHadjustment
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()
getIndent
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 #
getInputHints
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 #
getInputPurpose
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 #
getIterAtLocation
textViewGetIterAtLocation :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter) Source #
getIterAtPosition
textViewGetIterAtPosition :: (MonadIO m, IsTextView a) => a -> Int32 -> Int32 -> m (Bool, TextIter, Int32) Source #
getIterLocation
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 #
getJustification
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 #
getLeftMargin
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 #
getLineAtY
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 #
getLineYrange
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 #
getMonospace
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 #
getOverwrite
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 #
getPixelsAboveLines
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 #
getPixelsBelowLines
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 #
getPixelsInsideWrap
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 #
getRightMargin
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 #
getTabs
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 #
getTopMargin
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 #
getVadjustment
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()
getVisibleRect
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 #
getWindow
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 #
getWindowType
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 #
getWrapMode
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 #
imContextFilterKeypress
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 #
moveChild
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 #
moveMarkOnscreen
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 #
moveVisually
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 #
new
textViewNew :: MonadIO m => m TextView Source #
newWithBuffer
textViewNewWithBuffer :: (MonadIO m, IsTextBuffer a) => a -> m TextView Source #
placeCursorOnscreen
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 #
resetCursorBlink
data TextViewResetCursorBlinkMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetCursorBlinkMethodInfo a signature Source # | |
textViewResetCursorBlink :: (MonadIO m, IsTextView a) => a -> m () Source #
resetImContext
data TextViewResetImContextMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsTextView a) => MethodInfo * TextViewResetImContextMethodInfo a signature Source # | |
textViewResetImContext :: (MonadIO m, IsTextView a) => a -> m () Source #
scrollMarkOnscreen
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 #
scrollToIter
textViewScrollToIter :: (MonadIO m, IsTextView a) => a -> TextIter -> Double -> Bool -> Double -> Double -> m Bool Source #
scrollToMark
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 #
setAcceptsTab
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 #
setBorderWindowSize
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 #
setBottomMargin
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 #
setBuffer
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 #
setCursorVisible
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 #
setEditable
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 #
setIndent
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 #
setInputHints
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 #
setInputPurpose
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 #
setJustification
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 #
setLeftMargin
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 #
setMonospace
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 #
setOverwrite
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 #
setPixelsAboveLines
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 #
setPixelsBelowLines
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 #
setPixelsInsideWrap
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 #
setRightMargin
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 #
setTabs
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 #
setTopMargin
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 #
setWrapMode
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 #
startsDisplayLine
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 #
windowToBufferCoords
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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 AttrOrigin 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 #
genClosure_TextViewBackspace :: TextViewBackspaceCallback -> IO Closure Source #
mk_TextViewBackspaceCallback :: C_TextViewBackspaceCallback -> IO (FunPtr C_TextViewBackspaceCallback) Source #
onTextViewBackspace :: (GObject a, MonadIO m) => a -> TextViewBackspaceCallback -> m SignalHandlerId Source #
wrap_TextViewBackspaceCallback :: TextViewBackspaceCallback -> Ptr () -> Ptr () -> IO () 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 #
genClosure_TextViewCopyClipboard :: TextViewCopyClipboardCallback -> IO Closure Source #
mk_TextViewCopyClipboardCallback :: C_TextViewCopyClipboardCallback -> IO (FunPtr C_TextViewCopyClipboardCallback) Source #
onTextViewCopyClipboard :: (GObject a, MonadIO m) => a -> TextViewCopyClipboardCallback -> m SignalHandlerId Source #
wrap_TextViewCopyClipboardCallback :: TextViewCopyClipboardCallback -> Ptr () -> Ptr () -> IO () 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 #
genClosure_TextViewCutClipboard :: TextViewCutClipboardCallback -> IO Closure Source #
mk_TextViewCutClipboardCallback :: C_TextViewCutClipboardCallback -> IO (FunPtr C_TextViewCutClipboardCallback) Source #
onTextViewCutClipboard :: (GObject a, MonadIO m) => a -> TextViewCutClipboardCallback -> m SignalHandlerId Source #
wrap_TextViewCutClipboardCallback :: TextViewCutClipboardCallback -> Ptr () -> Ptr () -> IO () 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 #
mk_TextViewDeleteFromCursorCallback :: C_TextViewDeleteFromCursorCallback -> IO (FunPtr C_TextViewDeleteFromCursorCallback) Source #
onTextViewDeleteFromCursor :: (GObject a, MonadIO m) => a -> TextViewDeleteFromCursorCallback -> m SignalHandlerId Source #
wrap_TextViewDeleteFromCursorCallback :: TextViewDeleteFromCursorCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO () Source #
extendSelection
type C_TextViewExtendSelectionCallback = Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt Source #
type TextViewExtendSelectionCallback = TextExtendSelection -> TextIter -> TextIter -> TextIter -> IO Bool Source #
data TextViewExtendSelectionSignalInfo Source #
Instances
| SignalInfo TextViewExtendSelectionSignalInfo Source # | |
| type HaskellCallbackType TextViewExtendSelectionSignalInfo Source # | |
afterTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #
mk_TextViewExtendSelectionCallback :: C_TextViewExtendSelectionCallback -> IO (FunPtr C_TextViewExtendSelectionCallback) Source #
onTextViewExtendSelection :: (GObject a, MonadIO m) => a -> TextViewExtendSelectionCallback -> m SignalHandlerId Source #
wrap_TextViewExtendSelectionCallback :: TextViewExtendSelectionCallback -> Ptr () -> CUInt -> Ptr TextIter -> Ptr TextIter -> Ptr TextIter -> Ptr () -> IO CInt 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 #
genClosure_TextViewInsertAtCursor :: TextViewInsertAtCursorCallback -> IO Closure Source #
mk_TextViewInsertAtCursorCallback :: C_TextViewInsertAtCursorCallback -> IO (FunPtr C_TextViewInsertAtCursorCallback) Source #
onTextViewInsertAtCursor :: (GObject a, MonadIO m) => a -> TextViewInsertAtCursorCallback -> m SignalHandlerId Source #
wrap_TextViewInsertAtCursorCallback :: TextViewInsertAtCursorCallback -> Ptr () -> CString -> Ptr () -> IO () 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 #
genClosure_TextViewMoveCursor :: TextViewMoveCursorCallback -> IO Closure Source #
mk_TextViewMoveCursorCallback :: C_TextViewMoveCursorCallback -> IO (FunPtr C_TextViewMoveCursorCallback) Source #
onTextViewMoveCursor :: (GObject a, MonadIO m) => a -> TextViewMoveCursorCallback -> m SignalHandlerId Source #
wrap_TextViewMoveCursorCallback :: TextViewMoveCursorCallback -> Ptr () -> CUInt -> Int32 -> CInt -> Ptr () -> IO () 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 #
genClosure_TextViewMoveViewport :: TextViewMoveViewportCallback -> IO Closure Source #
mk_TextViewMoveViewportCallback :: C_TextViewMoveViewportCallback -> IO (FunPtr C_TextViewMoveViewportCallback) Source #
onTextViewMoveViewport :: (GObject a, MonadIO m) => a -> TextViewMoveViewportCallback -> m SignalHandlerId Source #
wrap_TextViewMoveViewportCallback :: TextViewMoveViewportCallback -> Ptr () -> CUInt -> Int32 -> Ptr () -> IO () 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 #
genClosure_TextViewPasteClipboard :: TextViewPasteClipboardCallback -> IO Closure Source #
mk_TextViewPasteClipboardCallback :: C_TextViewPasteClipboardCallback -> IO (FunPtr C_TextViewPasteClipboardCallback) Source #
onTextViewPasteClipboard :: (GObject a, MonadIO m) => a -> TextViewPasteClipboardCallback -> m SignalHandlerId Source #
wrap_TextViewPasteClipboardCallback :: TextViewPasteClipboardCallback -> Ptr () -> Ptr () -> IO () 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 #
genClosure_TextViewPopulatePopup :: TextViewPopulatePopupCallback -> IO Closure Source #
mk_TextViewPopulatePopupCallback :: C_TextViewPopulatePopupCallback -> IO (FunPtr C_TextViewPopulatePopupCallback) Source #
onTextViewPopulatePopup :: (GObject a, MonadIO m) => a -> TextViewPopulatePopupCallback -> m SignalHandlerId Source #
wrap_TextViewPopulatePopupCallback :: TextViewPopulatePopupCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO () 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 #
genClosure_TextViewPreeditChanged :: TextViewPreeditChangedCallback -> IO Closure Source #
mk_TextViewPreeditChangedCallback :: C_TextViewPreeditChangedCallback -> IO (FunPtr C_TextViewPreeditChangedCallback) Source #
onTextViewPreeditChanged :: (GObject a, MonadIO m) => a -> TextViewPreeditChangedCallback -> m SignalHandlerId Source #
wrap_TextViewPreeditChangedCallback :: TextViewPreeditChangedCallback -> Ptr () -> CString -> Ptr () -> IO () 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 #
genClosure_TextViewSelectAll :: TextViewSelectAllCallback -> IO Closure Source #
mk_TextViewSelectAllCallback :: C_TextViewSelectAllCallback -> IO (FunPtr C_TextViewSelectAllCallback) Source #
onTextViewSelectAll :: (GObject a, MonadIO m) => a -> TextViewSelectAllCallback -> m SignalHandlerId Source #
wrap_TextViewSelectAllCallback :: TextViewSelectAllCallback -> Ptr () -> CInt -> Ptr () -> IO () 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 #
genClosure_TextViewSetAnchor :: TextViewSetAnchorCallback -> IO Closure Source #
mk_TextViewSetAnchorCallback :: C_TextViewSetAnchorCallback -> IO (FunPtr C_TextViewSetAnchorCallback) Source #
onTextViewSetAnchor :: (GObject a, MonadIO m) => a -> TextViewSetAnchorCallback -> m SignalHandlerId Source #
wrap_TextViewSetAnchorCallback :: TextViewSetAnchorCallback -> Ptr () -> Ptr () -> IO () 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 #
genClosure_TextViewToggleCursorVisible :: TextViewToggleCursorVisibleCallback -> IO Closure Source #
mk_TextViewToggleCursorVisibleCallback :: C_TextViewToggleCursorVisibleCallback -> IO (FunPtr C_TextViewToggleCursorVisibleCallback) Source #
onTextViewToggleCursorVisible :: (GObject a, MonadIO m) => a -> TextViewToggleCursorVisibleCallback -> m SignalHandlerId Source #
wrap_TextViewToggleCursorVisibleCallback :: 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 #
mk_TextViewToggleOverwriteCallback :: C_TextViewToggleOverwriteCallback -> IO (FunPtr C_TextViewToggleOverwriteCallback) Source #
onTextViewToggleOverwrite :: (GObject a, MonadIO m) => a -> TextViewToggleOverwriteCallback -> m SignalHandlerId Source #
wrap_TextViewToggleOverwriteCallback :: TextViewToggleOverwriteCallback -> Ptr () -> Ptr () -> IO () Source #