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.WebKit2.Objects.EditorState
Description
- newtype EditorState = EditorState (ForeignPtr EditorState)
- class GObject o => EditorStateK o
- toEditorState :: EditorStateK o => o -> IO EditorState
- noEditorState :: Maybe EditorState
- data EditorStateGetTypingAttributesMethodInfo
- editorStateGetTypingAttributes :: (MonadIO m, EditorStateK a) => a -> m Word32
- data EditorStateTypingAttributesPropertyInfo
- editorStateTypingAttributes :: AttrLabelProxy "typingAttributes"
- getEditorStateTypingAttributes :: (MonadIO m, EditorStateK o) => o -> m Word32
Exported types
newtype EditorState Source
Constructors
EditorState (ForeignPtr EditorState) |
Instances
GObject EditorState | |
((~) * info (ResolveEditorStateMethod t EditorState), MethodInfo * info EditorState p) => IsLabelProxy t (EditorState -> p) | |
type ParentTypes EditorState | |
type AttributeList EditorState | |
type SignalList EditorState |
class GObject o => EditorStateK o Source
Instances
(GObject o, IsDescendantOf EditorState o) => EditorStateK o |
toEditorState :: EditorStateK o => o -> IO EditorState Source
Methods
editorStateGetTypingAttributes
data EditorStateGetTypingAttributesMethodInfo Source
Instances
((~) * signature (m Word32), MonadIO m, EditorStateK a) => MethodInfo * EditorStateGetTypingAttributesMethodInfo a signature |
editorStateGetTypingAttributes :: (MonadIO m, EditorStateK a) => a -> m Word32 Source
Properties
TypingAttributes
data EditorStateTypingAttributesPropertyInfo Source
Instances
editorStateTypingAttributes :: AttrLabelProxy "typingAttributes" Source
getEditorStateTypingAttributes :: (MonadIO m, EditorStateK o) => o -> m Word32 Source