| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GdkX11.Objects.X11GLContext
Description
No description available in the introspection data.
Synopsis
- newtype X11GLContext = X11GLContext (ManagedPtr X11GLContext)
- class (GObject o, IsDescendantOf X11GLContext o) => IsX11GLContext o
- toX11GLContext :: (MonadIO m, IsX11GLContext o) => o -> m X11GLContext
Exported types
newtype X11GLContext Source #
Memory-managed wrapper type.
Constructors
| X11GLContext (ManagedPtr X11GLContext) |
Instances
| Eq X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext | |
| GObject X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext | |
| ManagedPtrNewtype X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext Methods toManagedPtr :: X11GLContext -> ManagedPtr X11GLContext | |
| TypedObject X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext Methods glibType :: IO GType | |
| IsGValue X11GLContext Source # | Convert |
Defined in GI.GdkX11.Objects.X11GLContext | |
| HasParentTypes X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext | |
| type ParentTypes X11GLContext Source # | |
Defined in GI.GdkX11.Objects.X11GLContext type ParentTypes X11GLContext = '[GLContext, Object] | |
class (GObject o, IsDescendantOf X11GLContext o) => IsX11GLContext o Source #
Type class for types which can be safely cast to X11GLContext, for instance with toX11GLContext.
Instances
| (GObject o, IsDescendantOf X11GLContext o) => IsX11GLContext o Source # | |
Defined in GI.GdkX11.Objects.X11GLContext | |
toX11GLContext :: (MonadIO m, IsX11GLContext o) => o -> m X11GLContext Source #
Cast to X11GLContext, for types for which this is known to be safe. For general casts, use castTo.