gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.SuggestionEntryBuffer

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SuggestionEntryBuffer Source #

Memory-managed wrapper type.

Constructors

SuggestionEntryBuffer (ManagedPtr SuggestionEntryBuffer) 

Instances

Instances details
Eq SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

GObject SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

ManagedPtrNewtype SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

TypedObject SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

Methods

glibType :: IO GType

HasParentTypes SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

IsGValue (Maybe SuggestionEntryBuffer) Source #

Convert SuggestionEntryBuffer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

type ParentTypes SuggestionEntryBuffer Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

type ParentTypes SuggestionEntryBuffer = '[EntryBuffer, Object]

class (GObject o, IsDescendantOf SuggestionEntryBuffer o) => IsSuggestionEntryBuffer o Source #

Type class for types which can be safely cast to SuggestionEntryBuffer, for instance with toSuggestionEntryBuffer.

Instances

Instances details
(GObject o, IsDescendantOf SuggestionEntryBuffer o) => IsSuggestionEntryBuffer o Source # 
Instance details

Defined in GI.Dazzle.Objects.SuggestionEntryBuffer

toSuggestionEntryBuffer :: (MonadIO m, IsSuggestionEntryBuffer o) => o -> m SuggestionEntryBuffer Source #

Cast to SuggestionEntryBuffer, for types for which this is known to be safe. For general casts, use castTo.

Methods

clear

suggestionEntryBufferClear :: (HasCallStack, MonadIO m, IsSuggestionEntryBuffer a) => a -> m () Source #

No description available in the introspection data.

commit

suggestionEntryBufferCommit :: (HasCallStack, MonadIO m, IsSuggestionEntryBuffer a) => a -> m () Source #

No description available in the introspection data.

getSuggestion

suggestionEntryBufferGetSuggestion Source #

Gets the Suggestion that is the current "preview suffix" of the text in the entry.

getTypedLength

suggestionEntryBufferGetTypedLength :: (HasCallStack, MonadIO m, IsSuggestionEntryBuffer a) => a -> m Word32 Source #

No description available in the introspection data.

getTypedText

suggestionEntryBufferGetTypedText :: (HasCallStack, MonadIO m, IsSuggestionEntryBuffer a) => a -> m Text Source #

No description available in the introspection data.

new

suggestionEntryBufferNew :: (HasCallStack, MonadIO m) => m SuggestionEntryBuffer Source #

No description available in the introspection data.

setSuggestion

suggestionEntryBufferSetSuggestion Source #

Arguments

:: (HasCallStack, MonadIO m, IsSuggestionEntryBuffer a, IsSuggestion b) 
=> a

self: a SuggestionEntryBuffer

-> Maybe b

suggestion: An Suggestion or Nothing

-> m () 

Sets the current suggestion for the entry buffer.

The suggestion is used to get a potential suffix for the current entry text. This allows the entry to show "preview text" after the entered text for what might be inserted should they activate the current item.

Properties

suggestion

No description available in the introspection data.

clearSuggestionEntryBufferSuggestion :: (MonadIO m, IsSuggestionEntryBuffer o) => o -> m () Source #

Set the value of the “suggestion” property to Nothing. When overloading is enabled, this is equivalent to

clear #suggestion

constructSuggestionEntryBufferSuggestion :: (IsSuggestionEntryBuffer o, MonadIO m, IsSuggestion a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “suggestion” property. This is rarely needed directly, but it is used by new.

getSuggestionEntryBufferSuggestion :: (MonadIO m, IsSuggestionEntryBuffer o) => o -> m (Maybe Suggestion) Source #

Get the value of the “suggestion” property. When overloading is enabled, this is equivalent to

get suggestionEntryBuffer #suggestion

setSuggestionEntryBufferSuggestion :: (MonadIO m, IsSuggestionEntryBuffer o, IsSuggestion a) => o -> a -> m () Source #

Set the value of the “suggestion” property. When overloading is enabled, this is equivalent to

set suggestionEntryBuffer [ #suggestion := value ]