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.Interfaces.Editable

Contents

Description

 

Synopsis

Exported types

newtype Editable Source

Constructors

Editable (ForeignPtr Editable) 

Instances

((~) * info (ResolveEditableMethod t Editable), MethodInfo * info Editable p) => IsLabel t (Editable -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Editable -> p

((~) * info (ResolveEditableMethod t Editable), MethodInfo * info Editable p) => IsLabelProxy t (Editable -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Editable -> p

type ParentTypes Editable Source 
type AttributeList Editable Source 
type SignalList Editable Source 

Methods

editableCopyClipboard

editableCutClipboard

editableDeleteSelection

editableDeleteText

editableDeleteText :: (MonadIO m, EditableK a) => a -> Int32 -> Int32 -> m () Source

editableGetChars

editableGetEditable

editableGetPosition

editableGetSelectionBounds

editableInsertText

editablePasteClipboard

editableSelectRegion

editableSetEditable

editableSetEditable :: (MonadIO m, EditableK a) => a -> Bool -> m () Source

editableSetPosition

Signals

Changed

type EditableChangedCallbackC = Ptr () -> Ptr () -> IO () Source

DeleteText

type EditableDeleteTextCallbackC = Ptr () -> Int32 -> Int32 -> Ptr () -> IO () Source

InsertText