gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.EntryBuffer

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.EntryBuffer module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype EntryBuffer #

Instances

Instances details
Eq EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

(==) :: EntryBuffer -> EntryBuffer -> Bool

(/=) :: EntryBuffer -> EntryBuffer -> Bool

GObject EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

ManagedPtrNewtype EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

TypedObject EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

glibType :: IO GType #

HasParentTypes EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

HasAttributeList EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

(info ~ ResolveEntryBufferMethod t EntryBuffer, OverloadedMethod info EntryBuffer p, HasField t EntryBuffer p) => HasField (t :: Symbol) EntryBuffer p 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

getField :: EntryBuffer -> p

(info ~ ResolveEntryBufferMethod t EntryBuffer, OverloadedMethodInfo info EntryBuffer) => IsLabel t (MethodProxy info EntryBuffer) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

fromLabel :: MethodProxy info EntryBuffer

(info ~ ResolveEntryBufferMethod t EntryBuffer, OverloadedMethod info EntryBuffer p) => IsLabel t (EntryBuffer -> p) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

fromLabel :: EntryBuffer -> p

IsGValue (Maybe EntryBuffer) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EntryBuffer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EntryBuffer) #

type AttributeList EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttributeList EntryBuffer = EntryBufferAttributeList
type ParentTypes EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type ParentTypes EntryBuffer = '[Object]
type SignalList EntryBuffer 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type SignalList EntryBuffer = EntryBufferSignalList

data EntryBufferDeleteTextMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> Int32 -> m Word32), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferDeleteTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferDeleteTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

type EntryBufferDeletedTextCallback = Word32 -> Word32 -> IO () #

data EntryBufferDeletedTextSignalInfo #

Instances

Instances details
SignalInfo EntryBufferDeletedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Associated Types

type HaskellCallbackType EntryBufferDeletedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType EntryBufferDeletedTextSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryBufferDeletedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

data EntryBufferEmitDeletedTextMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> Word32 -> m ()), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferEmitDeletedTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferEmitDeletedTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferEmitInsertedTextMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> Text -> Word32 -> m ()), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferEmitInsertedTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferEmitInsertedTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferGetBytesMethodInfo #

Instances

Instances details
(signature ~ m CSize, MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferGetBytesMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferGetBytesMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferGetLengthMethodInfo #

Instances

Instances details
(signature ~ m Word32, MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferGetLengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferGetLengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferGetMaxLengthMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferGetMaxLengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferGetMaxLengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferGetTextMethodInfo #

Instances

Instances details
(signature ~ m Text, MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferGetTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferGetTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferInsertTextMethodInfo #

Instances

Instances details
(signature ~ (Word32 -> Text -> Int32 -> m Word32), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferInsertTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferInsertTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

type EntryBufferInsertedTextCallback = Word32 -> Text -> Word32 -> IO () #

data EntryBufferInsertedTextSignalInfo #

Instances

Instances details
SignalInfo EntryBufferInsertedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Associated Types

type HaskellCallbackType EntryBufferInsertedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType EntryBufferInsertedTextSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryBufferInsertedTextSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

data EntryBufferLengthPropertyInfo #

Instances

Instances details
AttrInfo EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Associated Types

type AttrAllowedOps EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferLengthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferLengthPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferLengthPropertyInfo = Word32
type AttrSetTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferLengthPropertyInfo = Type ~ ()
type AttrTransferTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferLengthPropertyInfo = Type ~ ()
type AttrTransferType EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferLengthPropertyInfo = ()
type AttrLabel EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferLengthPropertyInfo = "length"
type AttrOrigin EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

attrGet :: AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o => o -> IO (AttrGetType EntryBufferLengthPropertyInfo)

attrSet :: (AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o, AttrSetTypeConstraint EntryBufferLengthPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o, AttrSetTypeConstraint EntryBufferLengthPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o, AttrTransferTypeConstraint EntryBufferLengthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType EntryBufferLengthPropertyInfo)

attrPut :: AttrBaseTypeConstraint EntryBufferLengthPropertyInfo o => o -> AttrGetType EntryBufferLengthPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferLengthPropertyInfo = '['AttrGet]
type AttrBaseTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferLengthPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferLengthPropertyInfo = Word32
type AttrLabel EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferLengthPropertyInfo = "length"
type AttrOrigin EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferLengthPropertyInfo = Type ~ ()
type AttrTransferType EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferLengthPropertyInfo = ()
type AttrTransferTypeConstraint EntryBufferLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferLengthPropertyInfo = Type ~ ()

data EntryBufferMaxLengthPropertyInfo #

Instances

Instances details
AttrInfo EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Associated Types

type AttrAllowedOps EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferMaxLengthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferMaxLengthPropertyInfo = Int32
type AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo = Type ~ Int32
type AttrTransferTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferMaxLengthPropertyInfo = Type ~ Int32
type AttrTransferType EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferMaxLengthPropertyInfo = Int32
type AttrLabel EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferMaxLengthPropertyInfo = "max-length"
type AttrOrigin EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

attrGet :: AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o => o -> IO (AttrGetType EntryBufferMaxLengthPropertyInfo)

attrSet :: (AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o, AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o, AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o, AttrTransferTypeConstraint EntryBufferMaxLengthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType EntryBufferMaxLengthPropertyInfo)

attrPut :: AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo o => o -> AttrGetType EntryBufferMaxLengthPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferMaxLengthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferMaxLengthPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferMaxLengthPropertyInfo = Int32
type AttrLabel EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferMaxLengthPropertyInfo = "max-length"
type AttrOrigin EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferMaxLengthPropertyInfo = Type ~ Int32
type AttrTransferType EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferMaxLengthPropertyInfo = Int32
type AttrTransferTypeConstraint EntryBufferMaxLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferMaxLengthPropertyInfo = Type ~ Int32

data EntryBufferSetMaxLengthMethodInfo #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferSetMaxLengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferSetMaxLengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferSetTextMethodInfo #

Instances

Instances details
(signature ~ (Text -> Int32 -> m ()), MonadIO m, IsEntryBuffer a) => OverloadedMethod EntryBufferSetTextMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryBufferSetTextMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryBufferTextPropertyInfo #

Instances

Instances details
AttrInfo EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Associated Types

type AttrAllowedOps EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferTextPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear, 'AttrPut]
type AttrBaseTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferTextPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferTextPropertyInfo = Text
type AttrSetTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferTextPropertyInfo = Type ~ Text
type AttrTransferTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferTextPropertyInfo = Type ~ Text
type AttrTransferType EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferTextPropertyInfo = Text
type AttrLabel EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferTextPropertyInfo = "text"
type AttrOrigin EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

attrGet :: AttrBaseTypeConstraint EntryBufferTextPropertyInfo o => o -> IO (AttrGetType EntryBufferTextPropertyInfo)

attrSet :: (AttrBaseTypeConstraint EntryBufferTextPropertyInfo o, AttrSetTypeConstraint EntryBufferTextPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint EntryBufferTextPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint EntryBufferTextPropertyInfo o, AttrSetTypeConstraint EntryBufferTextPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint EntryBufferTextPropertyInfo o, AttrTransferTypeConstraint EntryBufferTextPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType EntryBufferTextPropertyInfo)

attrPut :: AttrBaseTypeConstraint EntryBufferTextPropertyInfo o => o -> AttrGetType EntryBufferTextPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrAllowedOps EntryBufferTextPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear, 'AttrPut]
type AttrBaseTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrBaseTypeConstraint EntryBufferTextPropertyInfo = IsEntryBuffer
type AttrGetType EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrGetType EntryBufferTextPropertyInfo = Text
type AttrLabel EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrLabel EntryBufferTextPropertyInfo = "text"
type AttrOrigin EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrSetTypeConstraint EntryBufferTextPropertyInfo = Type ~ Text
type AttrTransferType EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferType EntryBufferTextPropertyInfo = Text
type AttrTransferTypeConstraint EntryBufferTextPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type AttrTransferTypeConstraint EntryBufferTextPropertyInfo = Type ~ Text

class (GObject o, IsDescendantOf EntryBuffer o) => IsEntryBuffer o #

Instances

Instances details
(GObject o, IsDescendantOf EntryBuffer o) => IsEntryBuffer o 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

type family ResolveEntryBufferMethod (t :: Symbol) o where ... #

Equations

ResolveEntryBufferMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveEntryBufferMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveEntryBufferMethod "deleteText" o = EntryBufferDeleteTextMethodInfo 
ResolveEntryBufferMethod "emitDeletedText" o = EntryBufferEmitDeletedTextMethodInfo 
ResolveEntryBufferMethod "emitInsertedText" o = EntryBufferEmitInsertedTextMethodInfo 
ResolveEntryBufferMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveEntryBufferMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveEntryBufferMethod "getv" o = ObjectGetvMethodInfo 
ResolveEntryBufferMethod "insertText" o = EntryBufferInsertTextMethodInfo 
ResolveEntryBufferMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveEntryBufferMethod "notify" o = ObjectNotifyMethodInfo 
ResolveEntryBufferMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveEntryBufferMethod "ref" o = ObjectRefMethodInfo 
ResolveEntryBufferMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveEntryBufferMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveEntryBufferMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveEntryBufferMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveEntryBufferMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveEntryBufferMethod "unref" o = ObjectUnrefMethodInfo 
ResolveEntryBufferMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveEntryBufferMethod "getBytes" o = EntryBufferGetBytesMethodInfo 
ResolveEntryBufferMethod "getData" o = ObjectGetDataMethodInfo 
ResolveEntryBufferMethod "getLength" o = EntryBufferGetLengthMethodInfo 
ResolveEntryBufferMethod "getMaxLength" o = EntryBufferGetMaxLengthMethodInfo 
ResolveEntryBufferMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveEntryBufferMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveEntryBufferMethod "getText" o = EntryBufferGetTextMethodInfo 
ResolveEntryBufferMethod "setData" o = ObjectSetDataMethodInfo 
ResolveEntryBufferMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveEntryBufferMethod "setMaxLength" o = EntryBufferSetMaxLengthMethodInfo 
ResolveEntryBufferMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveEntryBufferMethod "setText" o = EntryBufferSetTextMethodInfo 
ResolveEntryBufferMethod l o = MethodResolutionFailed l o :: Type 

afterEntryBufferDeletedText :: (IsEntryBuffer a, MonadIO m) => a -> ((?self :: a) => EntryBufferDeletedTextCallback) -> m SignalHandlerId #

afterEntryBufferInsertedText :: (IsEntryBuffer a, MonadIO m) => a -> ((?self :: a) => EntryBufferInsertedTextCallback) -> m SignalHandlerId #

clearEntryBufferText :: (MonadIO m, IsEntryBuffer o) => o -> m () #

constructEntryBufferMaxLength :: (IsEntryBuffer o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructEntryBufferText :: (IsEntryBuffer o, MonadIO m) => Text -> m (GValueConstruct o) #

entryBufferDeleteText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Word32 -> Int32 -> m Word32 #

entryBufferEmitDeletedText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Word32 -> Word32 -> m () #

entryBufferEmitInsertedText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Word32 -> Text -> Word32 -> m () #

entryBufferGetBytes :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> m CSize #

entryBufferGetLength :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> m Word32 #

entryBufferGetMaxLength :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> m Int32 #

entryBufferGetText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> m Text #

entryBufferInsertText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Word32 -> Text -> Int32 -> m Word32 #

entryBufferLength :: AttrLabelProxy "length" #

entryBufferMaxLength :: AttrLabelProxy "maxLength" #

entryBufferNew :: (HasCallStack, MonadIO m) => Maybe Text -> Int32 -> m EntryBuffer #

entryBufferSetMaxLength :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Int32 -> m () #

entryBufferSetText :: (HasCallStack, MonadIO m, IsEntryBuffer a) => a -> Text -> Int32 -> m () #

entryBufferText :: AttrLabelProxy "text" #

getEntryBufferLength :: (MonadIO m, IsEntryBuffer o) => o -> m Word32 #

getEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer o) => o -> m Int32 #

getEntryBufferText :: (MonadIO m, IsEntryBuffer o) => o -> m Text #

onEntryBufferDeletedText :: (IsEntryBuffer a, MonadIO m) => a -> ((?self :: a) => EntryBufferDeletedTextCallback) -> m SignalHandlerId #

onEntryBufferInsertedText :: (IsEntryBuffer a, MonadIO m) => a -> ((?self :: a) => EntryBufferInsertedTextCallback) -> m SignalHandlerId #

setEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer o) => o -> Int32 -> m () #

setEntryBufferText :: (MonadIO m, IsEntryBuffer o) => o -> Text -> m () #

toEntryBuffer :: (MonadIO m, IsEntryBuffer o) => o -> m EntryBuffer #