gi-gdkx11-3.0.13: GdkX11 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkX11.Objects.X11Cursor

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11Cursor Source #

Memory-managed wrapper type.

Constructors

X11Cursor (ManagedPtr X11Cursor) 

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

ManagedPtrNewtype X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

Methods

toManagedPtr :: X11Cursor -> ManagedPtr X11Cursor

TypedObject X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

Methods

glibType :: IO GType

HasParentTypes X11Cursor Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Cursor

IsGValue (Maybe X11Cursor) Source #

Convert X11Cursor to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GdkX11.Objects.X11Cursor

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe X11Cursor -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe 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.

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.