gi-gdkx11-3.0.1: GdkX11 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GdkX11.Objects.X11Cursor

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

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.