Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
CursorTypeUmbrella :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
CursorTypeUrAngle :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
-
gi-gdk3 GI.Gdk.Enums No documentation available.
CursorTypeXCursor :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
-
gi-gdk3 GI.Gdk.Enums No documentation available.
constructCursorCursorType :: (IsCursor o, MonadIO m) => CursorType -> m (GValueConstruct o)gi-gdk3 GI.Gdk.Objects.Cursor Construct a GValueConstruct with valid value for the “cursor-type” property. This is rarely needed directly, but it is used by new.
cursorGetCursorType :: (HasCallStack, MonadIO m, IsCursor a) => a -> m CursorTypegi-gdk3 GI.Gdk.Objects.Cursor Returns the cursor type for this cursor. Since: 2.22
getCursorCursorType :: (MonadIO m, IsCursor o) => o -> m CursorTypegi-gdk3 GI.Gdk.Objects.Cursor Get the value of the “cursor-type” property. When overloading is enabled, this is equivalent to
get cursor #cursorType
constructCursorTexture :: (IsCursor o, MonadIO m, IsTexture a) => a -> m (GValueConstruct o)gi-gdk4 GI.Gdk.Objects.Cursor Construct a GValueConstruct with valid value for the “texture” property. This is rarely needed directly, but it is used by new.
getCursorTexture :: (MonadIO m, IsCursor o) => o -> m (Maybe Texture)gi-gdk4 GI.Gdk.Objects.Cursor Get the value of the “texture” property. When overloading is enabled, this is equivalent to
get cursor #texture