| 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.GutterRendererPixbuf
Contents
Description
No description available in the introspection data.
Synopsis
- newtype GutterRendererPixbuf = GutterRendererPixbuf (ManagedPtr GutterRendererPixbuf)
- class GObject o => IsGutterRendererPixbuf o
- toGutterRendererPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m GutterRendererPixbuf
- noGutterRendererPixbuf :: Maybe GutterRendererPixbuf
- gutterRendererPixbufGetGicon :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Icon
- gutterRendererPixbufGetIconName :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Text
- gutterRendererPixbufGetPixbuf :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Pixbuf
- gutterRendererPixbufGetStockId :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Text
- gutterRendererPixbufNew :: (HasCallStack, MonadIO m) => m GutterRendererPixbuf
- gutterRendererPixbufSetGicon :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsIcon b) => a -> Maybe b -> m ()
- gutterRendererPixbufSetIconName :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> Maybe Text -> m ()
- gutterRendererPixbufSetPixbuf :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsPixbuf b) => a -> Maybe b -> m ()
- gutterRendererPixbufSetStockId :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> Maybe Text -> m ()
- clearGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m ()
- constructGutterRendererPixbufGicon :: (IsGutterRendererPixbuf o, IsIcon a) => a -> IO (GValueConstruct o)
- getGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Icon
- setGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o, IsIcon a) => o -> a -> m ()
- clearGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m ()
- constructGutterRendererPixbufIconName :: IsGutterRendererPixbuf o => Text -> IO (GValueConstruct o)
- getGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text
- setGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m ()
- clearGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m ()
- constructGutterRendererPixbufPixbuf :: (IsGutterRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
- getGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Pixbuf
- setGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o, IsPixbuf a) => o -> a -> m ()
- clearGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m ()
- constructGutterRendererPixbufStockId :: IsGutterRendererPixbuf o => Text -> IO (GValueConstruct o)
- getGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text
- setGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m ()
Exported types
newtype GutterRendererPixbuf Source #
Memory-managed wrapper type.
Constructors
| GutterRendererPixbuf (ManagedPtr GutterRendererPixbuf) |
Instances
class GObject o => IsGutterRendererPixbuf o Source #
Type class for types which can be safely cast to GutterRendererPixbuf, for instance with toGutterRendererPixbuf.
Instances
toGutterRendererPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m GutterRendererPixbuf Source #
Cast to GutterRendererPixbuf, for types for which this is known to be safe. For general casts, use castTo.
noGutterRendererPixbuf :: Maybe GutterRendererPixbuf Source #
A convenience alias for Nothing :: Maybe GutterRendererPixbuf.
Methods
getGicon
gutterRendererPixbufGetGicon Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) | |
| => a |
|
| -> m Icon | Returns: a |
Get the gicon of the renderer
getIconName
gutterRendererPixbufGetIconName :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Text Source #
No description available in the introspection data.
getPixbuf
gutterRendererPixbufGetPixbuf Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) | |
| => a |
|
| -> m Pixbuf | Returns: a |
Get the pixbuf of the renderer.
getStockId
gutterRendererPixbufGetStockId Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) | |
| => a |
|
| -> m Text | Returns: the stock id. |
Deprecated: (Since version 3.10)Don't use this function.
No description available in the introspection data.
new
gutterRendererPixbufNew Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m GutterRendererPixbuf | Returns: A |
Create a new GutterRendererPixbuf.
setGicon
gutterRendererPixbufSetGicon Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsIcon b) | |
| => a |
|
| -> Maybe b |
|
| -> m () |
No description available in the introspection data.
setIconName
gutterRendererPixbufSetIconName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) | |
| => a |
|
| -> Maybe Text |
|
| -> m () |
No description available in the introspection data.
setPixbuf
gutterRendererPixbufSetPixbuf Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsPixbuf b) | |
| => a |
|
| -> Maybe b |
|
| -> m () |
No description available in the introspection data.
setStockId
gutterRendererPixbufSetStockId Source #
Arguments
| :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) | |
| => a |
|
| -> Maybe Text |
|
| -> m () |
Deprecated: (Since version 3.10)Don't use this function.
No description available in the introspection data.
Properties
gicon
No description available in the introspection data.
clearGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #
Set the value of the “gicon” property to Nothing.
When overloading is enabled, this is equivalent to
clear #gicon
constructGutterRendererPixbufGicon :: (IsGutterRendererPixbuf o, IsIcon a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “gicon” property. This is rarely needed directly, but it is used by new.
getGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Icon Source #
Get the value of the “gicon” property.
When overloading is enabled, this is equivalent to
get gutterRendererPixbuf #gicon
setGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o, IsIcon a) => o -> a -> m () Source #
Set the value of the “gicon” property.
When overloading is enabled, this is equivalent to
setgutterRendererPixbuf [ #gicon:=value ]
iconName
No description available in the introspection data.
clearGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #
Set the value of the “icon-name” property to Nothing.
When overloading is enabled, this is equivalent to
clear #iconName
constructGutterRendererPixbufIconName :: IsGutterRendererPixbuf o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “icon-name” property. This is rarely needed directly, but it is used by new.
getGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text Source #
Get the value of the “icon-name” property.
When overloading is enabled, this is equivalent to
get gutterRendererPixbuf #iconName
setGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m () Source #
Set the value of the “icon-name” property.
When overloading is enabled, this is equivalent to
setgutterRendererPixbuf [ #iconName:=value ]
pixbuf
No description available in the introspection data.
clearGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #
Set the value of the “pixbuf” property to Nothing.
When overloading is enabled, this is equivalent to
clear #pixbuf
constructGutterRendererPixbufPixbuf :: (IsGutterRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “pixbuf” property. This is rarely needed directly, but it is used by new.
getGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Pixbuf Source #
Get the value of the “pixbuf” property.
When overloading is enabled, this is equivalent to
get gutterRendererPixbuf #pixbuf
setGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o, IsPixbuf a) => o -> a -> m () Source #
Set the value of the “pixbuf” property.
When overloading is enabled, this is equivalent to
setgutterRendererPixbuf [ #pixbuf:=value ]
stockId
The stock id.
clearGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #
Set the value of the “stock-id” property to Nothing.
When overloading is enabled, this is equivalent to
clear #stockId
constructGutterRendererPixbufStockId :: IsGutterRendererPixbuf o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “stock-id” property. This is rarely needed directly, but it is used by new.
getGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text Source #
Get the value of the “stock-id” property.
When overloading is enabled, this is equivalent to
get gutterRendererPixbuf #stockId
setGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m () Source #
Set the value of the “stock-id” property.
When overloading is enabled, this is equivalent to
setgutterRendererPixbuf [ #stockId:=value ]