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

GI.Gtk.Objects.EntryCompletion

Description

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

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

Documentation

newtype EntryCompletion #

Instances

Instances details
Eq EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

GObject EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

ManagedPtrNewtype EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

TypedObject EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

glibType :: IO GType #

HasParentTypes EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

HasAttributeList EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

(info ~ ResolveEntryCompletionMethod t EntryCompletion, OverloadedMethod info EntryCompletion p, HasField t EntryCompletion p) => HasField (t :: Symbol) EntryCompletion p 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

getField :: EntryCompletion -> p

(info ~ ResolveEntryCompletionMethod t EntryCompletion, OverloadedMethodInfo info EntryCompletion) => IsLabel t (MethodProxy info EntryCompletion) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

fromLabel :: MethodProxy info EntryCompletion

(info ~ ResolveEntryCompletionMethod t EntryCompletion, OverloadedMethod info EntryCompletion p) => IsLabel t (EntryCompletion -> p) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

fromLabel :: EntryCompletion -> p

IsGValue (Maybe EntryCompletion) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttributeList EntryCompletion = EntryCompletionAttributeList
type ParentTypes EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type ParentTypes EntryCompletion = '[Object, Buildable, CellLayout]
type SignalList EntryCompletion 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type SignalList EntryCompletion = EntryCompletionSignalList

data EntryCompletionCellAreaPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrAllowedOps EntryCompletionCellAreaPropertyInfo = '['AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionCellAreaPropertyInfo = IsCellArea
type AttrTransferTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionCellAreaPropertyInfo = IsCellArea
type AttrTransferType EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionCellAreaPropertyInfo = "cell-area"
type AttrOrigin EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrAllowedOps EntryCompletionCellAreaPropertyInfo = '['AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionCellAreaPropertyInfo = "cell-area"
type AttrOrigin EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionCellAreaPropertyInfo = IsCellArea
type AttrTransferType EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionCellAreaPropertyInfo = IsCellArea

data EntryCompletionCompleteMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionCompleteMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionCompleteMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionComputePrefixMethodInfo #

Instances

Instances details
(signature ~ (Text -> m (Maybe Text)), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionComputePrefixMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionComputePrefixMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionCursorOnMatchSignalInfo #

Instances

Instances details
SignalInfo EntryCompletionCursorOnMatchSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type HaskellCallbackType EntryCompletionCursorOnMatchSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryCompletionCursorOnMatchSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

data EntryCompletionGetCompletionPrefixMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetCompletionPrefixMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetCompletionPrefixMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetEntryMethodInfo #

Instances

Instances details
(signature ~ m Widget, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetEntryMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetEntryMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetInlineCompletionMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetInlineCompletionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetInlineCompletionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetInlineSelectionMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetInlineSelectionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetInlineSelectionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetMinimumKeyLengthMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetMinimumKeyLengthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetMinimumKeyLengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetModelMethodInfo #

Instances

Instances details
(signature ~ m (Maybe TreeModel), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetPopupCompletionMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetPopupCompletionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetPopupCompletionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetPopupSetWidthMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetPopupSetWidthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetPopupSetWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetPopupSingleMatchMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetPopupSingleMatchMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetPopupSingleMatchMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionGetTextColumnMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionGetTextColumnMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionGetTextColumnMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionInlineCompletionPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineCompletionPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionInlineCompletionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionInlineCompletionPropertyInfo = Bool
type AttrLabel EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineCompletionPropertyInfo = "inline-completion"
type AttrOrigin EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineCompletionPropertyInfo = "inline-completion"
type AttrOrigin EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineCompletionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionInlineCompletionPropertyInfo = Bool
type AttrTransferTypeConstraint EntryCompletionInlineCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionInlineCompletionPropertyInfo = Type ~ Bool

data EntryCompletionInlineSelectionPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineSelectionPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionInlineSelectionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionInlineSelectionPropertyInfo = Bool
type AttrLabel EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineSelectionPropertyInfo = "inline-selection"
type AttrOrigin EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionInlineSelectionPropertyInfo = "inline-selection"
type AttrOrigin EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionInlineSelectionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionInlineSelectionPropertyInfo = Bool
type AttrTransferTypeConstraint EntryCompletionInlineSelectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionInlineSelectionPropertyInfo = Type ~ Bool

type EntryCompletionInsertPrefixCallback = Text -> IO Bool #

data EntryCompletionInsertPrefixMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionInsertPrefixMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionInsertPrefixMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionInsertPrefixSignalInfo #

Instances

Instances details
SignalInfo EntryCompletionInsertPrefixSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type HaskellCallbackType EntryCompletionInsertPrefixSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryCompletionInsertPrefixSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

data EntryCompletionMatchSelectedSignalInfo #

Instances

Instances details
SignalInfo EntryCompletionMatchSelectedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type HaskellCallbackType EntryCompletionMatchSelectedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryCompletionMatchSelectedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

data EntryCompletionMinimumKeyLengthPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionMinimumKeyLengthPropertyInfo = Int32
type AttrLabel EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionMinimumKeyLengthPropertyInfo = "minimum-key-length"
type AttrOrigin EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionMinimumKeyLengthPropertyInfo = "minimum-key-length"
type AttrOrigin EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionMinimumKeyLengthPropertyInfo = Int32
type AttrTransferTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo = Type ~ Int32

data EntryCompletionModelPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionModelPropertyInfo = IsTreeModel
type AttrTransferTypeConstraint EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionModelPropertyInfo = IsTreeModel
type AttrTransferType EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionModelPropertyInfo = "model"
type AttrOrigin EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionModelPropertyInfo = "model"
type AttrOrigin EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionModelPropertyInfo = IsTreeModel
type AttrTransferType EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionModelPropertyInfo = IsTreeModel

data EntryCompletionNoMatchesSignalInfo #

Instances

Instances details
SignalInfo EntryCompletionNoMatchesSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type HaskellCallbackType EntryCompletionNoMatchesSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType EntryCompletionNoMatchesSignalInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

data EntryCompletionPopupCompletionPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupCompletionPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupCompletionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupCompletionPropertyInfo = Bool
type AttrLabel EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupCompletionPropertyInfo = "popup-completion"
type AttrOrigin EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupCompletionPropertyInfo = "popup-completion"
type AttrOrigin EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupCompletionPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupCompletionPropertyInfo = Bool
type AttrTransferTypeConstraint EntryCompletionPopupCompletionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupCompletionPropertyInfo = Type ~ Bool

data EntryCompletionPopupSetWidthPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupSetWidthPropertyInfo = Bool
type AttrLabel EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSetWidthPropertyInfo = "popup-set-width"
type AttrOrigin EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSetWidthPropertyInfo = "popup-set-width"
type AttrOrigin EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupSetWidthPropertyInfo = Bool
type AttrTransferTypeConstraint EntryCompletionPopupSetWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = Type ~ Bool

data EntryCompletionPopupSingleMatchPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupSingleMatchPropertyInfo = Bool
type AttrLabel EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSingleMatchPropertyInfo = "popup-single-match"
type AttrOrigin EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionPopupSingleMatchPropertyInfo = "popup-single-match"
type AttrOrigin EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = Type ~ Bool
type AttrTransferType EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionPopupSingleMatchPropertyInfo = Bool
type AttrTransferTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = Type ~ Bool

data EntryCompletionSetInlineCompletionMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetInlineCompletionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetInlineCompletionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetInlineSelectionMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetInlineSelectionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetInlineSelectionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetMatchFuncMethodInfo #

Instances

Instances details
(signature ~ (EntryCompletionMatchFunc -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetMatchFuncMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetMatchFuncMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetMinimumKeyLengthMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetMinimumKeyLengthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetModelMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsEntryCompletion a, IsTreeModel b) => OverloadedMethod EntryCompletionSetModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetPopupCompletionMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetPopupCompletionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetPopupCompletionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetPopupSetWidthMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetPopupSetWidthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetPopupSetWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetPopupSingleMatchMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsEntryCompletion a) => OverloadedMethod EntryCompletionSetPopupSingleMatchMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetPopupSingleMatchMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionSetTextColumnMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo EntryCompletionSetTextColumnMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data EntryCompletionTextColumnPropertyInfo #

Instances

Instances details
AttrInfo EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Associated Types

type AttrAllowedOps EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionTextColumnPropertyInfo = Int32
type AttrSetTypeConstraint EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionTextColumnPropertyInfo = Int32
type AttrLabel EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionTextColumnPropertyInfo = "text-column"
type AttrOrigin EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrGetType EntryCompletionTextColumnPropertyInfo = Int32
type AttrLabel EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrLabel EntryCompletionTextColumnPropertyInfo = "text-column"
type AttrOrigin EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrSetTypeConstraint EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferType EntryCompletionTextColumnPropertyInfo = Int32
type AttrTransferTypeConstraint EntryCompletionTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

type AttrTransferTypeConstraint EntryCompletionTextColumnPropertyInfo = Type ~ Int32

class (GObject o, IsDescendantOf EntryCompletion o) => IsEntryCompletion o #

Instances

Instances details
(GObject o, IsDescendantOf EntryCompletion o) => IsEntryCompletion o 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

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

Equations

ResolveEntryCompletionMethod "addAttribute" o = CellLayoutAddAttributeMethodInfo 
ResolveEntryCompletionMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveEntryCompletionMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveEntryCompletionMethod "clear" o = CellLayoutClearMethodInfo 
ResolveEntryCompletionMethod "clearAttributes" o = CellLayoutClearAttributesMethodInfo 
ResolveEntryCompletionMethod "complete" o = EntryCompletionCompleteMethodInfo 
ResolveEntryCompletionMethod "computePrefix" o = EntryCompletionComputePrefixMethodInfo 
ResolveEntryCompletionMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveEntryCompletionMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveEntryCompletionMethod "getv" o = ObjectGetvMethodInfo 
ResolveEntryCompletionMethod "insertPrefix" o = EntryCompletionInsertPrefixMethodInfo 
ResolveEntryCompletionMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveEntryCompletionMethod "notify" o = ObjectNotifyMethodInfo 
ResolveEntryCompletionMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveEntryCompletionMethod "packEnd" o = CellLayoutPackEndMethodInfo 
ResolveEntryCompletionMethod "packStart" o = CellLayoutPackStartMethodInfo 
ResolveEntryCompletionMethod "ref" o = ObjectRefMethodInfo 
ResolveEntryCompletionMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveEntryCompletionMethod "reorder" o = CellLayoutReorderMethodInfo 
ResolveEntryCompletionMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveEntryCompletionMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveEntryCompletionMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveEntryCompletionMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveEntryCompletionMethod "unref" o = ObjectUnrefMethodInfo 
ResolveEntryCompletionMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveEntryCompletionMethod "getArea" o = CellLayoutGetAreaMethodInfo 
ResolveEntryCompletionMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveEntryCompletionMethod "getCells" o = CellLayoutGetCellsMethodInfo 
ResolveEntryCompletionMethod "getCompletionPrefix" o = EntryCompletionGetCompletionPrefixMethodInfo 
ResolveEntryCompletionMethod "getData" o = ObjectGetDataMethodInfo 
ResolveEntryCompletionMethod "getEntry" o = EntryCompletionGetEntryMethodInfo 
ResolveEntryCompletionMethod "getInlineCompletion" o = EntryCompletionGetInlineCompletionMethodInfo 
ResolveEntryCompletionMethod "getInlineSelection" o = EntryCompletionGetInlineSelectionMethodInfo 
ResolveEntryCompletionMethod "getMinimumKeyLength" o = EntryCompletionGetMinimumKeyLengthMethodInfo 
ResolveEntryCompletionMethod "getModel" o = EntryCompletionGetModelMethodInfo 
ResolveEntryCompletionMethod "getPopupCompletion" o = EntryCompletionGetPopupCompletionMethodInfo 
ResolveEntryCompletionMethod "getPopupSetWidth" o = EntryCompletionGetPopupSetWidthMethodInfo 
ResolveEntryCompletionMethod "getPopupSingleMatch" o = EntryCompletionGetPopupSingleMatchMethodInfo 
ResolveEntryCompletionMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveEntryCompletionMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveEntryCompletionMethod "getTextColumn" o = EntryCompletionGetTextColumnMethodInfo 
ResolveEntryCompletionMethod "setCellDataFunc" o = CellLayoutSetCellDataFuncMethodInfo 
ResolveEntryCompletionMethod "setData" o = ObjectSetDataMethodInfo 
ResolveEntryCompletionMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveEntryCompletionMethod "setInlineCompletion" o = EntryCompletionSetInlineCompletionMethodInfo 
ResolveEntryCompletionMethod "setInlineSelection" o = EntryCompletionSetInlineSelectionMethodInfo 
ResolveEntryCompletionMethod "setMatchFunc" o = EntryCompletionSetMatchFuncMethodInfo 
ResolveEntryCompletionMethod "setMinimumKeyLength" o = EntryCompletionSetMinimumKeyLengthMethodInfo 
ResolveEntryCompletionMethod "setModel" o = EntryCompletionSetModelMethodInfo 
ResolveEntryCompletionMethod "setPopupCompletion" o = EntryCompletionSetPopupCompletionMethodInfo 
ResolveEntryCompletionMethod "setPopupSetWidth" o = EntryCompletionSetPopupSetWidthMethodInfo 
ResolveEntryCompletionMethod "setPopupSingleMatch" o = EntryCompletionSetPopupSingleMatchMethodInfo 
ResolveEntryCompletionMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveEntryCompletionMethod "setTextColumn" o = EntryCompletionSetTextColumnMethodInfo 
ResolveEntryCompletionMethod l o = MethodResolutionFailed l o :: Type 

afterEntryCompletionCursorOnMatch :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionCursorOnMatchCallback) -> m SignalHandlerId #

afterEntryCompletionInsertPrefix :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionInsertPrefixCallback) -> m SignalHandlerId #

afterEntryCompletionMatchSelected :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionMatchSelectedCallback) -> m SignalHandlerId #

afterEntryCompletionNoMatches :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionNoMatchesCallback) -> m SignalHandlerId #

clearEntryCompletionModel :: (MonadIO m, IsEntryCompletion o) => o -> m () #

constructEntryCompletionCellArea :: (IsEntryCompletion o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o) #

constructEntryCompletionInlineCompletion :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructEntryCompletionInlineSelection :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructEntryCompletionMinimumKeyLength :: (IsEntryCompletion o, MonadIO m) => Int32 -> m (GValueConstruct o) #

constructEntryCompletionModel :: (IsEntryCompletion o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o) #

constructEntryCompletionPopupCompletion :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructEntryCompletionPopupSetWidth :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructEntryCompletionPopupSingleMatch :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructEntryCompletionTextColumn :: (IsEntryCompletion o, MonadIO m) => Int32 -> m (GValueConstruct o) #

entryCompletionCellArea :: AttrLabelProxy "cellArea" #

entryCompletionComplete :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m () #

entryCompletionComputePrefix :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Text -> m (Maybe Text) #

entryCompletionGetCompletionPrefix :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m (Maybe Text) #

entryCompletionGetEntry :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Widget #

entryCompletionGetInlineCompletion :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Bool #

entryCompletionGetInlineSelection :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Bool #

entryCompletionGetMinimumKeyLength :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Int32 #

entryCompletionGetModel :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m (Maybe TreeModel) #

entryCompletionGetPopupCompletion :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Bool #

entryCompletionGetPopupSetWidth :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Bool #

entryCompletionGetPopupSingleMatch :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Bool #

entryCompletionGetTextColumn :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Int32 #

entryCompletionInlineCompletion :: AttrLabelProxy "inlineCompletion" #

entryCompletionInlineSelection :: AttrLabelProxy "inlineSelection" #

entryCompletionInsertPrefix :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m () #

entryCompletionMinimumKeyLength :: AttrLabelProxy "minimumKeyLength" #

entryCompletionModel :: AttrLabelProxy "model" #

entryCompletionNew :: (HasCallStack, MonadIO m) => m EntryCompletion #

entryCompletionNewWithArea :: (HasCallStack, MonadIO m, IsCellArea a) => a -> m EntryCompletion #

entryCompletionPopupCompletion :: AttrLabelProxy "popupCompletion" #

entryCompletionPopupSetWidth :: AttrLabelProxy "popupSetWidth" #

entryCompletionPopupSingleMatch :: AttrLabelProxy "popupSingleMatch" #

entryCompletionSetInlineCompletion :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Bool -> m () #

entryCompletionSetInlineSelection :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Bool -> m () #

entryCompletionSetMatchFunc :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> EntryCompletionMatchFunc -> m () #

entryCompletionSetMinimumKeyLength :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Int32 -> m () #

entryCompletionSetModel :: (HasCallStack, MonadIO m, IsEntryCompletion a, IsTreeModel b) => a -> Maybe b -> m () #

entryCompletionSetPopupCompletion :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Bool -> m () #

entryCompletionSetPopupSetWidth :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Bool -> m () #

entryCompletionSetPopupSingleMatch :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Bool -> m () #

entryCompletionSetTextColumn :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Int32 -> m () #

entryCompletionTextColumn :: AttrLabelProxy "textColumn" #

getEntryCompletionCellArea :: (MonadIO m, IsEntryCompletion o) => o -> m (Maybe CellArea) #

getEntryCompletionInlineCompletion :: (MonadIO m, IsEntryCompletion o) => o -> m Bool #

getEntryCompletionInlineSelection :: (MonadIO m, IsEntryCompletion o) => o -> m Bool #

getEntryCompletionMinimumKeyLength :: (MonadIO m, IsEntryCompletion o) => o -> m Int32 #

getEntryCompletionModel :: (MonadIO m, IsEntryCompletion o) => o -> m (Maybe TreeModel) #

getEntryCompletionPopupCompletion :: (MonadIO m, IsEntryCompletion o) => o -> m Bool #

getEntryCompletionPopupSetWidth :: (MonadIO m, IsEntryCompletion o) => o -> m Bool #

getEntryCompletionPopupSingleMatch :: (MonadIO m, IsEntryCompletion o) => o -> m Bool #

getEntryCompletionTextColumn :: (MonadIO m, IsEntryCompletion o) => o -> m Int32 #

onEntryCompletionCursorOnMatch :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionCursorOnMatchCallback) -> m SignalHandlerId #

onEntryCompletionInsertPrefix :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionInsertPrefixCallback) -> m SignalHandlerId #

onEntryCompletionMatchSelected :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionMatchSelectedCallback) -> m SignalHandlerId #

onEntryCompletionNoMatches :: (IsEntryCompletion a, MonadIO m) => a -> ((?self :: a) => EntryCompletionNoMatchesCallback) -> m SignalHandlerId #

setEntryCompletionInlineCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m () #

setEntryCompletionInlineSelection :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m () #

setEntryCompletionMinimumKeyLength :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m () #

setEntryCompletionModel :: (MonadIO m, IsEntryCompletion o, IsTreeModel a) => o -> a -> m () #

setEntryCompletionPopupCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m () #

setEntryCompletionPopupSetWidth :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m () #

setEntryCompletionPopupSingleMatch :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m () #

setEntryCompletionTextColumn :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m () #