| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GtkSource.Objects.GutterRendererPixbuf
Description
No description available in the introspection data.
Synopsis
- newtype GutterRendererPixbuf = GutterRendererPixbuf (ManagedPtr GutterRendererPixbuf)
- class (GObject o, IsDescendantOf GutterRendererPixbuf o) => IsGutterRendererPixbuf o
- toGutterRendererPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m 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, MonadIO m, IsIcon a) => a -> m (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, MonadIO m) => Text -> m (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, MonadIO m, IsPixbuf a) => a -> m (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, MonadIO m) => Text -> m (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, IsDescendantOf GutterRendererPixbuf o) => IsGutterRendererPixbuf o Source #
Type class for types which can be safely cast to GutterRendererPixbuf, for instance with toGutterRendererPixbuf.
Instances
| (GObject o, IsDescendantOf GutterRendererPixbuf o) => IsGutterRendererPixbuf o Source # | |
Defined in GI.GtkSource.Objects.GutterRendererPixbuf | |
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.
Methods
Click to display all available methods, including inherited ones
Methods
activate, begin, bindProperty, bindPropertyFull, draw, end, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, queryActivatable, queryData, queryTooltip, queueDraw, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getAlignment, getAlignmentMode, getBackground, getData, getGicon, getIconName, getPadding, getPixbuf, getProperty, getQdata, getSize, getStockId, getView, getVisible, getWindowType.
Setters
setAlignment, setAlignmentMode, setBackground, setData, setDataFull, setGicon, setIconName, setPadding, setPixbuf, setProperty, setSize, setStockId, setVisible.
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, MonadIO m, IsIcon a) => a -> m (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, MonadIO m) => Text -> m (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, MonadIO m, IsPixbuf a) => a -> m (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, MonadIO m) => Text -> m (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 ]