| 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.Gutter
Contents
Description
- newtype Gutter = Gutter (ManagedPtr Gutter)
- class GObject o => IsGutter o
- toGutter :: IsGutter o => o -> IO Gutter
- noGutter :: Maybe Gutter
- data GutterGetPaddingMethodInfo
- gutterGetPadding :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m ()
- data GutterGetRendererAtPosMethodInfo
- gutterGetRendererAtPos :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m (Maybe GutterRenderer)
- data GutterGetWindowMethodInfo
- gutterGetWindow :: (MonadIO m, IsGutter a) => a -> m Window
- data GutterInsertMethodInfo
- gutterInsert :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> Int32 -> m Bool
- data GutterQueueDrawMethodInfo
- gutterQueueDraw :: (MonadIO m, IsGutter a) => a -> m ()
- data GutterRemoveMethodInfo
- gutterRemove :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> m ()
- data GutterReorderMethodInfo
- gutterReorder :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> Int32 -> m ()
- data GutterSetPaddingMethodInfo
- gutterSetPadding :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m ()
- data GutterViewPropertyInfo
- constructGutterView :: (IsGutter o, IsView a) => a -> IO (GValueConstruct o)
- getGutterView :: (MonadIO m, IsGutter o) => o -> m (Maybe View)
- gutterView :: AttrLabelProxy "view"
- data GutterWindowTypePropertyInfo
- constructGutterWindowType :: IsGutter o => TextWindowType -> IO (GValueConstruct o)
- getGutterWindowType :: (MonadIO m, IsGutter o) => o -> m TextWindowType
- gutterWindowType :: AttrLabelProxy "windowType"
- data GutterXpadPropertyInfo
- constructGutterXpad :: IsGutter o => Int32 -> IO (GValueConstruct o)
- getGutterXpad :: (MonadIO m, IsGutter o) => o -> m Int32
- gutterXpad :: AttrLabelProxy "xpad"
- setGutterXpad :: (MonadIO m, IsGutter o) => o -> Int32 -> m ()
- data GutterYpadPropertyInfo
- constructGutterYpad :: IsGutter o => Int32 -> IO (GValueConstruct o)
- getGutterYpad :: (MonadIO m, IsGutter o) => o -> m Int32
- gutterYpad :: AttrLabelProxy "ypad"
- setGutterYpad :: (MonadIO m, IsGutter o) => o -> Int32 -> m ()
Exported types
Instances
| GObject Gutter Source # | |
| IsObject Gutter Source # | |
| IsGutter Gutter Source # | |
| ((~) * info (ResolveGutterMethod t Gutter), MethodInfo * info Gutter p) => IsLabel t (Gutter -> p) Source # | |
| ((~) * info (ResolveGutterMethod t Gutter), MethodInfo * info Gutter p) => IsLabelProxy t (Gutter -> p) Source # | |
| HasAttributeList * Gutter Source # | |
| type SignalList Gutter Source # | |
| type AttributeList Gutter Source # | |
Methods
getPadding
gutterGetPadding :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m () Source #
Deprecated: (Since version 3.12)Use gtk_source_gutter_renderer_get_padding() instead.
getRendererAtPos
gutterGetRendererAtPos :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m (Maybe GutterRenderer) Source #
getWindow
gutterGetWindow :: (MonadIO m, IsGutter a) => a -> m Window Source #
Deprecated: (Since version 3.12)Use gtk_text_view_get_window() instead.
insert
data GutterInsertMethodInfo Source #
Instances
| ((~) * signature (b -> Int32 -> m Bool), MonadIO m, IsGutter a, IsGutterRenderer b) => MethodInfo * GutterInsertMethodInfo a signature Source # | |
gutterInsert :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> Int32 -> m Bool Source #
queueDraw
gutterQueueDraw :: (MonadIO m, IsGutter a) => a -> m () Source #
remove
data GutterRemoveMethodInfo Source #
Instances
| ((~) * signature (b -> m ()), MonadIO m, IsGutter a, IsGutterRenderer b) => MethodInfo * GutterRemoveMethodInfo a signature Source # | |
gutterRemove :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> m () Source #
reorder
data GutterReorderMethodInfo Source #
Instances
| ((~) * signature (b -> Int32 -> m ()), MonadIO m, IsGutter a, IsGutterRenderer b) => MethodInfo * GutterReorderMethodInfo a signature Source # | |
gutterReorder :: (MonadIO m, IsGutter a, IsGutterRenderer b) => a -> b -> Int32 -> m () Source #
setPadding
gutterSetPadding :: (MonadIO m, IsGutter a) => a -> Int32 -> Int32 -> m () Source #
Deprecated: (Since version 3.12)Use gtk_source_gutter_renderer_set_padding() instead.
Properties
view
data GutterViewPropertyInfo Source #
Instances
| AttrInfo GutterViewPropertyInfo Source # | |
| type AttrSetTypeConstraint GutterViewPropertyInfo Source # | |
| type AttrOrigin GutterViewPropertyInfo Source # | |
| type AttrLabel GutterViewPropertyInfo Source # | |
| type AttrGetType GutterViewPropertyInfo Source # | |
| type AttrBaseTypeConstraint GutterViewPropertyInfo Source # | |
| type AttrAllowedOps GutterViewPropertyInfo Source # | |
gutterView :: AttrLabelProxy "view" Source #
windowType
data GutterWindowTypePropertyInfo Source #
Instances
| AttrInfo GutterWindowTypePropertyInfo Source # | |
| type AttrSetTypeConstraint GutterWindowTypePropertyInfo Source # | |
| type AttrOrigin GutterWindowTypePropertyInfo Source # | |
| type AttrLabel GutterWindowTypePropertyInfo Source # | |
| type AttrGetType GutterWindowTypePropertyInfo Source # | |
| type AttrBaseTypeConstraint GutterWindowTypePropertyInfo Source # | |
| type AttrAllowedOps GutterWindowTypePropertyInfo Source # | |
constructGutterWindowType :: IsGutter o => TextWindowType -> IO (GValueConstruct o) Source #
getGutterWindowType :: (MonadIO m, IsGutter o) => o -> m TextWindowType Source #
gutterWindowType :: AttrLabelProxy "windowType" Source #
xpad
data GutterXpadPropertyInfo Source #
Instances
| AttrInfo GutterXpadPropertyInfo Source # | |
| type AttrSetTypeConstraint GutterXpadPropertyInfo Source # | |
| type AttrOrigin GutterXpadPropertyInfo Source # | |
| type AttrLabel GutterXpadPropertyInfo Source # | |
| type AttrGetType GutterXpadPropertyInfo Source # | |
| type AttrBaseTypeConstraint GutterXpadPropertyInfo Source # | |
| type AttrAllowedOps GutterXpadPropertyInfo Source # | |
gutterXpad :: AttrLabelProxy "xpad" Source #
ypad
data GutterYpadPropertyInfo Source #
Instances
| AttrInfo GutterYpadPropertyInfo Source # | |
| type AttrSetTypeConstraint GutterYpadPropertyInfo Source # | |
| type AttrOrigin GutterYpadPropertyInfo Source # | |
| type AttrLabel GutterYpadPropertyInfo Source # | |
| type AttrGetType GutterYpadPropertyInfo Source # | |
| type AttrBaseTypeConstraint GutterYpadPropertyInfo Source # | |
| type AttrAllowedOps GutterYpadPropertyInfo Source # | |
gutterYpad :: AttrLabelProxy "ypad" Source #