gi-gtksource-3.0.15: 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

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

Methods

getView

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

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

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

view

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

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