gi-gtksource-3.0.12: GtkSource 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.GtkSource.Objects.Map

Contents

Description

 

Synopsis

Exported types

newtype Map Source #

Constructors

Map (ManagedPtr Map) 

Instances

toMap :: IsMap o => o -> IO Map Source #

Methods

getView

data MapGetViewMethodInfo Source #

Instances

((~) * signature (m (Maybe View)), MonadIO m, IsMap a) => MethodInfo * MapGetViewMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy MapGetViewMethodInfo a -> signature -> s #

mapGetView Source #

Arguments

:: (HasCallStack, MonadIO m, IsMap a) 
=> a

map: a Map.

-> m (Maybe View)

Returns: a View or Nothing.

Gets the Map:view property, which is the view this widget is mapping.

Since: 3.18

new

mapNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m Map

Returns: a new Map.

Creates a new Map.

Since: 3.18

setView

data MapSetViewMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsMap a, IsView b) => MethodInfo * MapSetViewMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy MapSetViewMethodInfo a -> signature -> s #

mapSetView Source #

Arguments

:: (HasCallStack, MonadIO m, IsMap a, IsView b) 
=> a

map: a Map

-> b

view: a View

-> m () 

Sets the view that map will be doing the mapping to.

Since: 3.18

Properties

fontDesc

data MapFontDescPropertyInfo Source #

Instances

AttrInfo MapFontDescPropertyInfo Source # 
type AttrOrigin MapFontDescPropertyInfo Source # 
type AttrLabel MapFontDescPropertyInfo Source # 
type AttrGetType MapFontDescPropertyInfo Source # 
type AttrBaseTypeConstraint MapFontDescPropertyInfo Source # 
type AttrSetTypeConstraint MapFontDescPropertyInfo Source # 
type AttrAllowedOps MapFontDescPropertyInfo Source # 

clearMapFontDesc :: (MonadIO m, IsMap o) => o -> m () Source #

view

data MapViewPropertyInfo Source #

Instances

AttrInfo MapViewPropertyInfo Source # 
type AttrOrigin MapViewPropertyInfo Source # 
type AttrLabel MapViewPropertyInfo Source # 
type AttrGetType MapViewPropertyInfo Source # 
type AttrBaseTypeConstraint MapViewPropertyInfo Source # 
type AttrSetTypeConstraint MapViewPropertyInfo Source # 
type AttrAllowedOps MapViewPropertyInfo Source # 

getMapView :: (MonadIO m, IsMap o) => o -> m (Maybe View) Source #

setMapView :: (MonadIO m, IsMap o, IsView a) => o -> a -> m () Source #