gi-gtk-0.3.18.13: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.EntryCompletion

Contents

Description

 

Synopsis

Exported types

Methods

entryCompletionComplete

entryCompletionComputePrefix

entryCompletionDeleteAction

entryCompletionGetCompletionPrefix

entryCompletionGetEntry

entryCompletionGetInlineCompletion

entryCompletionGetInlineSelection

entryCompletionGetMinimumKeyLength

entryCompletionGetModel

entryCompletionGetPopupCompletion

entryCompletionGetPopupSetWidth

entryCompletionGetPopupSingleMatch

entryCompletionGetTextColumn

entryCompletionInsertActionMarkup

entryCompletionInsertActionText

entryCompletionInsertPrefix

entryCompletionNew

entryCompletionNewWithArea

entryCompletionSetInlineCompletion

entryCompletionSetInlineSelection

entryCompletionSetMatchFunc

entryCompletionSetMinimumKeyLength

entryCompletionSetModel

entryCompletionSetPopupCompletion

entryCompletionSetPopupSetWidth

entryCompletionSetPopupSingleMatch

entryCompletionSetTextColumn

Properties

CellArea

InlineCompletion

data EntryCompletionInlineCompletionPropertyInfo Source

Instances

AttrInfo EntryCompletionInlineCompletionPropertyInfo Source 
type AttrLabel EntryCompletionInlineCompletionPropertyInfo = "inline-completion" Source 
type AttrGetType EntryCompletionInlineCompletionPropertyInfo = Bool Source 
type AttrBaseTypeConstraint EntryCompletionInlineCompletionPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionInlineCompletionPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps EntryCompletionInlineCompletionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

InlineSelection

data EntryCompletionInlineSelectionPropertyInfo Source

Instances

AttrInfo EntryCompletionInlineSelectionPropertyInfo Source 
type AttrLabel EntryCompletionInlineSelectionPropertyInfo = "inline-selection" Source 
type AttrGetType EntryCompletionInlineSelectionPropertyInfo = Bool Source 
type AttrBaseTypeConstraint EntryCompletionInlineSelectionPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionInlineSelectionPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps EntryCompletionInlineSelectionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MinimumKeyLength

data EntryCompletionMinimumKeyLengthPropertyInfo Source

Instances

AttrInfo EntryCompletionMinimumKeyLengthPropertyInfo Source 
type AttrLabel EntryCompletionMinimumKeyLengthPropertyInfo = "minimum-key-length" Source 
type AttrGetType EntryCompletionMinimumKeyLengthPropertyInfo = Int32 Source 
type AttrBaseTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionMinimumKeyLengthPropertyInfo = TYPE Lifted ~ Int32 Source 
type AttrAllowedOps EntryCompletionMinimumKeyLengthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Model

PopupCompletion

data EntryCompletionPopupCompletionPropertyInfo Source

Instances

AttrInfo EntryCompletionPopupCompletionPropertyInfo Source 
type AttrLabel EntryCompletionPopupCompletionPropertyInfo = "popup-completion" Source 
type AttrGetType EntryCompletionPopupCompletionPropertyInfo = Bool Source 
type AttrBaseTypeConstraint EntryCompletionPopupCompletionPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionPopupCompletionPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps EntryCompletionPopupCompletionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

PopupSetWidth

data EntryCompletionPopupSetWidthPropertyInfo Source

Instances

AttrInfo EntryCompletionPopupSetWidthPropertyInfo Source 
type AttrLabel EntryCompletionPopupSetWidthPropertyInfo = "popup-set-width" Source 
type AttrGetType EntryCompletionPopupSetWidthPropertyInfo = Bool Source 
type AttrBaseTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionPopupSetWidthPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps EntryCompletionPopupSetWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

PopupSingleMatch

data EntryCompletionPopupSingleMatchPropertyInfo Source

Instances

AttrInfo EntryCompletionPopupSingleMatchPropertyInfo Source 
type AttrLabel EntryCompletionPopupSingleMatchPropertyInfo = "popup-single-match" Source 
type AttrGetType EntryCompletionPopupSingleMatchPropertyInfo = Bool Source 
type AttrBaseTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = EntryCompletionK Source 
type AttrSetTypeConstraint EntryCompletionPopupSingleMatchPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps EntryCompletionPopupSingleMatchPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

TextColumn

data EntryCompletionTextColumnPropertyInfo Source

Signals

ActionActivated

CursorOnMatch

InsertPrefix

MatchSelected

NoMatches