gi-gdkx11-3.0.12: 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.

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.