| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.TextMark
Description
Documentation
Constructors
| TextMark (ManagedPtr TextMark) |
Instances
class (GObject o, IsDescendantOf TextMark o) => IsTextMark o #
Instances
| (GObject o, IsDescendantOf TextMark o) => IsTextMark o | |
Defined in GI.Gtk.Objects.TextMark | |
type family ResolveTextMarkMethod (t :: Symbol) o where ... #
Equations
| ResolveTextMarkMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveTextMarkMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveTextMarkMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveTextMarkMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveTextMarkMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveTextMarkMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveTextMarkMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveTextMarkMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveTextMarkMethod "ref" o = ObjectRefMethodInfo | |
| ResolveTextMarkMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveTextMarkMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveTextMarkMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveTextMarkMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveTextMarkMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveTextMarkMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveTextMarkMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveTextMarkMethod "getBuffer" o = TextMarkGetBufferMethodInfo | |
| ResolveTextMarkMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveTextMarkMethod "getDeleted" o = TextMarkGetDeletedMethodInfo | |
| ResolveTextMarkMethod "getLeftGravity" o = TextMarkGetLeftGravityMethodInfo | |
| ResolveTextMarkMethod "getName" o = TextMarkGetNameMethodInfo | |
| ResolveTextMarkMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveTextMarkMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveTextMarkMethod "getVisible" o = TextMarkGetVisibleMethodInfo | |
| ResolveTextMarkMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveTextMarkMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveTextMarkMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveTextMarkMethod "setVisible" o = TextMarkSetVisibleMethodInfo | |
| ResolveTextMarkMethod l o = MethodResolutionFailed l o :: Type |
data TextMarkGetBufferMethodInfo #
Instances
| (signature ~ m (Maybe TextBuffer), MonadIO m, IsTextMark a) => OverloadedMethod TextMarkGetBufferMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkGetBufferMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TextMarkGetDeletedMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTextMark a) => OverloadedMethod TextMarkGetDeletedMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkGetDeletedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TextMarkGetLeftGravityMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTextMark a) => OverloadedMethod TextMarkGetLeftGravityMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkGetLeftGravityMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TextMarkGetNameMethodInfo #
Instances
| (signature ~ m (Maybe Text), MonadIO m, IsTextMark a) => OverloadedMethod TextMarkGetNameMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkGetNameMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TextMarkGetVisibleMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsTextMark a) => OverloadedMethod TextMarkGetVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkGetVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data TextMarkLeftGravityPropertyInfo #
Instances
data TextMarkNamePropertyInfo #
Instances
| AttrInfo TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark Associated Types
Methods attrGet :: AttrBaseTypeConstraint TextMarkNamePropertyInfo o => o -> IO (AttrGetType TextMarkNamePropertyInfo) attrSet :: (AttrBaseTypeConstraint TextMarkNamePropertyInfo o, AttrSetTypeConstraint TextMarkNamePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint TextMarkNamePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint TextMarkNamePropertyInfo o, AttrSetTypeConstraint TextMarkNamePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint TextMarkNamePropertyInfo o, AttrTransferTypeConstraint TextMarkNamePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TextMarkNamePropertyInfo) attrPut :: AttrBaseTypeConstraint TextMarkNamePropertyInfo o => o -> AttrGetType TextMarkNamePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrAllowedOps TextMarkNamePropertyInfo = '['AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark | |||||||||||||||||||||||||||||||||
| type AttrGetType TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrGetType TextMarkNamePropertyInfo = Maybe Text | |||||||||||||||||||||||||||||||||
| type AttrLabel TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrLabel TextMarkNamePropertyInfo = "name" | |||||||||||||||||||||||||||||||||
| type AttrOrigin TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrSetTypeConstraint TextMarkNamePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
| type AttrTransferType TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrTransferType TextMarkNamePropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint TextMarkNamePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.TextMark type AttrTransferTypeConstraint TextMarkNamePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
data TextMarkSetVisibleMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsTextMark a) => OverloadedMethod TextMarkSetVisibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo TextMarkSetVisibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.TextMark Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
constructTextMarkLeftGravity :: (IsTextMark o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructTextMarkName :: (IsTextMark o, MonadIO m) => Text -> m (GValueConstruct o) #
getTextMarkLeftGravity :: (MonadIO m, IsTextMark o) => o -> m Bool #
getTextMarkName :: (MonadIO m, IsTextMark o) => o -> m (Maybe Text) #
textMarkGetBuffer :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m (Maybe TextBuffer) #
textMarkGetDeleted :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m Bool #
textMarkGetLeftGravity :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m Bool #
textMarkGetName :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m (Maybe Text) #
textMarkGetVisible :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m Bool #
textMarkLeftGravity :: AttrLabelProxy "leftGravity" #
textMarkName :: AttrLabelProxy "name" #
textMarkNew :: (HasCallStack, MonadIO m) => Maybe Text -> Bool -> m TextMark #
textMarkSetVisible :: (HasCallStack, MonadIO m, IsTextMark a) => a -> Bool -> m () #
toTextMark :: (MonadIO m, IsTextMark o) => o -> m TextMark #