gi-gdkx11-3.0.9: GdkX11 bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GdkX11.Objects.X11Cursor

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11Cursor Source #

Memory-managed wrapper type.

Instances

Instances details
Eq X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

GObject X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

Methods

gobjectType :: IO GType #

IsGValue X11Cursor Source #

Convert X11Cursor to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GdkX11.Objects.X11Cursor

HasParentTypes X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

type ParentTypes X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

type ParentTypes X11Cursor = '[Cursor, Object]

class (GObject o, IsDescendantOf X11Cursor o) => IsX11Cursor o Source #

Type class for types which can be safely cast to X11Cursor, for instance with toX11Cursor.

Instances

Instances details
(GObject o, IsDescendantOf X11Cursor o) => IsX11Cursor o Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

toX11Cursor :: (MonadIO m, IsX11Cursor o) => o -> m X11Cursor Source #

Cast to X11Cursor, for types for which this is known to be safe. For general casts, use castTo.

noX11Cursor :: Maybe X11Cursor Source #

A convenience alias for Nothing :: Maybe X11Cursor.

Methods

Overloaded methods

getXcursor

x11CursorGetXcursor Source #

Arguments

:: (HasCallStack, MonadIO m, IsX11Cursor a) 
=> a

cursor: a Cursor.

-> m CULong

Returns: an Xlib Cursor.

Returns the X cursor belonging to a Cursor.

getXdisplay

x11CursorGetXdisplay Source #

Arguments

:: (HasCallStack, MonadIO m, IsX11Cursor a) 
=> a

cursor: a Cursor.

-> m Display

Returns: an Xlib Display*.

Returns the display of a Cursor.