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.GdkX11.Objects.X11Visual
Contents
Description
No description available in the introspection data.
Synopsis
- newtype X11Visual = X11Visual (ManagedPtr X11Visual)
- class (GObject o, IsDescendantOf X11Visual o) => IsX11Visual o
- toX11Visual :: (MonadIO m, IsX11Visual o) => o -> m X11Visual
- x11VisualGetXvisual :: (HasCallStack, MonadIO m, IsX11Visual a) => a -> m Visual
Exported types
Memory-managed wrapper type.
Constructors
X11Visual (ManagedPtr X11Visual) |
Instances
Eq X11Visual Source # | |
GObject X11Visual Source # | |
Defined in GI.GdkX11.Objects.X11Visual | |
ManagedPtrNewtype X11Visual Source # | |
Defined in GI.GdkX11.Objects.X11Visual Methods | |
TypedObject X11Visual Source # | |
HasParentTypes X11Visual Source # | |
Defined in GI.GdkX11.Objects.X11Visual | |
IsGValue (Maybe X11Visual) Source # | Convert |
type ParentTypes X11Visual Source # | |
Defined in GI.GdkX11.Objects.X11Visual |
class (GObject o, IsDescendantOf X11Visual o) => IsX11Visual o Source #
Type class for types which can be safely cast to X11Visual
, for instance with toX11Visual
.
Instances
(GObject o, IsDescendantOf X11Visual o) => IsX11Visual o Source # | |
Defined in GI.GdkX11.Objects.X11Visual |
toX11Visual :: (MonadIO m, IsX11Visual o) => o -> m X11Visual Source #
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getBitsPerRgb, getBluePixelDetails, getByteOrder, getColormapSize, getData, getDepth, getGreenPixelDetails, getProperty, getQdata, getRedPixelDetails, getScreen, getVisualType, getXvisual.
Setters
getXvisual
Arguments
:: (HasCallStack, MonadIO m, IsX11Visual a) | |
=> a |
|
-> m Visual | Returns: an Xlib Visual*. |
Returns the X visual belonging to a Visual
.