| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GtkSource.Objects.Map
Description
- newtype Map = Map (ManagedPtr Map)
- class GObject o => IsMap o
- toMap :: IsMap o => o -> IO Map
- noMap :: Maybe Map
- data MapGetViewMethodInfo
- mapGetView :: (HasCallStack, MonadIO m, IsMap a) => a -> m (Maybe View)
- mapNew :: (HasCallStack, MonadIO m) => m Map
- data MapSetViewMethodInfo
- mapSetView :: (HasCallStack, MonadIO m, IsMap a, IsView b) => a -> b -> m ()
- data MapFontDescPropertyInfo
- clearMapFontDesc :: (MonadIO m, IsMap o) => o -> m ()
- constructMapFontDesc :: IsMap o => FontDescription -> IO (GValueConstruct o)
- getMapFontDesc :: (MonadIO m, IsMap o) => o -> m (Maybe FontDescription)
- mapFontDesc :: AttrLabelProxy "fontDesc"
- setMapFontDesc :: (MonadIO m, IsMap o) => o -> FontDescription -> m ()
- data MapViewPropertyInfo
- constructMapView :: (IsMap o, IsView a) => a -> IO (GValueConstruct o)
- getMapView :: (MonadIO m, IsMap o) => o -> m (Maybe View)
- mapView :: AttrLabelProxy "view"
- setMapView :: (MonadIO m, IsMap o, IsView a) => o -> a -> m ()
Exported types
Constructors
| Map (ManagedPtr Map) |
Instances
| GObject Map Source # | |
| IsImplementorIface Map Source # | |
| IsObject Map Source # | |
| IsTextView Map Source # | |
| IsBuildable Map Source # | |
| IsScrollable Map Source # | |
| IsContainer Map Source # | |
| IsWidget Map Source # | |
| IsView Map Source # | |
| IsMap Map Source # | |
| ((~) * info (ResolveMapMethod t Map), MethodInfo * info Map p) => IsLabel t (Map -> p) Source # | |
| ((~) * info (ResolveMapMethod t Map), MethodInfo * info Map p) => IsLabelProxy t (Map -> p) Source # | |
| HasAttributeList * Map Source # | |
| type AttributeList Map Source # | |
| type SignalList Map Source # | |
Methods
getView
data MapGetViewMethodInfo Source #
Instances
| ((~) * signature (m (Maybe View)), MonadIO m, IsMap a) => MethodInfo * MapGetViewMethodInfo a signature Source # | |
Gets the Map:view property, which is the view this widget is mapping.
Since: 3.18
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m Map | Returns: a new |
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 # | |
Sets the view that map will be doing the mapping to.
Since: 3.18
Properties
fontDesc
data MapFontDescPropertyInfo Source #
Instances
clearMapFontDesc :: (MonadIO m, IsMap o) => o -> m () Source #
constructMapFontDesc :: IsMap o => FontDescription -> IO (GValueConstruct o) Source #
getMapFontDesc :: (MonadIO m, IsMap o) => o -> m (Maybe FontDescription) Source #
mapFontDesc :: AttrLabelProxy "fontDesc" Source #
setMapFontDesc :: (MonadIO m, IsMap o) => o -> FontDescription -> m () Source #
view
data MapViewPropertyInfo Source #
Instances
constructMapView :: (IsMap o, IsView a) => a -> IO (GValueConstruct o) Source #
mapView :: AttrLabelProxy "view" Source #