| 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.Tag
Description
- newtype Tag = Tag (ForeignPtr Tag)
- class GObject o => IsTag o
- toTag :: IsTag o => o -> IO Tag
- noTag :: Maybe Tag
- tagNew :: MonadIO m => Maybe Text -> m Tag
- data TagDrawSpacesPropertyInfo
- constructTagDrawSpaces :: IsTag o => Bool -> IO (GValueConstruct o)
- getTagDrawSpaces :: (MonadIO m, IsTag o) => o -> m Bool
- setTagDrawSpaces :: (MonadIO m, IsTag o) => o -> Bool -> m ()
- tagDrawSpaces :: AttrLabelProxy "drawSpaces"
- data TagDrawSpacesSetPropertyInfo
- constructTagDrawSpacesSet :: IsTag o => Bool -> IO (GValueConstruct o)
- getTagDrawSpacesSet :: (MonadIO m, IsTag o) => o -> m Bool
- setTagDrawSpacesSet :: (MonadIO m, IsTag o) => o -> Bool -> m ()
- tagDrawSpacesSet :: AttrLabelProxy "drawSpacesSet"
Exported types
Constructors
| Tag (ForeignPtr Tag) |
Instances
| GObject Tag Source # | |
| IsObject Tag Source # | |
| IsTextTag Tag Source # | |
| IsTag Tag Source # | |
| ((~) * info (ResolveTagMethod t Tag), MethodInfo * info Tag p) => IsLabel t (Tag -> p) Source # | |
| ((~) * info (ResolveTagMethod t Tag), MethodInfo * info Tag p) => IsLabelProxy t (Tag -> p) Source # | |
| HasAttributeList * Tag Source # | |
| type SignalList Tag Source # | |
| type AttributeList Tag Source # | |
Methods
tagNew
Properties
DrawSpaces
data TagDrawSpacesPropertyInfo Source #
Instances
| AttrInfo TagDrawSpacesPropertyInfo Source # | |
| type AttrSetTypeConstraint TagDrawSpacesPropertyInfo Source # | |
| type AttrLabel TagDrawSpacesPropertyInfo Source # | |
| type AttrGetType TagDrawSpacesPropertyInfo Source # | |
| type AttrBaseTypeConstraint TagDrawSpacesPropertyInfo Source # | |
| type AttrAllowedOps TagDrawSpacesPropertyInfo Source # | |
tagDrawSpaces :: AttrLabelProxy "drawSpaces" Source #
DrawSpacesSet
data TagDrawSpacesSetPropertyInfo Source #
Instances
| AttrInfo TagDrawSpacesSetPropertyInfo Source # | |
| type AttrSetTypeConstraint TagDrawSpacesSetPropertyInfo Source # | |
| type AttrLabel TagDrawSpacesSetPropertyInfo Source # | |
| type AttrGetType TagDrawSpacesSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint TagDrawSpacesSetPropertyInfo Source # | |
| type AttrAllowedOps TagDrawSpacesSetPropertyInfo Source # | |
tagDrawSpacesSet :: AttrLabelProxy "drawSpacesSet" Source #